OS X fixes.
authorCarl Hetherington <cth@carlh.net>
Tue, 22 Jul 2014 15:09:01 +0000 (16:09 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 22 Jul 2014 15:09:01 +0000 (16:09 +0100)
platform/osx/Info.plist.in
platform/osx/make_dmg.sh

index f2675e3f630fc4ad44d5d55005935e82cabf8888..e420d3620a47b778dfbb4d42a7580d87b56ff868 100644 (file)
@@ -5,7 +5,7 @@
        <key>CFBundleDevelopmentRegion</key>
        <string>English</string>
        <key>CFBundleExecutable</key>
-       <string>dcpomatic</string>
+       <string>dcpomatic2</string>
        <key>CFBundleGetInfoString</key>
        <string>DCP generator</string>
        <key>CFBundleIconFile</key>
@@ -15,7 +15,7 @@
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleName</key>
-       <string>DCP-o-matic</string>
+       <string>DCP-o-matic 2</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersions</key>
index a6c46d60adff0ac1a6d5b0ead5cca33c4be0536f..eb51c9628f103f57e5839a770b49d8d896ff98d0 100644 (file)
@@ -88,6 +88,8 @@ universal_copy $ENV lib/libquickmail*.dylib "$WORK/$libs"
 universal_copy $ENV lib/libcurl*.dylib "$WORK/$libs"
 universal_copy $ENV lib/libffi*.dylib "$WORK/$libs"
 universal_copy $ENV lib/libiconv*.dylib "$WORK/$libs"
+universal_copy $ENV lib/libpangomm*.dylib "$WORK/$libs"
+universal_copy $ENV lib/libcairomm*.dylib "$WORK/$libs"
 
 for obj in "$WORK/$macos/dcpomatic2" "$WORK/$macos/dcpomatic2_batch" "$WORK/$macos/dcpomatic2_cli" "$WORK/$macos/dcpomatic2_server_cli" "$WORK/$macos/ffprobe" "$WORK/$libs/"*.dylib; do
   echo $WORK