We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a86233 commit fb89680Copy full SHA for fb89680
.github/workflows/release.zip.yml
@@ -264,8 +264,8 @@ jobs:
264
- product: "Database"
265
plist_src: "scripts/gha-encrypted/qs-database.plist.gpg"
266
plist_dst: "quickstart-ios/database/GoogleService-Info.plist"
267
- os: "macos-14" # Override default
268
- xcode: "Xcode_16.2" # Override default
+ # os: "macos-14" # Override default
+ # xcode: "Xcode_16.2" # Override default
269
command: |
270
SAMPLE="Database" TARGET="DatabaseExample" NON_FIREBASE_SDKS="FirebaseDatabaseUI" \
271
scripts/zip/setup_quickstart_framework.sh \
0 commit comments