[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 12babd: Enrich plugin/app bundle creation on MacOS, allowi...

Eliot Miranda noreply at github.com
Wed Apr 17 22:12:23 UTC 2019


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 12babd0ff7629cda4d19ed9ed03723fae8f7a667
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/12babd0ff7629cda4d19ed9ed03723fae8f7a667
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2019-04-17 (Wed, 17 Apr 2019)

  Changed paths:
    M build.macos32x86/common/Makefile.app
    M build.macos32x86/common/Makefile.plugin
    M build.macos64x64/common/Makefile.app
    M build.macos64x64/common/Makefile.plugin

  Log Message:
  -----------
  Enrich plugin/app bundle creation on MacOS, allowing plugins to specify support
dylibs which end up in the Foo.app/Contents/Frameworks directory. [ci skip]
Plugin makefiles (e.g. platforms/iOS/plugins/FooPlugin/Makefile) optionally
define a set of support dylibs via defining a DYLIBS variable. The makefiles do
the rest.  Remember to remove any .cstemp directories before signing to avoid
codesign getting stuck.




More information about the Vm-dev mailing list