Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
Disable ONLY_ACTIVE_ARCH for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Nov 26, 2013
1 parent 488b9fb commit fab2582
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Expecta.xcodeproj/project.pbxproj
Expand Up @@ -1008,6 +1008,7 @@
GCC_PREFIX_HEADER = "src/Expecta-Prefix.pch";
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
ONLY_ACTIVE_ARCH = NO;
PRIVATE_HEADERS_FOLDER_PATH = "";
PRODUCT_NAME = "$(TARGET_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = "";
Expand Down Expand Up @@ -1073,6 +1074,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "src/Expecta-Prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
ONLY_ACTIVE_ARCH = NO;
PRIVATE_HEADERS_FOLDER_PATH = "";
PRODUCT_NAME = "$(TARGET_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = "";
Expand All @@ -1090,6 +1092,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "src/Expecta-Prefix.pch";
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
ONLY_ACTIVE_ARCH = NO;
PRIVATE_HEADERS_FOLDER_PATH = "";
PRODUCT_NAME = "$(TARGET_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = "";
Expand Down

0 comments on commit fab2582

Please sign in to comment.