From eabfae9d31b40f1490459d7e883361d2bb15a4c9 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Thu, 25 Feb 2021 12:15:18 +0000 Subject: [PATCH] MacOS: Change bundle ID See: #208 --- os/macosx/Info.plist.in | 2 +- os/macosx/notarize.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/os/macosx/Info.plist.in b/os/macosx/Info.plist.in index 359d28de8d..ac5b96ef8d 100644 --- a/os/macosx/Info.plist.in +++ b/os/macosx/Info.plist.in @@ -14,7 +14,7 @@ CFBundleIconFile ${CPACK_BUNDLE_NAME}.icns CFBundleIdentifier - org.openttd.openttd + org.openttd.openttd.jgrpp CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/os/macosx/notarize.sh b/os/macosx/notarize.sh index 55405cdd89..4ce2fc2cec 100755 --- a/os/macosx/notarize.sh +++ b/os/macosx/notarize.sh @@ -48,7 +48,7 @@ cat < notarize.json "notarize": [ { "path": "${dmg_filename[0]}", - "bundle_id": "org.openttd.openttd", + "bundle_id": "org.openttd.openttd.jgrpp", "staple": true } ]