Skip to content

Commit

Permalink
Updated project for iOS 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanns committed Sep 21, 2012
1 parent 021abcc commit 5c3cedd
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Objection.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1338,11 +1338,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
i386,
armv7,
armv6,
);
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
COPY_PHASE_STRIP = NO;
DSTROOT = /tmp/Objection.dst;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -1365,11 +1361,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
i386,
armv7,
armv6,
);
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
DSTROOT = /tmp/Objection.dst;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit 5c3cedd

Please sign in to comment.