Skip to content

Commit

Permalink
Provide separate valid architectures for the iOS Simulator (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
cysp authored and martijnwalraven committed Jan 17, 2019
1 parent c43f880 commit e020716
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Framework.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ SKIP_INSTALL = YES
SUPPORTED_PLATFORMS = iphoneos iphonesimulator appletvsimulator appletvos watchsimulator watchos macosx

SDKROOT[sdk=iphone*] = iphoneos
VALID_ARCHS[sdk=iphone*] = arm64 armv7 armv7s
VALID_ARCHS[sdk=iphoneos*] = arm64 armv7 armv7s
VALID_ARCHS[sdk=iphonesimulator*] = x86_64 i386
IPHONEOS_DEPLOYMENT_TARGET = 9.0
TARGETED_DEVICE_FAMILY[sdk=iphone*] = 1,2
LD_RUNPATH_SEARCH_PATHS[sdk=iphone*] = $(inherited) @executable_path/Frameworks @loader_path/Frameworks
Expand Down

0 comments on commit e020716

Please sign in to comment.