X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=platform%2Fosx%2Fwscript;h=cdb018473f53632341d65ad811ccc9ac9fa2437a;hb=af20e21e2363f7c4d5f7031c444984f383c26914;hp=fd6733a66f987e5e6438b7d8ed29409df1f8062f;hpb=39960bc88eee794ade1a73b00523e749945b9eab;p=dcpomatic.git diff --git a/platform/osx/wscript b/platform/osx/wscript index fd6733a66..cdb018473 100644 --- a/platform/osx/wscript +++ b/platform/osx/wscript @@ -8,3 +8,4 @@ def build(bld): 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) + obj = bld(features='subst', source='dcpomatic2_verifier.Info.plist.in', target='dcpomatic2_verifier.Info.plist', version=bld.env.VERSION)