diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-22 16:09:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-22 16:09:01 +0100 |
| commit | 7523c7f0ab64f075ca535071b780098f6c05fce6 (patch) | |
| tree | ea628a9ea2e135ea9f1fa4f4700d0a232107e0bb | |
| parent | f5e1b7238cb49ad77c313c0cacda4af1ce1b920f (diff) | |
OS X fixes.
| -rw-r--r-- | platform/osx/Info.plist.in | 4 | ||||
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/platform/osx/Info.plist.in b/platform/osx/Info.plist.in index f2675e3f6..e420d3620 100644 --- a/platform/osx/Info.plist.in +++ b/platform/osx/Info.plist.in @@ -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> diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index a6c46d60a..eb51c9628 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -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 |
