Skip to content

Commit

Permalink
Set LSArchitecturePriority to arm64, and change the bundle id to stop
Browse files Browse the repository at this point in the history
the old architecture preference from being cached.
  • Loading branch information
uckelman committed Oct 24, 2024
1 parent 2699107 commit b64ed2b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dist/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ com/DTDs/PropertyList-1.0.dtd">
<key>CFBundleDisplayName</key>
<string>VASSAL</string>
<key>CFBundleIdentifier</key>
<string>org.vassalengine.VASSAL</string>
<string>org.vassalengine.vassal</string>
<key>CFBundleVersion</key>
<string>%NUMVERSION%</string>
<key>CFBundleShortVersionString</key>
Expand Down Expand Up @@ -43,6 +43,10 @@ com/DTDs/PropertyList-1.0.dtd">
</dict>
</array>
<key>LSRequiresNativeExecution</key>
<key>LSArchitecturePriority</key>
<array>
<string>arm64</string>
</array>
<true/>
</dict>
</plist>

0 comments on commit b64ed2b

Please sign in to comment.