Skip to content

Commit

Permalink
Update UniversalFramework_Base.xcconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mqzkim authored Jul 15, 2021
1 parent c8f848c commit 190fbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/xcconfigs/UniversalFramework_Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
SUPPORTED_PLATFORMS = macosx iphonesimulator iphoneos watchos watchsimulator appletvos appletvsimulator
VALID_ARCHS[sdk=macosx*] = i386 x86_64
VALID_ARCHS[sdk=iphoneos*] = arm64 armv7 armv7s
VALID_ARCHS[sdk=iphonesimulator*] = i386 x86_64
VALID_ARCHS[sdk=iphonesimulator*] = i386 x86_64 arm64
VALID_ARCHS[sdk=watchos*] = armv7k
VALID_ARCHS[sdk=watchsimulator*] = i386
VALID_ARCHS[sdk=appletv*] = arm64
Expand Down

0 comments on commit 190fbd1

Please sign in to comment.