summaryrefslogtreecommitdiff
path: root/Xcode-iOS
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2017-12-07 17:47:01 -0800
committerSam Lantinga <slouken@libsdl.org>2017-12-07 17:47:01 -0800
commit31404706b5ac50e1f2617cd40f3556b18cead68a (patch)
tree1fe56e2fcabeb01554dcfe4e282e867e8861bf7a /Xcode-iOS
parentc6972eecc2fef850ef3cccba00339410b169d3f4 (diff)
Fixed building for simulators or older iOS SDKs
Diffstat (limited to 'Xcode-iOS')
-rwxr-xr-xXcode-iOS/SDL/SDL.xcodeproj/project.pbxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xcode-iOS/SDL/SDL.xcodeproj/project.pbxproj b/Xcode-iOS/SDL/SDL.xcodeproj/project.pbxproj
index 9b3bc6e7c1..4c8c0ff1e3 100755
--- a/Xcode-iOS/SDL/SDL.xcodeproj/project.pbxproj
+++ b/Xcode-iOS/SDL/SDL.xcodeproj/project.pbxproj
@@ -1691,7 +1691,6 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 6.1;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
@@ -1728,7 +1727,6 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 6.1;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
@@ -1864,6 +1862,7 @@
GCC_WARN_STRICT_SELECTOR_MATCH = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
HEADER_SEARCH_PATHS = "$(VULKAN_SDK)/include";
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
PRODUCT_NAME = SDL2;
SKIP_INSTALL = YES;
};
@@ -1881,6 +1880,7 @@
GCC_WARN_STRICT_SELECTOR_MATCH = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
HEADER_SEARCH_PATHS = "$(VULKAN_SDK)/include";
+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
PRODUCT_NAME = SDL2;
SKIP_INSTALL = YES;
};