fix: mac bundle now proper arm64

This commit is contained in:
2026-06-22 15:02:08 +02:00
parent 211271efca
commit d78cb5c07b
5 changed files with 84 additions and 38 deletions

View File

@@ -26,6 +26,11 @@
<string><%= min_system %></string>
<key>NSHighResolutionCapable</key>
<true/>
<!-- Main executable is a shell script (no Mach-O slices), so LaunchServices
otherwise advertises x86_64 and offers Rosetta. All embedded binaries are
arm64; force native execution so the OS never translates the app. -->
<key>LSRequiresNativeExecution</key>
<true/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>CFBundleURLTypes</key>