Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/notice_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
with:
pods: ${{ env.PODS }}
sources: "https://github.com/firebase/SpecsTesting,https://github.com/firebase/SpecsStaging,https://cdn.cocoapods.org"
min-ios-version: "13.0"
# This should match the highest minimum supported iOS version.
min-ios-version: "15.0"
search-local-pod-version: true
notices-path: ${{ env.NOTICES_PATH }}
- name: Create a pull request
Expand Down
1 change: 1 addition & 0 deletions CoreOnly/NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ FirebaseRemoteConfig
FirebaseRemoteConfigInterop
FirebaseSessions
FirebaseStorage
FirebaseVertexAI
GTMSessionFetcher
GoogleDataTransport
PromisesObjC
Expand Down