Skip to content

Commit d590c91

Browse files
committed
feat: build all supported architectures
this builds arm64-simulator & other supported architectures into the XCFramework
1 parent f87f146 commit d590c91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build_tklivesync.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ xcodebuild archive -project v8ios.xcodeproj \
2121
-scheme TKLiveSync \
2222
-configuration Release \
2323
-sdk iphonesimulator \
24-
-arch x86_64 \
2524
-quiet \
2625
SKIP_INSTALL=NO \
2726
-archivePath $DIST/TKLiveSync.iphonesimulator.xcarchive
@@ -31,7 +30,6 @@ xcodebuild archive -project v8ios.xcodeproj \
3130
-scheme TKLiveSync \
3231
-configuration Release \
3332
-sdk iphoneos \
34-
-arch arm64 \
3533
-quiet \
3634
SKIP_INSTALL=NO \
3735
-archivePath $DIST/TKLiveSync.iphoneos.xcarchive

0 commit comments

Comments
 (0)