Skip to content

Commit 5879b4f

Browse files
committed
- Increase minimum iOS version
- Update build
1 parent 88559ed commit 5879b4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Workout.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,8 +1010,8 @@
10101010
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
10111011
GCC_WARN_UNUSED_FUNCTION = YES;
10121012
GCC_WARN_UNUSED_VARIABLE = YES;
1013-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
1014-
MARKETING_VERSION = 1.9.1;
1013+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1014+
MARKETING_VERSION = 1.10;
10151015
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
10161016
MTL_FAST_MATH = YES;
10171017
ONLY_ACTIVE_ARCH = YES;
@@ -1069,8 +1069,8 @@
10691069
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
10701070
GCC_WARN_UNUSED_FUNCTION = YES;
10711071
GCC_WARN_UNUSED_VARIABLE = YES;
1072-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
1073-
MARKETING_VERSION = 1.9.1;
1072+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1073+
MARKETING_VERSION = 1.10;
10741074
MTL_ENABLE_DEBUG_INFO = NO;
10751075
MTL_FAST_MATH = YES;
10761076
SDKROOT = iphoneos;

0 commit comments

Comments
 (0)