From f2488e5cd9f04e2a5ad0a40b91a51d2889a7940a Mon Sep 17 00:00:00 2001 From: a-maurice Date: Thu, 17 Jul 2025 11:54:16 -0700 Subject: [PATCH] Update min iOS in update-dependencies --- .github/workflows/update-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 3a0fd70d48..ab4f2817ca 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -95,7 +95,7 @@ jobs: # Generate a Podfile for Firebase/Analytics. Use the Specs.git # source to avoid any propagation delays due to CocoaPods mirror. echo "source 'https://github.com/CocoaPods/Specs.git'" > Podfile - echo "platform :ios, '14.0'" >> Podfile + echo "platform :ios, '15.0'" >> Podfile echo "pod 'Firebase/Analytics', '${analytics_version}'" >> Podfile pod repo update pod install || true # ignore error since there is no Xcode project