feat(ios) Add support to the iOS SDK for the Simulator on M1
This commit is contained in:
parent
a1337dff38
commit
c8895b2d04
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue