Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Add support for x86_64 #136

Merged
merged 1 commit into from Nov 3, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file modified Examples/MyTestable-iOS/GHUnitIOS.framework/Versions/A/GHUnitIOS
Binary file not shown.
3 changes: 1 addition & 2 deletions XcodeConfig/Shared-iOS.xcconfig
Expand Up @@ -2,8 +2,7 @@

ZERO_LINK = NO
SDKROOT = iphoneos
IPHONEOS_DEPLOYMENT_TARGET = 3.0
//IPHONEOS_DEPLOYMENT_TARGET = 4.0
IPHONEOS_DEPLOYMENT_TARGET = 4.3

// Testing with LLVM
//GCC_VERSION = com.apple.compilers.llvm.clang.1_0
Expand Down
4 changes: 2 additions & 2 deletions XcodeConfig/iOSSimulator-Debug.xcconfig
Expand Up @@ -4,8 +4,8 @@
PRODUCT_NAME = GHUnitIOSSimulator

SDKROOT = iphonesimulator
ARCHS = i386
VALID_ARCHS = i386
ARCHS = i386 x86_64
VALID_ARCHS = i386 x86_64

GCC_PREPROCESSOR_DEFINITIONS = DEBUG
GCC_OPTIMIZATION_LEVEL = 0
Expand Down
4 changes: 2 additions & 2 deletions XcodeConfig/iOSSimulator-Release.xcconfig
Expand Up @@ -4,5 +4,5 @@
PRODUCT_NAME = GHUnitIOSSimulator

SDKROOT = iphonesimulator
ARCHS = i386
VALID_ARCHS = i386
ARCHS = i386 x86_64
VALID_ARCHS = i386 x86_64
2 changes: 1 addition & 1 deletion XcodeConfig/iOSTests.xcconfig
Expand Up @@ -10,7 +10,7 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES
//SDKROOT = iphonesimulator4.0
TARGETED_DEVICE_FAMILY = 1,2
//IPHONEOS_DEPLOYMENT_TARGET = 4.0
IPHONEOS_DEPLOYMENT_TARGET = 3.0
IPHONEOS_DEPLOYMENT_TARGET = 4.3

ARCHS = $(ARCHS_STANDARD_32_BIT)
ONLY_ACTIVE_ARCH = YES