Fix Xcode 27 archiving (#829)

* Bumping to macOS 15 + set workaround for spm arm64e

* Fix missing dep

* Set 15 deployment target

* Modifier cleanup
This commit is contained in:
Max Goedjen
2026-09-07 14:52:09 -07:00
committed by GitHub
parent 56afd30db5
commit 6122662b23
9 changed files with 109 additions and 120 deletions

View File

@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>iOSPackagesShouldBuildARM64e</key>
<true/>
</dict>
</plist>
<dict>
<key>iOSPackagesShouldBuildARM64e</key>
<true />
<key>macOSPackagesShouldBuildARM64e</key>
<true />
</dict>
</plist>