Skip to content

Commit d002a9d

Browse files
authored
Update Cocoapods to 7.11.0 and C++ SDK version to 7.3.0. (#395)
* Update Cocoapods to 7.11.0. * Update readme file Cocoapods version. * Update C++ SDK version to 7.3.0. * Add release notes to readme. * Update Firestore source dependency to 7.11.0. * Fix a compiler warning for size_t/int. * Update iOS integration test OS deployment target to 10.0. * Pin googletest to release 1.10.0, as master is now broken on iOS.
1 parent 8f3e192 commit d002a9d

File tree

34 files changed

+107
-102
lines changed

34 files changed

+107
-102
lines changed

admob/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase AdMob test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/AdMob', '7.10.0'
7+
pod 'Firebase/AdMob', '7.11.0'
88
end
99

1010
post_install do |installer|

admob/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
280280
GCC_WARN_UNUSED_FUNCTION = YES;
281281
GCC_WARN_UNUSED_VARIABLE = YES;
282-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
282+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
283283
MTL_ENABLE_DEBUG_INFO = YES;
284284
ONLY_ACTIVE_ARCH = YES;
285285
SDKROOT = iphoneos;
@@ -316,7 +316,7 @@
316316
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
317317
GCC_WARN_UNUSED_FUNCTION = YES;
318318
GCC_WARN_UNUSED_VARIABLE = YES;
319-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
319+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
320320
MTL_ENABLE_DEBUG_INFO = NO;
321321
SDKROOT = iphoneos;
322322
TARGETED_DEVICE_FAMILY = "1,2";

analytics/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase Analytics test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '7.10.0'
7+
pod 'Firebase/Analytics', '7.11.0'
88
end
99

1010
post_install do |installer|

analytics/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
237237
GCC_WARN_UNUSED_FUNCTION = YES;
238238
GCC_WARN_UNUSED_VARIABLE = YES;
239-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
239+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
240240
MTL_ENABLE_DEBUG_INFO = YES;
241241
ONLY_ACTIVE_ARCH = YES;
242242
SDKROOT = iphoneos;
@@ -273,7 +273,7 @@
273273
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
274274
GCC_WARN_UNUSED_FUNCTION = YES;
275275
GCC_WARN_UNUSED_VARIABLE = YES;
276-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
276+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
277277
MTL_ENABLE_DEBUG_INFO = NO;
278278
SDKROOT = iphoneos;
279279
TARGETED_DEVICE_FAMILY = "1,2";

app/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase App test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '7.10.0'
7+
pod 'Firebase/Analytics', '7.11.0'
88
end
99

1010
post_install do |installer|

app/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
237237
GCC_WARN_UNUSED_FUNCTION = YES;
238238
GCC_WARN_UNUSED_VARIABLE = YES;
239-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
239+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
240240
MTL_ENABLE_DEBUG_INFO = YES;
241241
ONLY_ACTIVE_ARCH = YES;
242242
SDKROOT = iphoneos;
@@ -273,7 +273,7 @@
273273
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
274274
GCC_WARN_UNUSED_FUNCTION = YES;
275275
GCC_WARN_UNUSED_VARIABLE = YES;
276-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
276+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
277277
MTL_ENABLE_DEBUG_INFO = NO;
278278
SDKROOT = iphoneos;
279279
TARGETED_DEVICE_FAMILY = "1,2";

auth/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase Auth test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Auth', '7.10.0'
7+
pod 'Firebase/Auth', '7.11.0'
88
end
99

1010
post_install do |installer|

auth/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
247247
GCC_WARN_UNUSED_FUNCTION = YES;
248248
GCC_WARN_UNUSED_VARIABLE = YES;
249-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
249+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
250250
MTL_ENABLE_DEBUG_INFO = YES;
251251
ONLY_ACTIVE_ARCH = YES;
252252
SDKROOT = iphoneos;
@@ -283,7 +283,7 @@
283283
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
284284
GCC_WARN_UNUSED_FUNCTION = YES;
285285
GCC_WARN_UNUSED_VARIABLE = YES;
286-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
286+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
287287
MTL_ENABLE_DEBUG_INFO = NO;
288288
SDKROOT = iphoneos;
289289
TARGETED_DEVICE_FAMILY = "1,2";

cmake/external/firestore.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if(TARGET firestore)
1818
return()
1919
endif()
2020

21-
set(version 9bae3613d885fb8cc7d74c612c90f821a0e1981f)
21+
set(version CocoaPods-7.11.0)
2222
ExternalProject_Add(
2323
firestore
2424

cpp_sdk_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"released": "7.2.0",
3-
"stable": "7.2.0",
4-
"head": "7.2.0"
2+
"released": "7.3.0",
3+
"stable": "7.3.0",
4+
"head": "7.3.0"
55
}

database/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ platform :ios, '10.0'
44
# Firebase Realtime Database test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Database', '7.10.0'
8-
pod 'Firebase/Auth', '7.10.0'
7+
pod 'Firebase/Database', '7.11.0'
8+
pod 'Firebase/Auth', '7.11.0'
99
end
1010

1111
post_install do |installer|

database/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
237237
GCC_WARN_UNUSED_FUNCTION = YES;
238238
GCC_WARN_UNUSED_VARIABLE = YES;
239-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
239+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
240240
MTL_ENABLE_DEBUG_INFO = YES;
241241
ONLY_ACTIVE_ARCH = YES;
242242
SDKROOT = iphoneos;
@@ -273,7 +273,7 @@
273273
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
274274
GCC_WARN_UNUSED_FUNCTION = YES;
275275
GCC_WARN_UNUSED_VARIABLE = YES;
276-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
276+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
277277
MTL_ENABLE_DEBUG_INFO = NO;
278278
SDKROOT = iphoneos;
279279
TARGETED_DEVICE_FAMILY = "1,2";

dynamic_links/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase Dynamic Links test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/DynamicLinks', '7.10.0'
7+
pod 'Firebase/DynamicLinks', '7.11.0'
88
end
99

1010
post_install do |installer|

dynamic_links/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
237237
GCC_WARN_UNUSED_FUNCTION = YES;
238238
GCC_WARN_UNUSED_VARIABLE = YES;
239-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
239+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
240240
MTL_ENABLE_DEBUG_INFO = YES;
241241
ONLY_ACTIVE_ARCH = YES;
242242
SDKROOT = iphoneos;
@@ -273,7 +273,7 @@
273273
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
274274
GCC_WARN_UNUSED_FUNCTION = YES;
275275
GCC_WARN_UNUSED_VARIABLE = YES;
276-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
276+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
277277
MTL_ENABLE_DEBUG_INFO = NO;
278278
SDKROOT = iphoneos;
279279
TARGETED_DEVICE_FAMILY = "1,2";

firestore/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ platform :ios, '10.0'
44
# Firebase Realtime Firestore test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Firestore', '7.10.0'
8-
pod 'Firebase/Auth', '7.10.0'
7+
pod 'Firebase/Firestore', '7.11.0'
8+
pod 'Firebase/Auth', '7.11.0'
99
end
1010

1111
post_install do |installer|

firestore/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
245245
GCC_WARN_UNUSED_FUNCTION = YES;
246246
GCC_WARN_UNUSED_VARIABLE = YES;
247-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
247+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
248248
MTL_ENABLE_DEBUG_INFO = YES;
249249
ONLY_ACTIVE_ARCH = YES;
250250
SDKROOT = iphoneos;
@@ -281,7 +281,7 @@
281281
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
282282
GCC_WARN_UNUSED_FUNCTION = YES;
283283
GCC_WARN_UNUSED_VARIABLE = YES;
284-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
284+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
285285
MTL_ENABLE_DEBUG_INFO = NO;
286286
SDKROOT = iphoneos;
287287
TARGETED_DEVICE_FAMILY = "1,2";

firestore/integration_test_internal/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ platform :ios, '10.0'
33
# Cloud Firestore internal test application.
44

55
target 'integration_test' do
6-
pod 'Firebase/Firestore', '7.10.0'
7-
pod 'Firebase/Auth', '7.10.0'
6+
pod 'Firebase/Firestore', '7.11.0'
7+
pod 'Firebase/Auth', '7.11.0'
88
end
99

1010
post_install do |installer|

firestore/integration_test_internal/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
354354
GCC_WARN_UNUSED_FUNCTION = YES;
355355
GCC_WARN_UNUSED_VARIABLE = YES;
356-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
356+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
357357
MTL_ENABLE_DEBUG_INFO = YES;
358358
ONLY_ACTIVE_ARCH = YES;
359359
SDKROOT = iphoneos;
@@ -390,7 +390,7 @@
390390
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
391391
GCC_WARN_UNUSED_FUNCTION = YES;
392392
GCC_WARN_UNUSED_VARIABLE = YES;
393-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
393+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
394394
MTL_ENABLE_DEBUG_INFO = NO;
395395
SDKROOT = iphoneos;
396396
TARGETED_DEVICE_FAMILY = "1,2";

functions/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ platform :ios, '10.0'
44
# Cloud Functions for Firebase test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Functions', '7.10.0'
8-
pod 'Firebase/Auth', '7.10.0'
7+
pod 'Firebase/Functions', '7.11.0'
8+
pod 'Firebase/Auth', '7.11.0'
99
end
1010

1111
post_install do |installer|

functions/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
237237
GCC_WARN_UNUSED_FUNCTION = YES;
238238
GCC_WARN_UNUSED_VARIABLE = YES;
239-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
239+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
240240
MTL_ENABLE_DEBUG_INFO = YES;
241241
ONLY_ACTIVE_ARCH = YES;
242242
SDKROOT = iphoneos;
@@ -273,7 +273,7 @@
273273
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
274274
GCC_WARN_UNUSED_FUNCTION = YES;
275275
GCC_WARN_UNUSED_VARIABLE = YES;
276-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
276+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
277277
MTL_ENABLE_DEBUG_INFO = NO;
278278
SDKROOT = iphoneos;
279279
TARGETED_DEVICE_FAMILY = "1,2";

installations/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ platform :ios, '10.0'
44
# Firebase Installations test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '7.10.0'
8-
pod 'Firebase/Installations', '7.10.0'
7+
pod 'Firebase/Analytics', '7.11.0'
8+
pod 'Firebase/Installations', '7.11.0'
99
end
1010

1111
post_install do |installer|

installations/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
237237
GCC_WARN_UNUSED_FUNCTION = YES;
238238
GCC_WARN_UNUSED_VARIABLE = YES;
239-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
239+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
240240
MTL_ENABLE_DEBUG_INFO = YES;
241241
ONLY_ACTIVE_ARCH = YES;
242242
SDKROOT = iphoneos;
@@ -273,7 +273,7 @@
273273
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
274274
GCC_WARN_UNUSED_FUNCTION = YES;
275275
GCC_WARN_UNUSED_VARIABLE = YES;
276-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
276+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
277277
MTL_ENABLE_DEBUG_INFO = NO;
278278
SDKROOT = iphoneos;
279279
TARGETED_DEVICE_FAMILY = "1,2";

instance_id/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ platform :ios, '10.0'
44
# Firebase Instance ID test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '7.10.0'
8-
pod 'FirebaseInstanceID', '7.10.0'
7+
pod 'Firebase/Analytics', '7.11.0'
8+
pod 'FirebaseInstanceID', '7.11.0'
99
end
1010

1111
post_install do |installer|

instance_id/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
237237
GCC_WARN_UNUSED_FUNCTION = YES;
238238
GCC_WARN_UNUSED_VARIABLE = YES;
239-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
239+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
240240
MTL_ENABLE_DEBUG_INFO = YES;
241241
ONLY_ACTIVE_ARCH = YES;
242242
SDKROOT = iphoneos;
@@ -273,7 +273,7 @@
273273
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
274274
GCC_WARN_UNUSED_FUNCTION = YES;
275275
GCC_WARN_UNUSED_VARIABLE = YES;
276-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
276+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
277277
MTL_ENABLE_DEBUG_INFO = NO;
278278
SDKROOT = iphoneos;
279279
TARGETED_DEVICE_FAMILY = "1,2";

ios_pod/Podfile

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '10.0'
33

44
target 'GetPods' do
5-
pod 'Firebase/Core', '7.10.0'
5+
pod 'Firebase/Core', '7.11.0'
66

7-
pod 'Firebase/AdMob', '7.10.0'
8-
pod 'Firebase/Analytics', '7.10.0'
9-
pod 'Firebase/Auth', '7.10.0'
10-
pod 'Firebase/Crashlytics', '7.10.0'
11-
pod 'Firebase/Database', '7.10.0'
12-
pod 'Firebase/DynamicLinks', '7.10.0'
13-
pod 'Firebase/Firestore', '7.10.0'
14-
pod 'Firebase/Functions', '7.10.0'
15-
pod 'Firebase/Installations', '7.10.0'
16-
pod 'FirebaseInstanceID', '7.10.0'
17-
pod 'Firebase/Messaging', '7.10.0'
18-
pod 'Firebase/RemoteConfig', '7.10.0'
19-
pod 'Firebase/Storage', '7.10.0'
7+
pod 'Firebase/AdMob', '7.11.0'
8+
pod 'Firebase/Analytics', '7.11.0'
9+
pod 'Firebase/Auth', '7.11.0'
10+
pod 'Firebase/Crashlytics', '7.11.0'
11+
pod 'Firebase/Database', '7.11.0'
12+
pod 'Firebase/DynamicLinks', '7.11.0'
13+
pod 'Firebase/Firestore', '7.11.0'
14+
pod 'Firebase/Functions', '7.11.0'
15+
pod 'Firebase/Installations', '7.11.0'
16+
pod 'FirebaseInstanceID', '7.11.0'
17+
pod 'Firebase/Messaging', '7.11.0'
18+
pod 'Firebase/RemoteConfig', '7.11.0'
19+
pod 'Firebase/Storage', '7.11.0'
2020

2121
end

messaging/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
# Firebase Cloud Messaging test application.
55

66
target 'integration_test' do
7-
pod 'Firebase/Messaging', '7.10.0'
7+
pod 'Firebase/Messaging', '7.11.0'
88
end
99

1010
post_install do |installer|

messaging/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
237237
GCC_WARN_UNUSED_FUNCTION = YES;
238238
GCC_WARN_UNUSED_VARIABLE = YES;
239-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
239+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
240240
MTL_ENABLE_DEBUG_INFO = YES;
241241
ONLY_ACTIVE_ARCH = YES;
242242
SDKROOT = iphoneos;
@@ -273,7 +273,7 @@
273273
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
274274
GCC_WARN_UNUSED_FUNCTION = YES;
275275
GCC_WARN_UNUSED_VARIABLE = YES;
276-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
276+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
277277
MTL_ENABLE_DEBUG_INFO = NO;
278278
SDKROOT = iphoneos;
279279
TARGETED_DEVICE_FAMILY = "1,2";

0 commit comments

Comments
 (0)