Navigation Menu

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 53f6a59 commit b4a2b38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Xcode-iOS/SDL_mixer.xcodeproj/project.pbxproj
Expand Up @@ -711,6 +711,7 @@
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
LIBRARY_STYLE = STATIC;
OTHER_CFLAGS = "";
PRODUCT_NAME = SDL2_mixer;
Expand All @@ -723,6 +724,7 @@
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
LIBRARY_STYLE = STATIC;
OTHER_CFLAGS = "";
PRODUCT_NAME = SDL2_mixer;
Expand Down

0 comments on commit b4a2b38

Please sign in to comment.