File tree Expand file tree Collapse file tree 30 files changed +48
-47
lines changed
analytics/integration_test
integration_test.xcodeproj
integration_test.xcodeproj
app_check/integration_test
integration_test.xcodeproj
integration_test.xcodeproj
database/integration_test
integration_test.xcodeproj
dynamic_links/integration_test
integration_test.xcodeproj
integration_test.xcodeproj
integration_test_internal
integration_test.xcodeproj
functions/integration_test
integration_test.xcodeproj
integration_test.xcodeproj
installations/integration_test
integration_test.xcodeproj
messaging/integration_test
integration_test.xcodeproj
remote_config/integration_test
integration_test.xcodeproj
integration_test.xcodeproj Expand file tree Collapse file tree 30 files changed +48
-47
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://github.com/CocoaPods/Specs.git'
2
- platform :ios , '11 .0'
2
+ platform :ios , '13 .0'
3
3
# Firebase Analytics test application.
4
4
use_frameworks! :linkage => :static
5
5
6
6
target 'integration_test' do
7
- platform :ios , '11 .0'
7
+ platform :ios , '13 .0'
8
8
pod 'Firebase/Analytics' , '10.24.0'
9
9
end
10
10
Original file line number Diff line number Diff line change 407
407
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
408
408
GCC_WARN_UNUSED_FUNCTION = YES;
409
409
GCC_WARN_UNUSED_VARIABLE = YES;
410
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
410
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
411
411
MTL_ENABLE_DEBUG_INFO = YES;
412
412
ONLY_ACTIVE_ARCH = YES;
413
413
SDKROOT = iphoneos;
444
444
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
445
445
GCC_WARN_UNUSED_FUNCTION = YES;
446
446
GCC_WARN_UNUSED_VARIABLE = YES;
447
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
447
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
448
448
MTL_ENABLE_DEBUG_INFO = NO;
449
449
SDKROOT = iphoneos;
450
450
TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change 1
1
source 'https://github.com/CocoaPods/Specs.git'
2
- platform :ios , '11 .0'
2
+ platform :ios , '13 .0'
3
3
# Firebase App test application.
4
4
use_frameworks! :linkage => :static
5
5
Original file line number Diff line number Diff line change 242
242
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
243
243
GCC_WARN_UNUSED_FUNCTION = YES;
244
244
GCC_WARN_UNUSED_VARIABLE = YES;
245
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
245
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
246
246
MTL_ENABLE_DEBUG_INFO = YES;
247
247
ONLY_ACTIVE_ARCH = YES;
248
248
SDKROOT = iphoneos;
279
279
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
280
280
GCC_WARN_UNUSED_FUNCTION = YES;
281
281
GCC_WARN_UNUSED_VARIABLE = YES;
282
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
282
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
283
283
MTL_ENABLE_DEBUG_INFO = NO;
284
284
SDKROOT = iphoneos;
285
285
TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
3
3
use_frameworks! :linkage => :static
4
4
5
5
target 'integration_test' do
6
- platform :ios , '11 .0'
6
+ platform :ios , '13 .0'
7
7
pod 'Firebase/AppCheck' , '10.24.0'
8
8
pod 'Firebase/Database' , '10.24.0'
9
9
pod 'Firebase/Auth' , '10.24.0'
Original file line number Diff line number Diff line change 354
354
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
355
355
GCC_WARN_UNUSED_FUNCTION = YES;
356
356
GCC_WARN_UNUSED_VARIABLE = YES;
357
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
357
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
358
358
MTL_ENABLE_DEBUG_INFO = YES;
359
359
ONLY_ACTIVE_ARCH = YES;
360
360
SDKROOT = iphoneos;
391
391
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
392
392
GCC_WARN_UNUSED_FUNCTION = YES;
393
393
GCC_WARN_UNUSED_VARIABLE = YES;
394
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
394
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
395
395
MTL_ENABLE_DEBUG_INFO = NO;
396
396
SDKROOT = iphoneos;
397
397
TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
3
3
use_frameworks! :linkage => :static
4
4
5
5
target 'integration_test' do
6
- platform :ios , '11 .0'
6
+ platform :ios , '13 .0'
7
7
pod 'Firebase/Auth' , '10.24.0'
8
8
end
9
9
Original file line number Diff line number Diff line change 432
432
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
433
433
GCC_WARN_UNUSED_FUNCTION = YES;
434
434
GCC_WARN_UNUSED_VARIABLE = YES;
435
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
435
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
436
436
MTL_ENABLE_DEBUG_INFO = YES;
437
437
ONLY_ACTIVE_ARCH = YES;
438
438
SDKROOT = iphoneos;
469
469
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
470
470
GCC_WARN_UNUSED_FUNCTION = YES;
471
471
GCC_WARN_UNUSED_VARIABLE = YES;
472
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
472
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
473
473
MTL_ENABLE_DEBUG_INFO = NO;
474
474
SDKROOT = iphoneos;
475
475
TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
3
3
use_frameworks! :linkage => :static
4
4
5
5
target 'integration_test' do
6
- platform :ios , '11 .0'
6
+ platform :ios , '13 .0'
7
7
pod 'Firebase/Database' , '10.24.0'
8
8
pod 'Firebase/Auth' , '10.24.0'
9
9
end
Original file line number Diff line number Diff line change 354
354
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
355
355
GCC_WARN_UNUSED_FUNCTION = YES;
356
356
GCC_WARN_UNUSED_VARIABLE = YES;
357
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
357
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
358
358
MTL_ENABLE_DEBUG_INFO = YES;
359
359
ONLY_ACTIVE_ARCH = YES;
360
360
SDKROOT = iphoneos;
391
391
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
392
392
GCC_WARN_UNUSED_FUNCTION = YES;
393
393
GCC_WARN_UNUSED_VARIABLE = YES;
394
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
394
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
395
395
MTL_ENABLE_DEBUG_INFO = NO;
396
396
SDKROOT = iphoneos;
397
397
TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change 1
1
source 'https://github.com/CocoaPods/Specs.git'
2
- platform :ios , '12 .0'
2
+ platform :ios , '13 .0'
3
3
# Firebase Dynamic Links test application.
4
4
use_frameworks! :linkage => :static
5
5
6
6
target 'integration_test' do
7
- platform :ios , '12 .0'
7
+ platform :ios , '13 .0'
8
8
pod 'Firebase/DynamicLinks' , '10.24.0'
9
9
end
10
10
Original file line number Diff line number Diff line change 242
242
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
243
243
GCC_WARN_UNUSED_FUNCTION = YES;
244
244
GCC_WARN_UNUSED_VARIABLE = YES;
245
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
245
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
246
246
MTL_ENABLE_DEBUG_INFO = YES;
247
247
ONLY_ACTIVE_ARCH = YES;
248
248
SDKROOT = iphoneos;
279
279
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
280
280
GCC_WARN_UNUSED_FUNCTION = YES;
281
281
GCC_WARN_UNUSED_VARIABLE = YES;
282
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
282
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
283
283
MTL_ENABLE_DEBUG_INFO = NO;
284
284
SDKROOT = iphoneos;
285
285
TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
3
3
use_frameworks! :linkage => :static
4
4
5
5
target 'integration_test' do
6
- platform :ios , '12 .0'
6
+ platform :ios , '13 .0'
7
7
pod 'Firebase/Firestore' , '10.24.0'
8
8
pod 'Firebase/Auth' , '10.24.0'
9
9
end
Original file line number Diff line number Diff line change 450
450
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
451
451
GCC_WARN_UNUSED_FUNCTION = YES;
452
452
GCC_WARN_UNUSED_VARIABLE = YES;
453
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
453
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
454
454
MTL_ENABLE_DEBUG_INFO = YES;
455
455
ONLY_ACTIVE_ARCH = YES;
456
456
SDKROOT = iphoneos;
487
487
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
488
488
GCC_WARN_UNUSED_FUNCTION = YES;
489
489
GCC_WARN_UNUSED_VARIABLE = YES;
490
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
490
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
491
491
MTL_ENABLE_DEBUG_INFO = NO;
492
492
SDKROOT = iphoneos;
493
493
TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
3
3
use_frameworks! :linkage => :static
4
4
5
5
target 'integration_test' do
6
- platform :ios , '12 .0'
6
+ platform :ios , '13 .0'
7
7
pod 'Firebase/Firestore' , '10.24.0'
8
8
pod 'Firebase/Auth' , '10.24.0'
9
9
end
Original file line number Diff line number Diff line change 735
735
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
736
736
GCC_WARN_UNUSED_FUNCTION = YES;
737
737
GCC_WARN_UNUSED_VARIABLE = YES;
738
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
738
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
739
739
MTL_ENABLE_DEBUG_INFO = YES;
740
740
ONLY_ACTIVE_ARCH = YES;
741
741
SDKROOT = iphoneos;
772
772
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
773
773
GCC_WARN_UNUSED_FUNCTION = YES;
774
774
GCC_WARN_UNUSED_VARIABLE = YES;
775
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
775
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
776
776
MTL_ENABLE_DEBUG_INFO = NO;
777
777
SDKROOT = iphoneos;
778
778
TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
3
3
use_frameworks! :linkage => :static
4
4
5
5
target 'integration_test' do
6
- platform :ios , '12 .0'
6
+ platform :ios , '13 .0'
7
7
pod 'Firebase/Functions' , '10.24.0'
8
8
pod 'Firebase/Auth' , '10.24.0'
9
9
end
Original file line number Diff line number Diff line change 433
433
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
434
434
GCC_WARN_UNUSED_FUNCTION = YES;
435
435
GCC_WARN_UNUSED_VARIABLE = YES;
436
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
436
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
437
437
MTL_ENABLE_DEBUG_INFO = YES;
438
438
ONLY_ACTIVE_ARCH = YES;
439
439
SDKROOT = iphoneos;
470
470
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
471
471
GCC_WARN_UNUSED_FUNCTION = YES;
472
472
GCC_WARN_UNUSED_VARIABLE = YES;
473
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
473
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
474
474
MTL_ENABLE_DEBUG_INFO = NO;
475
475
SDKROOT = iphoneos;
476
476
TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change 1
1
source 'https://github.com/CocoaPods/Specs.git'
2
- platform :ios , '12 .0'
2
+ platform :ios , '13 .0'
3
3
# Firebase GMA test application.
4
4
use_frameworks! :linkage => :static
5
5
6
6
target 'integration_test' do
7
- platform :ios , '12 .0'
7
+ platform :ios , '13 .0'
8
8
pod 'Firebase/CoreOnly' , '10.24.0'
9
9
pod 'Google-Mobile-Ads-SDK' , '11.2.0'
10
10
pod 'GoogleUserMessagingPlatform' , '2.3.0'
Original file line number Diff line number Diff line change 246
246
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
247
247
GCC_WARN_UNUSED_FUNCTION = YES;
248
248
GCC_WARN_UNUSED_VARIABLE = YES;
249
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
249
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
250
250
MTL_ENABLE_DEBUG_INFO = YES;
251
251
ONLY_ACTIVE_ARCH = YES;
252
252
SDKROOT = iphoneos;
283
283
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
284
284
GCC_WARN_UNUSED_FUNCTION = YES;
285
285
GCC_WARN_UNUSED_VARIABLE = YES;
286
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
286
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
287
287
MTL_ENABLE_DEBUG_INFO = NO;
288
288
SDKROOT = iphoneos;
289
289
TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change 1
1
source 'https://github.com/CocoaPods/Specs.git'
2
- platform :ios , '12 .0'
2
+ platform :ios , '13 .0'
3
3
# Firebase Installations test application.
4
4
use_frameworks! :linkage => :static
5
5
6
6
target 'integration_test' do
7
- platform :ios , '12 .0'
7
+ platform :ios , '13 .0'
8
8
pod 'Firebase/Analytics' , '10.24.0'
9
9
pod 'Firebase/Installations' , '10.24.0'
10
10
end
Original file line number Diff line number Diff line change 242
242
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
243
243
GCC_WARN_UNUSED_FUNCTION = YES;
244
244
GCC_WARN_UNUSED_VARIABLE = YES;
245
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
245
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
246
246
MTL_ENABLE_DEBUG_INFO = YES;
247
247
ONLY_ACTIVE_ARCH = YES;
248
248
SDKROOT = iphoneos;
279
279
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
280
280
GCC_WARN_UNUSED_FUNCTION = YES;
281
281
GCC_WARN_UNUSED_VARIABLE = YES;
282
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
282
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
283
283
MTL_ENABLE_DEBUG_INFO = NO;
284
284
SDKROOT = iphoneos;
285
285
TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change 1
1
source 'https://github.com/CocoaPods/Specs.git'
2
- platform :ios , '12 .0'
2
+ platform :ios , '13 .0'
3
3
use_frameworks!
4
4
5
5
target 'GetPods' do
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
3
3
use_frameworks! :linkage => :static
4
4
5
5
target 'integration_test' do
6
- platform :ios , '12 .0'
6
+ platform :ios , '13 .0'
7
7
pod 'Firebase/Messaging' , '10.24.0'
8
8
end
9
9
Original file line number Diff line number Diff line change 431
431
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
432
432
GCC_WARN_UNUSED_FUNCTION = YES;
433
433
GCC_WARN_UNUSED_VARIABLE = YES;
434
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
434
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
435
435
MTL_ENABLE_DEBUG_INFO = YES;
436
436
ONLY_ACTIVE_ARCH = YES;
437
437
SDKROOT = iphoneos;
468
468
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
469
469
GCC_WARN_UNUSED_FUNCTION = YES;
470
470
GCC_WARN_UNUSED_VARIABLE = YES;
471
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
471
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
472
472
MTL_ENABLE_DEBUG_INFO = NO;
473
473
SDKROOT = iphoneos;
474
474
TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change @@ -633,6 +633,7 @@ code.
633
633
## Release Notes
634
634
### Upcoming Release
635
635
- Changes
636
+ - General (iOS): Minimum iOS deployment target is now 13.0.
636
637
- Storage (iOS): Fix invalid pointer in ` StorageReference::GetFile() ` when
637
638
running in a secondary thread
638
639
([ #1570 ] ( https://github.com/firebase/firebase-cpp-sdk/issues/1570 ) ).
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
3
3
use_frameworks! :linkage => :static
4
4
5
5
target 'integration_test' do
6
- platform :ios , '12 .0'
6
+ platform :ios , '13 .0'
7
7
pod 'Firebase/RemoteConfig' , '10.24.0'
8
8
end
9
9
Original file line number Diff line number Diff line change 407
407
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
408
408
GCC_WARN_UNUSED_FUNCTION = YES;
409
409
GCC_WARN_UNUSED_VARIABLE = YES;
410
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
410
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
411
411
MTL_ENABLE_DEBUG_INFO = YES;
412
412
ONLY_ACTIVE_ARCH = YES;
413
413
SDKROOT = iphoneos;
444
444
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
445
445
GCC_WARN_UNUSED_FUNCTION = YES;
446
446
GCC_WARN_UNUSED_VARIABLE = YES;
447
- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
447
+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
448
448
MTL_ENABLE_DEBUG_INFO = NO;
449
449
SDKROOT = iphoneos;
450
450
TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
3
3
use_frameworks! :linkage => :static
4
4
5
5
target 'integration_test' do
6
- platform :ios , '12 .0'
6
+ platform :ios , '13 .0'
7
7
pod 'Firebase/Storage' , '10.24.0'
8
8
pod 'Firebase/Auth' , '10.24.0'
9
9
end
You can’t perform that action at this time.
0 commit comments