File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 99
1010target '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'
1414end
1515
1616target 'PluginTests' do
Original file line number Diff line number Diff line change 99
1010target 'Plugin' do
1111 capacitor_pods
12- pod 'FirebaseAppCheck' , '11.7.0 '
12+ pod 'FirebaseAppCheck' , '~> 11.7'
1313end
1414
1515target 'PluginTests' do
Original file line number Diff line number Diff line change 99
1010target 'Plugin' do
1111 capacitor_pods
12- pod 'FirebaseCore' , '11.7.0 '
12+ pod 'FirebaseCore' , '~> 11.7'
1313end
1414
1515target 'PluginTests' do
Original file line number Diff line number Diff line change 99
1010target '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'
1616end
1717
1818target 'PluginTests' do
Original file line number Diff line number Diff line change 99
1010target 'Plugin' do
1111 capacitor_pods
12- pod 'FirebaseCrashlytics' , '11.7.0 '
12+ pod 'FirebaseCrashlytics' , '~> 11.7'
1313end
1414
1515target 'PluginTests' do
Original file line number Diff line number Diff line change 99
1010target 'Plugin' do
1111 capacitor_pods
12- pod 'FirebaseFirestore' , '11.7.0 '
12+ pod 'FirebaseFirestore' , '~> 11.7'
1313end
1414
1515target 'PluginTests' do
Original file line number Diff line number Diff line change 99
1010target 'Plugin' do
1111 capacitor_pods
12- pod 'FirebaseFunctions' , '11.7.0 '
12+ pod 'FirebaseFunctions' , '~> 11.7'
1313end
1414
1515target 'PluginTests' do
Original file line number Diff line number Diff line change 99
1010target 'Plugin' do
1111 capacitor_pods
12- pod 'FirebaseMessaging' , '11.7.0 '
12+ pod 'FirebaseMessaging' , '~> 11.7'
1313end
1414
1515target 'PluginTests' do
Original file line number Diff line number Diff line change 99
1010target 'Plugin' do
1111 capacitor_pods
12- pod 'FirebasePerformance' , '11.7.0 '
12+ pod 'FirebasePerformance' , '~> 11.7'
1313end
1414
1515target 'PluginTests' do
You can’t perform that action at this time.
0 commit comments