Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated iOS deployment target to iOS 5.1
  • Loading branch information
slouken committed May 10, 2014
1 parent fb38995 commit d57d99a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README-ios.txt
@@ -1,5 +1,5 @@
==============================================================================
Building the Simple DirectMedia Layer for iPhone OS 2.0
Building the Simple DirectMedia Layer for iPhone OS 5.1
==============================================================================

Requirements: Mac OS X v10.5 or later and the iPhone SDK.
Expand Down
2 changes: 2 additions & 0 deletions Xcode-iOS/SDL/SDL.xcodeproj/project.pbxproj
Expand Up @@ -1285,6 +1285,7 @@
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
PRODUCT_NAME = SDL2;
SKIP_INSTALL = YES;
};
Expand All @@ -1294,6 +1295,7 @@
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
PRODUCT_NAME = SDL2;
SKIP_INSTALL = YES;
};
Expand Down

0 comments on commit d57d99a

Please sign in to comment.