From 93f9cd62979a1e1f8074030fa7f2df77d1557860 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 6 Oct 2023 16:17:10 -0700 Subject: [PATCH] Update all quickstarts to iOS 13 minimum (#1518) --- abtesting/LegacyABTestingQuickstart/Podfile | 2 +- admob/Podfile | 2 +- analytics/LegacyAnalyticsQuickstart/Podfile | 2 +- appdistribution/Podfile | 2 +- authentication/LegacyAuthQuickstart/Podfile | 2 +- config/LegacyConfigQuickstart/Podfile | 2 +- crashlytics/LegacyCrashlyticsQuickstart/Podfile | 2 +- database/Podfile | 2 +- dynamiclinks/Podfile | 2 +- functions/LegacyFunctionsQuickstart/Podfile | 2 +- inappmessaging/Podfile | 2 +- installations/Podfile | 2 +- messaging/Podfile | 2 +- performance/Podfile | 2 +- storage/LegacyStorageQuickstart/Podfile | 2 +- template/clone.sh | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/abtesting/LegacyABTestingQuickstart/Podfile b/abtesting/LegacyABTestingQuickstart/Podfile index f944a60b0..2ca6e89b4 100644 --- a/abtesting/LegacyABTestingQuickstart/Podfile +++ b/abtesting/LegacyABTestingQuickstart/Podfile @@ -1,4 +1,4 @@ -platform :ios, '11.0' +platform :ios, '13.0' target 'ABTestingExample' do use_frameworks! diff --git a/admob/Podfile b/admob/Podfile index 9bb700629..c73523eee 100644 --- a/admob/Podfile +++ b/admob/Podfile @@ -1,5 +1,5 @@ use_frameworks! -platform :ios, '11.0' +platform :ios, '13.0' pod 'FirebaseAnalytics' pod 'Google-Mobile-Ads-SDK', '> 9.0' diff --git a/analytics/LegacyAnalyticsQuickstart/Podfile b/analytics/LegacyAnalyticsQuickstart/Podfile index 272bef9a4..52eff8a07 100644 --- a/analytics/LegacyAnalyticsQuickstart/Podfile +++ b/analytics/LegacyAnalyticsQuickstart/Podfile @@ -1,7 +1,7 @@ # AnalyticsExample use_frameworks! -platform :ios, '11.0' +platform :ios, '13.0' target 'AnalyticsExample' do pod 'FirebaseAnalytics' diff --git a/appdistribution/Podfile b/appdistribution/Podfile index 08e915056..6ed846371 100644 --- a/appdistribution/Podfile +++ b/appdistribution/Podfile @@ -1,5 +1,5 @@ # Uncomment the next line to define a global platform for your project - platform :ios, '11.0' + platform :ios, '13.0' target 'AppDistributionExample' do # Comment the next line if you don't want to use dynamic frameworks diff --git a/authentication/LegacyAuthQuickstart/Podfile b/authentication/LegacyAuthQuickstart/Podfile index 5c6f5ed56..f66ee4950 100644 --- a/authentication/LegacyAuthQuickstart/Podfile +++ b/authentication/LegacyAuthQuickstart/Podfile @@ -1,7 +1,7 @@ # AuthenticationExample use_frameworks! -platform :ios, '11.0' +platform :ios, '13.0' pod 'FirebaseAnalytics' # [START auth_pod] pod 'FirebaseAuth' diff --git a/config/LegacyConfigQuickstart/Podfile b/config/LegacyConfigQuickstart/Podfile index 17907f878..8840610fc 100644 --- a/config/LegacyConfigQuickstart/Podfile +++ b/config/LegacyConfigQuickstart/Podfile @@ -1,6 +1,6 @@ # ConfigExample use_frameworks! -platform :ios, '11.0' +platform :ios, '13.0' pod 'FirebaseRemoteConfig' diff --git a/crashlytics/LegacyCrashlyticsQuickstart/Podfile b/crashlytics/LegacyCrashlyticsQuickstart/Podfile index e241ed760..eefc234fc 100644 --- a/crashlytics/LegacyCrashlyticsQuickstart/Podfile +++ b/crashlytics/LegacyCrashlyticsQuickstart/Podfile @@ -1,6 +1,6 @@ # CrashlyticsExample use_frameworks! -platform :ios, '11.0' +platform :ios, '13.0' target 'CrashlyticsExample' do pod 'FirebaseCrashlytics' diff --git a/database/Podfile b/database/Podfile index 78510fd83..7ead06655 100644 --- a/database/Podfile +++ b/database/Podfile @@ -1,7 +1,7 @@ # DatabaseExample use_frameworks! -platform :ios, '11.0' +platform :ios, '13.0' def firebase_pods pod 'FirebaseAuth' diff --git a/dynamiclinks/Podfile b/dynamiclinks/Podfile index dbc35e379..abf2f1ffb 100644 --- a/dynamiclinks/Podfile +++ b/dynamiclinks/Podfile @@ -1,7 +1,7 @@ # DynamicLinksExample use_frameworks! -platform :ios, '11.0' +platform :ios, '13.0' # [START pod_ddl] pod 'FirebaseAnalytics' diff --git a/functions/LegacyFunctionsQuickstart/Podfile b/functions/LegacyFunctionsQuickstart/Podfile index 12aa74193..ca8406eb9 100644 --- a/functions/LegacyFunctionsQuickstart/Podfile +++ b/functions/LegacyFunctionsQuickstart/Podfile @@ -1,7 +1,7 @@ # FunctionsExample use_frameworks! -platform :ios, '11.0' +platform :ios, '13.0' pod 'FirebaseAnalytics' pod 'FirebaseAuth' diff --git a/inappmessaging/Podfile b/inappmessaging/Podfile index 0ea6b6e94..63416ab7b 100644 --- a/inappmessaging/Podfile +++ b/inappmessaging/Podfile @@ -1,5 +1,5 @@ # Uncomment the next line to define a global platform for your project -platform :ios, '11.0' +platform :ios, '13.0' use_frameworks! diff --git a/installations/Podfile b/installations/Podfile index cf06b4647..55a734bc8 100644 --- a/installations/Podfile +++ b/installations/Podfile @@ -1,4 +1,4 @@ -platform :ios, '11.0' +platform :ios, '13.0' use_frameworks! pod 'FirebaseInstallations' diff --git a/messaging/Podfile b/messaging/Podfile index b0db19fbb..b1db6b917 100644 --- a/messaging/Podfile +++ b/messaging/Podfile @@ -1,7 +1,7 @@ # Firebase Cloud Messaging (FCM) use_frameworks! -platform :ios, '11.0' +platform :ios, '13.0' def firebase_pods pod 'FirebaseAnalytics' diff --git a/performance/Podfile b/performance/Podfile index d672cfc9f..ba12d89ac 100644 --- a/performance/Podfile +++ b/performance/Podfile @@ -1,6 +1,6 @@ # PerformanceExample use_frameworks! -platform :ios, '11.0' +platform :ios, '13.0' pod 'FirebaseAnalytics' pod 'FirebasePerformance' diff --git a/storage/LegacyStorageQuickstart/Podfile b/storage/LegacyStorageQuickstart/Podfile index ad3ab8225..2dc1bc9cb 100644 --- a/storage/LegacyStorageQuickstart/Podfile +++ b/storage/LegacyStorageQuickstart/Podfile @@ -1,7 +1,7 @@ # StorageExample use_frameworks! -platform :ios, '11.0' +platform :ios, '13.0' pod 'FirebaseAuth' pod 'FirebaseStorage' diff --git a/template/clone.sh b/template/clone.sh index 9fcc71f14..e47df2504 100755 --- a/template/clone.sh +++ b/template/clone.sh @@ -128,7 +128,7 @@ grep $SOURCE -R . && { echo "Creating Podfile..." echo "# $DEST" > Podfile echo "use_frameworks!" >> Podfile -echo "platform :ios, '11.0'" >> Podfile +echo "platform :ios, '13.0'" >> Podfile if [[ -n "${POD}" ]]; then echo "Including pod: $POD" echo "pod '$POD'" >> Podfile