X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=platform%2Fosx%2Fwscript;h=fd6733a66f987e5e6438b7d8ed29409df1f8062f;hb=f37c1e40dcd5186c5aee95a4b0e6607c1b0045e4;hp=aae1be921526271494c3627618d20b83dc4a9bd3;hpb=efa498c9150f0d2f987a087357fe7e25d385d214;p=dcpomatic.git diff --git a/platform/osx/wscript b/platform/osx/wscript index aae1be921..fd6733a66 100644 --- a/platform/osx/wscript +++ b/platform/osx/wscript @@ -1,2 +1,10 @@ def build(bld): - obj = bld(features='subst', source='Info.plist.in', target='Info.plist', version=bld.env.VERSION) + obj = bld(features='subst', source='dcpomatic2.Info.plist.in', target='dcpomatic2.Info.plist', version=bld.env.VERSION) + obj = bld(features='subst', source='dcpomatic2_kdm.Info.plist.in', target='dcpomatic2_kdm.Info.plist', version=bld.env.VERSION) + obj = bld(features='subst', source='dcpomatic2_server.Info.plist.in', target='dcpomatic2_server.Info.plist', version=bld.env.VERSION) + obj = bld(features='subst', source='dcpomatic2_batch.Info.plist.in', target='dcpomatic2_batch.Info.plist', version=bld.env.VERSION) + obj = bld(features='subst', source='dcpomatic2_player.Info.plist.in', target='dcpomatic2_player.Info.plist', version=bld.env.VERSION) + obj = bld(features='subst', source='dcpomatic2_playlist.Info.plist.in', target='dcpomatic2_playlist.Info.plist', version=bld.env.VERSION) + obj = bld(features='subst', source='dcpomatic2_disk.Info.plist.in', target='dcpomatic2_disk.Info.plist', version=bld.env.VERSION) + obj = bld(features='subst', source='dcpomatic2_combiner.Info.plist.in', target='dcpomatic2_combiner.Info.plist', version=bld.env.VERSION) + obj = bld(features='subst', source='dcpomatic2_editor.Info.plist.in', target='dcpomatic2_editor.Info.plist', version=bld.env.VERSION)