Skip to content

Commit

Permalink
Fix Rossetta Prompt Bug on Apple Silicon (#1286)
Browse files Browse the repository at this point in the history
Inform macOS about the main binary's architecture
  • Loading branch information
Vzor- authored Aug 15, 2024
1 parent 33824c3 commit cbece76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ant/apple/apple-bundle.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@
<array><string>${vendor.name}</string></array>
</dict>
</array>
<key>LSArchitecturePriority</key>
<array>
<string>${apple.target.arch}</string>
</array>
</dict></plist>

0 comments on commit cbece76

Please sign in to comment.