Skip to content

Commit edd62a4

Browse files
committed
[Infra] Bump qs Podfiles to use iOS 15 and tvOS 15
1 parent 9603ccb commit edd62a4

File tree

18 files changed

+19
-19
lines changed

18 files changed

+19
-19
lines changed

abtesting/LegacyABTestingQuickstart/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '13.0'
1+
platform :ios, '15.0'
22

33
target 'ABTestingExample' do
44
use_frameworks!

analytics/LegacyAnalyticsQuickstart/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AnalyticsExample
22

33
use_frameworks!
4-
platform :ios, '13.0'
4+
platform :ios, '15.0'
55

66
target 'AnalyticsExample' do
77
pod 'FirebaseAnalytics'

analytics/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pod 'FirebaseAnalytics'
33

44
target 'AnalyticsExample' do
5-
platform :ios, '13.0'
5+
platform :ios, '15.0'
66

77
# Comment the next line if you don't want to use dynamic frameworks
88
use_frameworks!
@@ -28,7 +28,7 @@ end
2828

2929

3030
target 'AnalyticsExampleTV' do
31-
platform :tvos, '13.0'
31+
platform :tvos, '15.0'
3232

3333
# Comment the next line if you don't want to use dynamic frameworks
3434
use_frameworks!

appdistribution/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment the next line to define a global platform for your project
2-
platform :ios, '13.0'
2+
platform :ios, '15.0'
33

44
target 'AppDistributionExample' do
55
# Comment the next line if you don't want to use dynamic frameworks

authentication/LegacyAuthQuickstart/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AuthenticationExample
22

33
use_frameworks!
4-
platform :ios, '13.0'
4+
platform :ios, '15.0'
55
pod 'FirebaseAnalytics'
66
# [START auth_pod]
77
pod 'FirebaseAuth'

authentication/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment the next line to define a global platform for your project
2-
platform :ios, '13.0'
2+
platform :ios, '15.0'
33

44
target 'AuthenticationExample' do
55
# Comment the next line if you don't want to use dynamic frameworks

config/LegacyConfigQuickstart/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ConfigExample
22
use_frameworks!
3-
platform :ios, '13.0'
3+
platform :ios, '15.0'
44

55
pod 'FirebaseRemoteConfig'
66

config/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment the next line to define a global platform for your project
2-
platform :ios, '13.0'
2+
platform :ios, '15.0'
33

44
target 'ConfigExample' do
55
# Comment the next line if you don't want to use dynamic frameworks

crashlytics/LegacyCrashlyticsQuickstart/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CrashlyticsExample
22
use_frameworks!
3-
platform :ios, '13.0'
3+
platform :ios, '15.0'
44

55
target 'CrashlyticsExample' do
66
pod 'FirebaseCrashlytics'

database/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DatabaseExample
22

33
use_frameworks!
4-
platform :ios, '13.0'
4+
platform :ios, '15.0'
55

66
def firebase_pods
77
pod 'FirebaseAuth'

0 commit comments

Comments
 (0)