Skip to content

Commit 928a1b6

Browse files
Added arm64 architecture to watchOS
1 parent af906a4 commit 928a1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/xcframework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ for PLATFORM in "iOS" "iOS Simulator" "Mac Catalyst" "macOS" "tvOS" "tvOS Simula
293293

294294
"watchOS")
295295
SCHEME="${PROJECT_NAME} watchOS"
296-
ARCHS="arm64_32 armv7k"
296+
ARCHS="arm64 arm64_32 armv7k"
297297
ARCHIVE="watchos"
298298
;;
299299

0 commit comments

Comments
 (0)