Skip to content

Commit 82ca9d7

Browse files
authored
fix: update CocoaPods dependency constraints to allow minor updates (#910)
* fix: update CocoaPods dependency constraints to allow minor updates * docs
1 parent 6b072ee commit 82ca9d7

12 files changed

Lines changed: 30 additions & 15 deletions

File tree

.changeset/afraid-turtles-fold.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
'@capacitor-firebase/authentication': patch
3+
'@capacitor-firebase/remote-config': patch
4+
'@capacitor-firebase/crashlytics': patch
5+
'@capacitor-firebase/performance': patch
6+
'@capacitor-firebase/analytics': patch
7+
'@capacitor-firebase/app-check': patch
8+
'@capacitor-firebase/firestore': patch
9+
'@capacitor-firebase/functions': patch
10+
'@capacitor-firebase/messaging': patch
11+
'@capacitor-firebase/storage': patch
12+
'@capacitor-firebase/app': patch
13+
---
14+
15+
fix: update CocoaPods dependency constraints to allow minor updates

packages/analytics/ios/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ end
99

1010
target 'Plugin' do
1111
capacitor_pods
12-
pod 'FirebaseAnalytics', '11.7.0'
13-
pod 'GoogleAppMeasurementOnDeviceConversion', '11.7.0'
12+
pod 'FirebaseAnalytics', '~> 11.7'
13+
pod 'GoogleAppMeasurementOnDeviceConversion', '~> 11.7'
1414
end
1515

1616
target 'PluginTests' do

packages/app-check/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end
99

1010
target 'Plugin' do
1111
capacitor_pods
12-
pod 'FirebaseAppCheck', '11.7.0'
12+
pod 'FirebaseAppCheck', '~> 11.7'
1313
end
1414

1515
target 'PluginTests' do

packages/app/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end
99

1010
target 'Plugin' do
1111
capacitor_pods
12-
pod 'FirebaseCore', '11.7.0'
12+
pod 'FirebaseCore', '~> 11.7'
1313
end
1414

1515
target 'PluginTests' do

packages/authentication/ios/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ end
99

1010
target 'Plugin' do
1111
capacitor_pods
12-
pod 'FirebaseAuth', '11.7.0'
13-
pod 'GoogleSignIn', '7.1.0'
14-
pod 'FBSDKCoreKit', '18.0.0'
15-
pod 'FBSDKLoginKit', '18.0.0'
12+
pod 'FirebaseAuth', '~> 11.7'
13+
pod 'GoogleSignIn', '~> 7.1'
14+
pod 'FBSDKCoreKit', '~> 18.0'
15+
pod 'FBSDKLoginKit', '~> 18.0'
1616
end
1717

1818
target 'PluginTests' do

packages/crashlytics/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end
99

1010
target 'Plugin' do
1111
capacitor_pods
12-
pod 'FirebaseCrashlytics', '11.7.0'
12+
pod 'FirebaseCrashlytics', '~> 11.7'
1313
end
1414

1515
target 'PluginTests' do

packages/firestore/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end
99

1010
target 'Plugin' do
1111
capacitor_pods
12-
pod 'FirebaseFirestore', '11.7.0'
12+
pod 'FirebaseFirestore', '~> 11.7'
1313
end
1414

1515
target 'PluginTests' do

packages/functions/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end
99

1010
target 'Plugin' do
1111
capacitor_pods
12-
pod 'FirebaseFunctions', '11.7.0'
12+
pod 'FirebaseFunctions', '~> 11.7'
1313
end
1414

1515
target 'PluginTests' do

packages/messaging/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end
99

1010
target 'Plugin' do
1111
capacitor_pods
12-
pod 'FirebaseMessaging', '11.7.0'
12+
pod 'FirebaseMessaging', '~> 11.7'
1313
end
1414

1515
target 'PluginTests' do

packages/performance/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end
99

1010
target 'Plugin' do
1111
capacitor_pods
12-
pod 'FirebasePerformance', '11.7.0'
12+
pod 'FirebasePerformance', '~> 11.7'
1313
end
1414

1515
target 'PluginTests' do

0 commit comments

Comments
 (0)