From f12111d91902d23fd1d9cc7ad9198030b049795d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Blommega=CC=8Ard?= Date: Tue, 4 May 2021 13:24:23 +0200 Subject: [PATCH] Adding support fro M1 macs. --- Sources/FlagKit/FlagKitFramework.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/FlagKit/FlagKitFramework.xcconfig b/Sources/FlagKit/FlagKitFramework.xcconfig index 07313546..e16c627a 100644 --- a/Sources/FlagKit/FlagKitFramework.xcconfig +++ b/Sources/FlagKit/FlagKitFramework.xcconfig @@ -4,7 +4,7 @@ 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 @@ -12,7 +12,7 @@ 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