MacOS: Change bundle ID

See: #208
This commit is contained in:
Jonathan G Rennison
2021-02-25 12:15:18 +00:00
parent 19b7ecf95a
commit eabfae9d31
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>${CPACK_BUNDLE_NAME}.icns</string> <string>${CPACK_BUNDLE_NAME}.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>org.openttd.openttd</string> <string>org.openttd.openttd.jgrpp</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>

View File

@@ -48,7 +48,7 @@ cat <<EOF > notarize.json
"notarize": [ "notarize": [
{ {
"path": "${dmg_filename[0]}", "path": "${dmg_filename[0]}",
"bundle_id": "org.openttd.openttd", "bundle_id": "org.openttd.openttd.jgrpp",
"staple": true "staple": true
} }
] ]