Skip to content

Commit

Permalink
Removing armv6 and adding armv7s to Distribution target.
Browse files Browse the repository at this point in the history
  • Loading branch information
wooster committed Sep 27, 2012
1 parent 92344c8 commit 364364d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FeedbackDemo/FeedbackDemo.xcodeproj/project.pbxproj
Expand Up @@ -573,7 +573,7 @@
buildSettings = {
ARCHS = (
armv7,
armv6,
armv7s,
i386,
);
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
Expand All @@ -586,7 +586,7 @@
buildSettings = {
ARCHS = (
armv7,
armv6,
armv7s,
i386,
);
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
Expand Down

0 comments on commit 364364d

Please sign in to comment.