Skip to content

Commit 53b91e8

Browse files
committed
Switch OptableSDK build target to 9.3, the earliest we support.
1 parent 62f4d6b commit 53b91e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OptableSDK.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
315315
GCC_WARN_UNUSED_FUNCTION = YES;
316316
GCC_WARN_UNUSED_VARIABLE = YES;
317-
IPHONEOS_DEPLOYMENT_TARGET = 13.6;
317+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
318318
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
319319
MTL_FAST_MATH = YES;
320320
ONLY_ACTIVE_ARCH = YES;
@@ -372,7 +372,7 @@
372372
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
373373
GCC_WARN_UNUSED_FUNCTION = YES;
374374
GCC_WARN_UNUSED_VARIABLE = YES;
375-
IPHONEOS_DEPLOYMENT_TARGET = 13.6;
375+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
376376
MTL_ENABLE_DEBUG_INFO = NO;
377377
MTL_FAST_MATH = YES;
378378
SDKROOT = iphoneos;

0 commit comments

Comments
 (0)