Skip to content

Commit cb5ff0f

Browse files
committed
Adjust Podfiles
1 parent 9b40fdf commit cb5ff0f

File tree

23 files changed

+35
-35
lines changed
  • CoreOnly/Tests/FirebasePodTest
  • Example/tvOSSample
  • FirebaseAppCheck/Apps
  • FirebaseAuth/Tests/SampleSwift
  • FirebaseDynamicLinks/Tests/Sample
  • FirebaseInAppMessaging
    • Swift/Tests/Integration/FIAMSwiftUI
    • Tests/Integration
  • FirebaseMLModelDownloader/Apps/Sample
  • FirebaseMessaging/Apps
  • FirebasePerformance/Tests
  • FirebaseRemoteConfigSwift/Apps/SwiftUISample
  • FirebaseRemoteConfig/Tests
  • FirebaseSessions/Tests/TestApp
  • Firestore
  • IntegrationTesting
    • ClientApp
    • CocoapodsIntegrationTest/TestEnvironments/Cocoapods_multiprojects_frameworks
  • SymbolCollisionTest

23 files changed

+35
-35
lines changed

CoreOnly/Tests/FirebasePodTest/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
source 'https://github.com/firebase/SpecsDev.git'
55
source 'https://github.com/firebase/SpecsStaging.git'

Example/tvOSSample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
target 'tvOSSample' do
3-
platform :tvos, '12.0'
3+
platform :tvos, '15.0'
44
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
55
use_frameworks!
66

FirebaseAppCheck/Apps/AppCheckCustomProvideApp/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, '9.0'
2+
# platform :ios, '15.0'
33

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

FirebaseAppCheck/Apps/FIRAppCheckTestApp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://github.com/firebase/SpecsStaging.git'
22
source 'https://cdn.cocoapods.org/'
33

4-
platform :ios, '13.0'
4+
platform :ios, '15.0'
55

66
target 'FIRAppCheckTestApp' do
77
# Comment the next line if you don't want to use dynamic frameworks

FirebaseAuth/Tests/SampleSwift/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

FirebaseDynamicLinks/Tests/Sample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://github.com/firebase/SpecsStaging.git'
33
source 'https://cdn.cocoapods.org/'
44

55
target 'FDLBuilderTestAppObjC' do
6-
platform :ios, '13.0'
6+
platform :ios, '15.0'
77
use_frameworks!
88

99
pod 'FirebaseCore', :path => '../../../'

FirebaseInAppMessaging/Swift/Tests/Integration/FIAMSwiftUI/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ pod 'FirebaseABTesting', :path => '../../../../..'
1010
pod 'FirebaseInAppMessaging', :path => '../../../../..'
1111

1212
target 'FIAMSwiftUI (iOS)' do
13-
platform :ios, '13.0'
13+
platform :ios, '15.0'
1414
end

FirebaseInAppMessaging/Tests/Integration/DefaultUITestApp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pod 'FirebaseInstallations', :path => '../../../..'
1010
pod 'FirebaseABTesting', :path => '../../../..'
1111

1212
target 'FiamDisplaySwiftExample' do
13-
platform :ios, '13.0'
13+
platform :ios, '15.0'
1414
pod 'FirebaseInAppMessaging', :path => '../../../..'
1515
end
1616

FirebaseInAppMessaging/Tests/Integration/FunctionalTestApp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pod 'FirebaseInstallations', :path => '../../../..'
1010
pod 'FirebaseABTesting', :path => '../../../..'
1111

1212
target 'InAppMessaging_Example_iOS' do
13-
platform :ios, '13.0'
13+
platform :ios, '15.0'
1414

1515
pod 'FirebaseInAppMessaging', :path => '../../../..'
1616

FirebaseMLModelDownloader/Apps/Sample/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
use_frameworks!
33

44
source 'https://github.com/firebase/SpecsDev.git'

0 commit comments

Comments
 (0)