From d1768ee2cd2071abf053c4779005b42c8c801aef Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Thu, 24 Oct 2024 16:41:26 +0100 Subject: [PATCH] Set LSArchitecturePriority to arm64, and change the bundle id to stop the old architecture preference from being cached. --- dist/macos/Info.plist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dist/macos/Info.plist b/dist/macos/Info.plist index 2202ace267..8c910bb129 100644 --- a/dist/macos/Info.plist +++ b/dist/macos/Info.plist @@ -8,7 +8,7 @@ com/DTDs/PropertyList-1.0.dtd"> CFBundleDisplayName VASSAL CFBundleIdentifier - org.vassalengine.VASSAL + org.vassalengine.vassal CFBundleVersion %NUMVERSION% CFBundleShortVersionString @@ -43,6 +43,10 @@ com/DTDs/PropertyList-1.0.dtd"> LSRequiresNativeExecution + LSArchitecturePriority + + arm64 +