Skip to content

Commit af906a4

Browse files
Removed 32-bit architectures
1 parent 658079d commit af906a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/xcframework.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,12 +258,12 @@ for PLATFORM in "iOS" "iOS Simulator" "Mac Catalyst" "macOS" "tvOS" "tvOS Simula
258258

259259
case "$PLATFORM" in
260260
"iOS")
261-
ARCHS="armv7 armv7s arm64 arm64e"
261+
ARCHS="arm64 arm64e"
262262
ARCHIVE="iphoneos"
263263
;;
264264

265265
"iOS Simulator")
266-
ARCHS="i386 x86_64 arm64"
266+
ARCHS="x86_64 arm64"
267267
ARCHIVE="iphonesimulator"
268268
;;
269269

@@ -299,7 +299,7 @@ for PLATFORM in "iOS" "iOS Simulator" "Mac Catalyst" "macOS" "tvOS" "tvOS Simula
299299

300300
"watchOS Simulator")
301301
SCHEME="${PROJECT_NAME} watchOS"
302-
ARCHS="i386 x86_64 arm64"
302+
ARCHS="x86_64 arm64"
303303
ARCHIVE="watchsimulator"
304304
;;
305305
esac

0 commit comments

Comments
 (0)