Skip to content

Commit

Permalink
Adding support fro M1 macs.
Browse files Browse the repository at this point in the history
  • Loading branch information
blommegard committed May 4, 2021
1 parent 7b2e6f8 commit f12111d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/FlagKit/FlagKitFramework.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
SUPPORTED_PLATFORMS = macosx iphonesimulator iphoneos appletvos appletvsimulator

// macOS
VALID_ARCHS[sdk=macosx*] = i386 x86_64
VALID_ARCHS[sdk=macosx*] = i386 x86_64 arm64
LD_RUNPATH_SEARCH_PATHS[sdk=macosx*] = $(inherited) '@executable_path/../Frameworks' '@loader_path/Frameworks'
FRAMEWORK_VERSION[sdk=macosx*] = A
COMBINE_HIDPI_IMAGES[sdk=macosx*] = YES
ENABLE_BITCODE[sdk=macosx*] = NO

// iOS
VALID_ARCHS[sdk=iphoneos*] = arm64 armv7 armv7s
VALID_ARCHS[sdk=iphonesimulator*] = i386 x86_64
VALID_ARCHS[sdk=iphonesimulator*] = i386 x86_64 arm64
LD_RUNPATH_SEARCH_PATHS[sdk=iphoneos*] = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
LD_RUNPATH_SEARCH_PATHS[sdk=iphonesimulator*] = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
CODE_SIGN_IDENTITY[sdk=iphoneos*] = iPhone Developer
Expand Down

0 comments on commit f12111d

Please sign in to comment.