Skip to content

Commit

Permalink
Update iOS demo project to build with armv6 and iOS3 deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Feb 5, 2012
1 parent 28be142 commit d820ce4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions demo/iOS/QuincyDemo.xcodeproj/project.pbxproj
Expand Up @@ -223,6 +223,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
armv6,
armv7,
);
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -236,7 +240,7 @@
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
INFOPLIST_FILE = Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
PRODUCT_NAME = QuincyDemo;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -246,6 +250,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
armv6,
armv7,
);
COPY_PHASE_STRIP = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -257,7 +265,7 @@
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
INFOPLIST_FILE = Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
PRODUCT_NAME = QuincyDemo;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down

0 comments on commit d820ce4

Please sign in to comment.