File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 99# zip from the current commit (HEAD).
1010name : zip
1111
12+ # TODO(ncooke3): Also do Xcode 26 testing
13+
1214permissions :
1315 actions : read
1416 contents : read
@@ -363,7 +365,7 @@ jobs:
363365 artifact : [Firebase-actions-dir, Firebase-actions-dir-dynamic]
364366 build-env :
365367 - os : macos-15
366- xcode : Xcode_16.4
368+ xcode : Xcode_26.1
367369 runs-on : ${{ matrix.build-env.os }}
368370 steps :
369371 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ cd quickstart-ios/"${SAMPLE}"
2525# the project for framework-based testing.
2626if [[ " ${SAMPLE} " == " FirebaseAI" ]]; then
2727 # For the FirebaseAI quickstart, we only want to remove the Firebase deps.
28- " ${REPO} " /scripts/remove_spm_dependencies.rb " ${SAMPLE} Example.xcodeproj" FirebaseAI
28+ " ${REPO} " /scripts/remove_spm_dependencies.rb " ${SAMPLE} Example.xcodeproj" FirebaseAILogic
2929else
3030 # For other quickstarts, remove all SPM dependencies.
3131 " ${REPO} " /scripts/remove_spm_dependencies.rb " ${SAMPLE} Example.xcodeproj"
You can’t perform that action at this time.
0 commit comments