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

Commit

Permalink
Fix iOS Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
x2on committed Nov 3, 2013
1 parent 96d3317 commit 82b4689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion XcodeConfig/iOSSimulator-Debug.xcconfig
Expand Up @@ -10,4 +10,4 @@ VALID_ARCHS = i386 x86_64
GCC_PREPROCESSOR_DEFINITIONS = DEBUG
GCC_OPTIMIZATION_LEVEL = 0

ONLY_ACTIVE_ARCH = YES
ONLY_ACTIVE_ARCH = NO
2 changes: 1 addition & 1 deletion XcodeConfig/iOSTests.xcconfig
Expand Up @@ -13,4 +13,4 @@ TARGETED_DEVICE_FAMILY = 1,2
IPHONEOS_DEPLOYMENT_TARGET = 4.3

ARCHS = $(ARCHS_STANDARD_32_BIT)
ONLY_ACTIVE_ARCH = YES
ONLY_ACTIVE_ARCH = NO

0 comments on commit 82b4689

Please sign in to comment.