File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ jobs:
104
104
env :
105
105
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
106
106
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
107
+ LEGACY : true
107
108
runs-on : macos-11
108
109
109
110
steps :
@@ -114,7 +115,7 @@ jobs:
114
115
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-functions.plist.gpg \
115
116
quickstart-ios/functions/GoogleService-Info.plist "$plist_secret"
116
117
- name : Setup custom URL scheme
117
- run : sed -i '' 's/REVERSED_CLIENT_ID/com.googleusercontent.apps.1025801074639-6p6ebi8amuklcjrto20gvpe295smm8u6/' quickstart-ios/functions/FunctionsExample/Info.plist
118
+ run : sed -i '' 's/REVERSED_CLIENT_ID/com.googleusercontent.apps.1025801074639-6p6ebi8amuklcjrto20gvpe295smm8u6/' quickstart-ios/functions/LegacyFunctionsQuickstart/ FunctionsExample/Info.plist
118
119
- name : Test objc quickstart
119
120
run : ([ -z $plist_secret ] ||
120
121
scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Functions true)
You can’t perform that action at this time.
0 commit comments