Skip to content

Commit 4887fd4

Browse files
authored
Update to ios 13 (#1577)
* Change all iOS minimums to 13. * Add readme.
1 parent 507dfa2 commit 4887fd4

File tree

30 files changed

+48
-47
lines changed

30 files changed

+48
-47
lines changed

analytics/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '11.0'
2+
platform :ios, '13.0'
33
# Firebase Analytics test application.
44
use_frameworks! :linkage => :static
55

66
target 'integration_test' do
7-
platform :ios, '11.0'
7+
platform :ios, '13.0'
88
pod 'Firebase/Analytics', '10.24.0'
99
end
1010

analytics/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
408408
GCC_WARN_UNUSED_FUNCTION = YES;
409409
GCC_WARN_UNUSED_VARIABLE = YES;
410-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
410+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
411411
MTL_ENABLE_DEBUG_INFO = YES;
412412
ONLY_ACTIVE_ARCH = YES;
413413
SDKROOT = iphoneos;
@@ -444,7 +444,7 @@
444444
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
445445
GCC_WARN_UNUSED_FUNCTION = YES;
446446
GCC_WARN_UNUSED_VARIABLE = YES;
447-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
447+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
448448
MTL_ENABLE_DEBUG_INFO = NO;
449449
SDKROOT = iphoneos;
450450
TARGETED_DEVICE_FAMILY = "1,2";

app/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '11.0'
2+
platform :ios, '13.0'
33
# Firebase App test application.
44
use_frameworks! :linkage => :static
55

app/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
243243
GCC_WARN_UNUSED_FUNCTION = YES;
244244
GCC_WARN_UNUSED_VARIABLE = YES;
245-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
245+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
246246
MTL_ENABLE_DEBUG_INFO = YES;
247247
ONLY_ACTIVE_ARCH = YES;
248248
SDKROOT = iphoneos;
@@ -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 = 12.0;
282+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
283283
MTL_ENABLE_DEBUG_INFO = NO;
284284
SDKROOT = iphoneos;
285285
TARGETED_DEVICE_FAMILY = "1,2";

app_check/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
33
use_frameworks! :linkage => :static
44

55
target 'integration_test' do
6-
platform :ios, '11.0'
6+
platform :ios, '13.0'
77
pod 'Firebase/AppCheck', '10.24.0'
88
pod 'Firebase/Database', '10.24.0'
99
pod 'Firebase/Auth', '10.24.0'

app_check/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
355355
GCC_WARN_UNUSED_FUNCTION = YES;
356356
GCC_WARN_UNUSED_VARIABLE = YES;
357-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
357+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
358358
MTL_ENABLE_DEBUG_INFO = YES;
359359
ONLY_ACTIVE_ARCH = YES;
360360
SDKROOT = iphoneos;
@@ -391,7 +391,7 @@
391391
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
392392
GCC_WARN_UNUSED_FUNCTION = YES;
393393
GCC_WARN_UNUSED_VARIABLE = YES;
394-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
394+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
395395
MTL_ENABLE_DEBUG_INFO = NO;
396396
SDKROOT = iphoneos;
397397
TARGETED_DEVICE_FAMILY = "1,2";

auth/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
33
use_frameworks! :linkage => :static
44

55
target 'integration_test' do
6-
platform :ios, '11.0'
6+
platform :ios, '13.0'
77
pod 'Firebase/Auth', '10.24.0'
88
end
99

auth/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
433433
GCC_WARN_UNUSED_FUNCTION = YES;
434434
GCC_WARN_UNUSED_VARIABLE = YES;
435-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
435+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
436436
MTL_ENABLE_DEBUG_INFO = YES;
437437
ONLY_ACTIVE_ARCH = YES;
438438
SDKROOT = iphoneos;
@@ -469,7 +469,7 @@
469469
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
470470
GCC_WARN_UNUSED_FUNCTION = YES;
471471
GCC_WARN_UNUSED_VARIABLE = YES;
472-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
472+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
473473
MTL_ENABLE_DEBUG_INFO = NO;
474474
SDKROOT = iphoneos;
475475
TARGETED_DEVICE_FAMILY = "1,2";

database/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
33
use_frameworks! :linkage => :static
44

55
target 'integration_test' do
6-
platform :ios, '11.0'
6+
platform :ios, '13.0'
77
pod 'Firebase/Database', '10.24.0'
88
pod 'Firebase/Auth', '10.24.0'
99
end

database/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
355355
GCC_WARN_UNUSED_FUNCTION = YES;
356356
GCC_WARN_UNUSED_VARIABLE = YES;
357-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
357+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
358358
MTL_ENABLE_DEBUG_INFO = YES;
359359
ONLY_ACTIVE_ARCH = YES;
360360
SDKROOT = iphoneos;
@@ -391,7 +391,7 @@
391391
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
392392
GCC_WARN_UNUSED_FUNCTION = YES;
393393
GCC_WARN_UNUSED_VARIABLE = YES;
394-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
394+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
395395
MTL_ENABLE_DEBUG_INFO = NO;
396396
SDKROOT = iphoneos;
397397
TARGETED_DEVICE_FAMILY = "1,2";

dynamic_links/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '12.0'
2+
platform :ios, '13.0'
33
# Firebase Dynamic Links test application.
44
use_frameworks! :linkage => :static
55

66
target 'integration_test' do
7-
platform :ios, '12.0'
7+
platform :ios, '13.0'
88
pod 'Firebase/DynamicLinks', '10.24.0'
99
end
1010

dynamic_links/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
243243
GCC_WARN_UNUSED_FUNCTION = YES;
244244
GCC_WARN_UNUSED_VARIABLE = YES;
245-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
245+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
246246
MTL_ENABLE_DEBUG_INFO = YES;
247247
ONLY_ACTIVE_ARCH = YES;
248248
SDKROOT = iphoneos;
@@ -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 = 12.0;
282+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
283283
MTL_ENABLE_DEBUG_INFO = NO;
284284
SDKROOT = iphoneos;
285285
TARGETED_DEVICE_FAMILY = "1,2";

firestore/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
33
use_frameworks! :linkage => :static
44

55
target 'integration_test' do
6-
platform :ios, '12.0'
6+
platform :ios, '13.0'
77
pod 'Firebase/Firestore', '10.24.0'
88
pod 'Firebase/Auth', '10.24.0'
99
end

firestore/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@
450450
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
451451
GCC_WARN_UNUSED_FUNCTION = YES;
452452
GCC_WARN_UNUSED_VARIABLE = YES;
453-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
453+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
454454
MTL_ENABLE_DEBUG_INFO = YES;
455455
ONLY_ACTIVE_ARCH = YES;
456456
SDKROOT = iphoneos;
@@ -487,7 +487,7 @@
487487
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
488488
GCC_WARN_UNUSED_FUNCTION = YES;
489489
GCC_WARN_UNUSED_VARIABLE = YES;
490-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
490+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
491491
MTL_ENABLE_DEBUG_INFO = NO;
492492
SDKROOT = iphoneos;
493493
TARGETED_DEVICE_FAMILY = "1,2";

firestore/integration_test_internal/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
33
use_frameworks! :linkage => :static
44

55
target 'integration_test' do
6-
platform :ios, '12.0'
6+
platform :ios, '13.0'
77
pod 'Firebase/Firestore', '10.24.0'
88
pod 'Firebase/Auth', '10.24.0'
99
end

firestore/integration_test_internal/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
736736
GCC_WARN_UNUSED_FUNCTION = YES;
737737
GCC_WARN_UNUSED_VARIABLE = YES;
738-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
738+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
739739
MTL_ENABLE_DEBUG_INFO = YES;
740740
ONLY_ACTIVE_ARCH = YES;
741741
SDKROOT = iphoneos;
@@ -772,7 +772,7 @@
772772
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
773773
GCC_WARN_UNUSED_FUNCTION = YES;
774774
GCC_WARN_UNUSED_VARIABLE = YES;
775-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
775+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
776776
MTL_ENABLE_DEBUG_INFO = NO;
777777
SDKROOT = iphoneos;
778778
TARGETED_DEVICE_FAMILY = "1,2";

functions/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
33
use_frameworks! :linkage => :static
44

55
target 'integration_test' do
6-
platform :ios, '12.0'
6+
platform :ios, '13.0'
77
pod 'Firebase/Functions', '10.24.0'
88
pod 'Firebase/Auth', '10.24.0'
99
end

functions/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
434434
GCC_WARN_UNUSED_FUNCTION = YES;
435435
GCC_WARN_UNUSED_VARIABLE = YES;
436-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
436+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
437437
MTL_ENABLE_DEBUG_INFO = YES;
438438
ONLY_ACTIVE_ARCH = YES;
439439
SDKROOT = iphoneos;
@@ -470,7 +470,7 @@
470470
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
471471
GCC_WARN_UNUSED_FUNCTION = YES;
472472
GCC_WARN_UNUSED_VARIABLE = YES;
473-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
473+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
474474
MTL_ENABLE_DEBUG_INFO = NO;
475475
SDKROOT = iphoneos;
476476
TARGETED_DEVICE_FAMILY = "1,2";

gma/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '12.0'
2+
platform :ios, '13.0'
33
# Firebase GMA test application.
44
use_frameworks! :linkage => :static
55

66
target 'integration_test' do
7-
platform :ios, '12.0'
7+
platform :ios, '13.0'
88
pod 'Firebase/CoreOnly', '10.24.0'
99
pod 'Google-Mobile-Ads-SDK', '11.2.0'
1010
pod 'GoogleUserMessagingPlatform', '2.3.0'

gma/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 = 12.0;
249+
IPHONEOS_DEPLOYMENT_TARGET = 13.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 = 12.0;
286+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
287287
MTL_ENABLE_DEBUG_INFO = NO;
288288
SDKROOT = iphoneos;
289289
TARGETED_DEVICE_FAMILY = "1,2";

installations/integration_test/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '12.0'
2+
platform :ios, '13.0'
33
# Firebase Installations test application.
44
use_frameworks! :linkage => :static
55

66
target 'integration_test' do
7-
platform :ios, '12.0'
7+
platform :ios, '13.0'
88
pod 'Firebase/Analytics', '10.24.0'
99
pod 'Firebase/Installations', '10.24.0'
1010
end

installations/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
243243
GCC_WARN_UNUSED_FUNCTION = YES;
244244
GCC_WARN_UNUSED_VARIABLE = YES;
245-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
245+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
246246
MTL_ENABLE_DEBUG_INFO = YES;
247247
ONLY_ACTIVE_ARCH = YES;
248248
SDKROOT = iphoneos;
@@ -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 = 12.0;
282+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
283283
MTL_ENABLE_DEBUG_INFO = NO;
284284
SDKROOT = iphoneos;
285285
TARGETED_DEVICE_FAMILY = "1,2";

ios_pod/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '12.0'
2+
platform :ios, '13.0'
33
use_frameworks!
44

55
target 'GetPods' do

messaging/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
33
use_frameworks! :linkage => :static
44

55
target 'integration_test' do
6-
platform :ios, '12.0'
6+
platform :ios, '13.0'
77
pod 'Firebase/Messaging', '10.24.0'
88
end
99

messaging/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
432432
GCC_WARN_UNUSED_FUNCTION = YES;
433433
GCC_WARN_UNUSED_VARIABLE = YES;
434-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
434+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
435435
MTL_ENABLE_DEBUG_INFO = YES;
436436
ONLY_ACTIVE_ARCH = YES;
437437
SDKROOT = iphoneos;
@@ -468,7 +468,7 @@
468468
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
469469
GCC_WARN_UNUSED_FUNCTION = YES;
470470
GCC_WARN_UNUSED_VARIABLE = YES;
471-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
471+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
472472
MTL_ENABLE_DEBUG_INFO = NO;
473473
SDKROOT = iphoneos;
474474
TARGETED_DEVICE_FAMILY = "1,2";

release_build_files/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ code.
633633
## Release Notes
634634
### Upcoming Release
635635
- Changes
636+
- General (iOS): Minimum iOS deployment target is now 13.0.
636637
- Storage (iOS): Fix invalid pointer in `StorageReference::GetFile()` when
637638
running in a secondary thread
638639
([#1570](https://github.com/firebase/firebase-cpp-sdk/issues/1570)).

remote_config/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
33
use_frameworks! :linkage => :static
44

55
target 'integration_test' do
6-
platform :ios, '12.0'
6+
platform :ios, '13.0'
77
pod 'Firebase/RemoteConfig', '10.24.0'
88
end
99

remote_config/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
408408
GCC_WARN_UNUSED_FUNCTION = YES;
409409
GCC_WARN_UNUSED_VARIABLE = YES;
410-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
410+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
411411
MTL_ENABLE_DEBUG_INFO = YES;
412412
ONLY_ACTIVE_ARCH = YES;
413413
SDKROOT = iphoneos;
@@ -444,7 +444,7 @@
444444
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
445445
GCC_WARN_UNUSED_FUNCTION = YES;
446446
GCC_WARN_UNUSED_VARIABLE = YES;
447-
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
447+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
448448
MTL_ENABLE_DEBUG_INFO = NO;
449449
SDKROOT = iphoneos;
450450
TARGETED_DEVICE_FAMILY = "1,2";

storage/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
33
use_frameworks! :linkage => :static
44

55
target 'integration_test' do
6-
platform :ios, '12.0'
6+
platform :ios, '13.0'
77
pod 'Firebase/Storage', '10.24.0'
88
pod 'Firebase/Auth', '10.24.0'
99
end

0 commit comments

Comments
 (0)