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

Commit

Permalink
Bumped the Architecture build setting to include 64-bit machines.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoul committed Feb 11, 2014
1 parent 649b23a commit f903e8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LambdaAlert.xcodeproj/project.pbxproj
Expand Up @@ -183,6 +183,8 @@
/* Begin PBXProject section */
0D75680613A0A8590031D9FA /* Project object */ = {
isa = PBXProject;
attributes = {
};
buildConfigurationList = 0D75680913A0A8590031D9FA /* Build configuration list for PBXProject "LambdaAlert" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
Expand Down Expand Up @@ -275,6 +277,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
DSTROOT = /tmp/LambdaAlert.dst;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -290,6 +293,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
DSTROOT = /tmp/LambdaAlert.dst;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand Down

0 comments on commit f903e8e

Please sign in to comment.