Browse Source

Limit min deploy to iOS8 since current MIDI uses AVFoundation which introduced this version

Pal Lockheart 8 years ago
parent
commit
b15436e4b0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ios/SDLPal/SDLPal.xcodeproj/project.pbxproj

+ 2 - 0
ios/SDLPal/SDLPal.xcodeproj/project.pbxproj

@@ -1165,6 +1165,7 @@
 				);
 				INFOPLIST_FILE = "SDLPal/SDLPal-Info.plist";
 				INIT_ROUTINE = "";
+				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
 				OTHER_LDFLAGS = (
 					"$(inherited)",
 					"-ObjC",
@@ -1206,6 +1207,7 @@
 				);
 				INFOPLIST_FILE = "SDLPal/SDLPal-Info.plist";
 				INIT_ROUTINE = "";
+				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
 				OTHER_LDFLAGS = (
 					"$(inherited)",
 					"-ObjC",