File tree Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 45
45
uses : ./.github/workflows/common_quickstart.yml
46
46
with :
47
47
product : ABTesting
48
- is_legacy : true
49
48
setup_command : scripts/setup_quickstart_spm.sh abtesting
50
49
plist_src_path : scripts/gha-encrypted/qs-abtesting.plist.gpg
51
50
plist_dst_path : quickstart-ios/abtesting/GoogleService-Info.plist
Original file line number Diff line number Diff line change 47
47
uses : ./.github/workflows/common_quickstart.yml
48
48
with :
49
49
product : Crashlytics
50
- is_legacy : true
51
50
setup_command : |
52
51
scripts/setup_quickstart.sh crashlytics
53
52
mkdir quickstart-ios/crashlytics/LegacyCrashlyticsQuickstart/Pods/FirebaseCrashlytics
Original file line number Diff line number Diff line change @@ -605,7 +605,6 @@ jobs:
605
605
# uses: ./.github/workflows/common_quickstart.yml
606
606
# with:
607
607
# product: Firestore
608
- # is_legacy: true
609
608
# setup_command: scripts/setup_quickstart_spm.sh firestore
610
609
# plist_src_path: scripts/gha-encrypted/qs-firestore.plist.gpg
611
610
# plist_dst_path: quickstart-ios/firestore/GoogleService-Info.plist
Original file line number Diff line number Diff line change 59
59
# quickstart_type: [objc, swift]
60
60
# with:
61
61
# product: Functions
62
- # is_legacy: true
63
62
# setup_command: |
64
63
# scripts/setup_quickstart.sh functions
65
64
# sed -i '' 's/REVERSED_CLIENT_ID/com.googleusercontent.apps.1025801074639-6p6ebi8amuklcjrto20gvpe295smm8u6/' quickstart-ios/functions/LegacyFunctionsQuickstart/FunctionsExample/Info.plist
Original file line number Diff line number Diff line change 83
83
uses : ./.github/workflows/common_quickstart.yml
84
84
with :
85
85
product : Storage
86
- is_legacy : true
87
86
setup_command : scripts/setup_quickstart_spm.sh storage
88
87
plist_src_path : scripts/gha-encrypted/qs-storage.plist.gpg
89
88
plist_dst_path : quickstart-ios/storage/GoogleService-Info.plist
You can’t perform that action at this time.
0 commit comments