Skip to content

Commit

Permalink
Updated iOS deployment target to iOS 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 10, 2014
1 parent 1574e65 commit 3b13358
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Xcode-iOS/SDL_image.xcodeproj/project.pbxproj
Expand Up @@ -153,6 +153,8 @@
/* Begin PBXProject section */
0867D690FE84028FC02AAC07 /* Project object */ = {
isa = PBXProject;
attributes = {
};
buildConfigurationList = 00B7E3B6097EB73D00826121 /* Build configuration list for PBXProject "SDL_image" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
Expand Down Expand Up @@ -243,6 +245,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
LIBRARY_STYLE = STATIC;
PRODUCT_NAME = SDL2_image;
SECTORDER_FLAGS = "";
Expand Down Expand Up @@ -282,6 +285,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
LIBRARY_STYLE = STATIC;
PRODUCT_NAME = SDL2_image;
SECTORDER_FLAGS = "";
Expand Down

0 comments on commit 3b13358

Please sign in to comment.