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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 12babd0ff7629cda4d19ed9ed03723fae8f7a667
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/12babd0ff7629cda4d19ed9ed03723fae8f7a667
  Author: Eliot Miranda <[hidden email]>
  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.