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 @@ -332,6 +332,7 @@ jobs:
332
332
bot_token_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
333
333
testing_repo_dir : " /tmp/test/"
334
334
testing_repo : " firebase-ios-sdk"
335
+ LEGACY : true
335
336
runs-on : macos-11
336
337
steps :
337
338
- uses : actions/checkout@v2
@@ -346,7 +347,7 @@ jobs:
346
347
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-functions.plist.gpg \
347
348
quickstart-ios/functions/GoogleService-Info.plist "$plist_secret"
348
349
- name : Setup custom URL scheme
349
- run : sed -i '' 's/REVERSED_CLIENT_ID/com.googleusercontent.apps.1025801074639-6p6ebi8amuklcjrto20gvpe295smm8u6/' quickstart-ios/functions/FunctionsExample/Info.plist
350
+ run : sed -i '' 's/REVERSED_CLIENT_ID/com.googleusercontent.apps.1025801074639-6p6ebi8amuklcjrto20gvpe295smm8u6/' quickstart-ios/functions/LegacyFunctionsQuickstart/ FunctionsExample/Info.plist
350
351
- name : Test objc quickstart
351
352
run : ([ -z $plist_secret ] ||
352
353
scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Functions true)
Original file line number Diff line number Diff line change @@ -284,6 +284,7 @@ jobs:
284
284
bot_token_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
285
285
testing_repo_dir : " /tmp/test/"
286
286
testing_repo : " firebase-ios-sdk"
287
+ LEGACY : true
287
288
runs-on : macos-11
288
289
steps :
289
290
- uses : actions/checkout@v2
@@ -298,7 +299,7 @@ jobs:
298
299
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-functions.plist.gpg \
299
300
quickstart-ios/functions/GoogleService-Info.plist "$plist_secret"
300
301
- name : Setup custom URL scheme
301
- run : sed -i '' 's/REVERSED_CLIENT_ID/com.googleusercontent.apps.1025801074639-6p6ebi8amuklcjrto20gvpe295smm8u6/' quickstart-ios/functions/FunctionsExample/Info.plist
302
+ run : sed -i '' 's/REVERSED_CLIENT_ID/com.googleusercontent.apps.1025801074639-6p6ebi8amuklcjrto20gvpe295smm8u6/' quickstart-ios/functions/LegacyFunctionsQuickstart/ FunctionsExample/Info.plist
302
303
- name : Test objc quickstart
303
304
run : ([ -z $plist_secret ] ||
304
305
scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Functions true)
You can’t perform that action at this time.
0 commit comments