Skip to content

Commit 89fbe32

Browse files
committed
Lowered IPHONEOS_DEPLOYMENT_TARGET to 8.0
1 parent 9ebab23 commit 89fbe32

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ios/.DS_Store

0 Bytes
Binary file not shown.

ios/react-native-sha256.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
162162
GCC_WARN_UNUSED_FUNCTION = YES;
163163
GCC_WARN_UNUSED_VARIABLE = YES;
164-
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
164+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
165165
MTL_ENABLE_DEBUG_INFO = YES;
166166
ONLY_ACTIVE_ARCH = YES;
167167
SDKROOT = iphoneos;
@@ -203,7 +203,7 @@
203203
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
204204
GCC_WARN_UNUSED_FUNCTION = YES;
205205
GCC_WARN_UNUSED_VARIABLE = YES;
206-
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
206+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
207207
MTL_ENABLE_DEBUG_INFO = NO;
208208
SDKROOT = iphoneos;
209209
VALIDATE_PRODUCT = YES;
@@ -247,6 +247,7 @@
247247
CD7408E21ECDFA2900866FA7 /* Release */,
248248
);
249249
defaultConfigurationIsVisible = 0;
250+
defaultConfigurationName = Release;
250251
};
251252
/* End XCConfigurationList section */
252253
};

0 commit comments

Comments
 (0)