feat(ios) Add support to the iOS SDK for the Simulator on M1

This commit is contained in:
Doug 2022-02-25 21:20:34 +00:00 committed by GitHub
parent a1337dff38
commit c8895b2d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -35,7 +35,6 @@ xcodebuild archive \
-sdk iphonesimulator \ -sdk iphonesimulator \
-destination='generic/platform=iOS Simulator' \ -destination='generic/platform=iOS Simulator' \
-archivePath ios/sdk/out/ios-simulator \ -archivePath ios/sdk/out/ios-simulator \
VALID_ARCHS=x86_64 \
ENABLE_BITCODE=NO \ ENABLE_BITCODE=NO \
SKIP_INSTALL=NO \ SKIP_INSTALL=NO \
BUILD_LIBRARY_FOR_DISTRIBUTION=YES BUILD_LIBRARY_FOR_DISTRIBUTION=YES
@ -46,7 +45,6 @@ xcodebuild archive \
-sdk iphoneos \ -sdk iphoneos \
-destination='generic/platform=iOS' \ -destination='generic/platform=iOS' \
-archivePath ios/sdk/out/ios-device \ -archivePath ios/sdk/out/ios-device \
VALID_ARCHS=arm64 \
ENABLE_BITCODE=NO \ ENABLE_BITCODE=NO \
SKIP_INSTALL=NO \ SKIP_INSTALL=NO \
BUILD_LIBRARY_FOR_DISTRIBUTION=YES BUILD_LIBRARY_FOR_DISTRIBUTION=YES