Skip to content

Commit

Permalink
add arch to plist
Browse files Browse the repository at this point in the history
  • Loading branch information
Vzor- committed Aug 5, 2024
1 parent 33824c3 commit 521162f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ant/apple/apple-bundle.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@
<key>CFBundleURLSchemes</key>
<array><string>${vendor.name}</string></array>
</dict>
</array>
</array>
<key>LSArchitecturePriority</key>
<array>
<string>${apple.target.arch}</string>
</array>
</dict></plist>

0 comments on commit 521162f

Please sign in to comment.