We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814127d commit 0c49bd2Copy full SHA for 0c49bd2
.github/workflows/update-dependencies.yml
@@ -95,7 +95,7 @@ jobs:
95
# Generate a Podfile for Firebase/Analytics. Use the Specs.git
96
# source to avoid any propagation delays due to CocoaPods mirror.
97
echo "source 'https://github.com/CocoaPods/Specs.git'" > Podfile
98
- echo "platform :ios, '14.0'" >> Podfile
+ echo "platform :ios, '15.0'" >> Podfile
99
echo "pod 'Firebase/Analytics', '${analytics_version}'" >> Podfile
100
pod repo update
101
pod install || true # ignore error since there is no Xcode project
0 commit comments