Skip to content

Commit

Permalink
Fixed running on iPhone 3G
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 8, 2012
1 parent 17b2d60 commit 0b254fc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Xcode-iOS/SDL_image.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,10 @@
007288110F0DA5BA00C302A9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
ARCHS = (
armv6,
armv7,
);
COPY_PHASE_STRIP = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand Down Expand Up @@ -242,7 +245,10 @@
007288150F0DA5C400C302A9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
ARCHS = (
armv6,
armv7,
);
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
LOAD_BMP,
Expand Down

0 comments on commit 0b254fc

Please sign in to comment.