We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08fdffb commit 7db58c4Copy full SHA for 7db58c4
Configurations/UniversalFramework_Base.xcconfig
@@ -12,7 +12,7 @@ VALID_ARCHS[sdk=iphoneos*] = arm64 armv7 armv7s
12
VALID_ARCHS[sdk=iphonesimulator*] = i386 x86_64
13
VALID_ARCHS[sdk=watchos*] = armv7k
14
VALID_ARCHS[sdk=watchsimulator*] = i386
15
-VALID_ARCHS[sdk=appletv*] = arm64
+VALID_ARCHS[sdk=appletvos*] = arm64
16
VALID_ARCHS[sdk=appletvsimulator*] = x86_64
17
18
// Dynamic linking uses different default copy paths
0 commit comments