Skip to content
This repository was archived by the owner on Feb 3, 2019. It is now read-only.

Commit ecc0054

Browse files
committed
fix deployment target
1 parent 6a95f38 commit ecc0054

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: twilight.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@
715715
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
716716
GCC_WARN_UNUSED_FUNCTION = YES;
717717
GCC_WARN_UNUSED_VARIABLE = YES;
718-
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
718+
IPHONEOS_DEPLOYMENT_TARGET = 11.1;
719719
MTL_ENABLE_DEBUG_INFO = YES;
720720
ONLY_ACTIVE_ARCH = YES;
721721
SDKROOT = iphoneos;
@@ -766,7 +766,7 @@
766766
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
767767
GCC_WARN_UNUSED_FUNCTION = YES;
768768
GCC_WARN_UNUSED_VARIABLE = YES;
769-
IPHONEOS_DEPLOYMENT_TARGET = 11.2;
769+
IPHONEOS_DEPLOYMENT_TARGET = 11.1;
770770
MTL_ENABLE_DEBUG_INFO = NO;
771771
SDKROOT = iphoneos;
772772
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Binary file not shown.

0 commit comments

Comments
 (0)