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";

0 commit comments

Comments
 (0)