Skip to content

Commit

Permalink
chore: support arm64 for ios simulator (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnxnguyen authored Jun 19, 2023
1 parent 808cece commit cb72cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Configurations/Universal-Target-Base.xcconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SUPPORTED_PLATFORMS = macosx iphonesimulator iphoneos watchos watchsimulator appletvos appletvsimulator
VALID_ARCHS[sdk=macosx*] = x86_64
VALID_ARCHS[sdk=iphoneos*] = arm64
VALID_ARCHS[sdk=iphonesimulator*] = x86_64
VALID_ARCHS[sdk=iphonesimulator*] = x86_64 arm64
VALID_ARCHS[sdk=watchos*] = armv7k
VALID_ARCHS[sdk=watchsimulator*] = i386
VALID_ARCHS[sdk=appletv*] = arm64
Expand Down

0 comments on commit cb72cf5

Please sign in to comment.