We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5663aa0 commit c6305caCopy full SHA for c6305ca
scripts/build.sh
@@ -180,7 +180,7 @@ ipad_flags=(
180
181
macos_flags=(
182
-sdk 'macosx'
183
- -destination 'platform=OS X,arch=x86_64'
+ -destination 'platform=OS X,arch=arm64'
184
)
185
tvos_flags=(
186
-sdk "appletvsimulator"
@@ -195,7 +195,7 @@ visionos_flags=(
195
196
catalyst_flags=(
197
ARCHS=x86_64 VALID_ARCHS=x86_64 SUPPORTS_MACCATALYST=YES -sdk macosx
198
- -destination platform="macOS,variant=Mac Catalyst,arch=x86_64" TARGETED_DEVICE_FAMILY=2
+ -destination platform="macOS,variant=Mac Catalyst,arch=arm64" TARGETED_DEVICE_FAMILY=2
199
CODE_SIGN_IDENTITY=- CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
200
201
0 commit comments