Try to fix OS X preferences with new pages.
[dcpomatic.git] / platform / osx / wscript
index f2248fcb5161a935181bb38f3edf2d034f9de93e..a34c21e2ed825d49cf791aab5a396fd477f8539a 100644 (file)
@@ -3,3 +3,4 @@ def build(bld):
     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)