Skip to content

Commit f12111d

Browse files
committed
Adding support fro M1 macs.
1 parent 7b2e6f8 commit f12111d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/FlagKit/FlagKitFramework.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
SUPPORTED_PLATFORMS = macosx iphonesimulator iphoneos appletvos appletvsimulator
55

66
// macOS
7-
VALID_ARCHS[sdk=macosx*] = i386 x86_64
7+
VALID_ARCHS[sdk=macosx*] = i386 x86_64 arm64
88
LD_RUNPATH_SEARCH_PATHS[sdk=macosx*] = $(inherited) '@executable_path/../Frameworks' '@loader_path/Frameworks'
99
FRAMEWORK_VERSION[sdk=macosx*] = A
1010
COMBINE_HIDPI_IMAGES[sdk=macosx*] = YES
1111
ENABLE_BITCODE[sdk=macosx*] = NO
1212

1313
// iOS
1414
VALID_ARCHS[sdk=iphoneos*] = arm64 armv7 armv7s
15-
VALID_ARCHS[sdk=iphonesimulator*] = i386 x86_64
15+
VALID_ARCHS[sdk=iphonesimulator*] = i386 x86_64 arm64
1616
LD_RUNPATH_SEARCH_PATHS[sdk=iphoneos*] = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
1717
LD_RUNPATH_SEARCH_PATHS[sdk=iphonesimulator*] = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
1818
CODE_SIGN_IDENTITY[sdk=iphoneos*] = iPhone Developer

0 commit comments

Comments
 (0)