File tree Expand file tree Collapse file tree 8 files changed +2
-8
lines changed Expand file tree Collapse file tree 8 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 97
97
uses : ./.github/workflows/common_quickstart.yml
98
98
with :
99
99
product : Authentication
100
- is_legacy : false
101
100
setup_command : QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh authentication
102
101
plist_src_path : scripts/gha-encrypted/qs-authentication.plist.gpg
103
102
plist_dst_path : quickstart-ios/authentication/GoogleService-Info.plist
Original file line number Diff line number Diff line change 32
32
# Whether to test the legacy version of the quickstart.
33
33
is_legacy :
34
34
type : boolean
35
- required : true
35
+ required : false
36
+ default : false
36
37
37
38
# The path to the encrypted `GoogleService-Info.plist` file.
38
39
plist_src_path :
Original file line number Diff line number Diff line change 74
74
uses : ./.github/workflows/common_quickstart.yml
75
75
with :
76
76
product : Database
77
- is_legacy : false
78
77
setup_command : QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh database
79
78
plist_src_path : scripts/gha-encrypted/qs-database.plist.gpg
80
79
plist_dst_path : quickstart-ios/database/GoogleService-Info.plist
Original file line number Diff line number Diff line change 76
76
uses : ./.github/workflows/common_quickstart.yml
77
77
with :
78
78
product : InAppMessaging
79
- is_legacy : false
80
79
setup_command : QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh inappmessaging
81
80
plist_src_path : scripts/gha-encrypted/qs-inappmessaging.plist.gpg
82
81
plist_dst_path : quickstart-ios/inappmessaging/GoogleService-Info.plist
Original file line number Diff line number Diff line change 53
53
uses : ./.github/workflows/common_quickstart.yml
54
54
with :
55
55
product : Installations
56
- is_legacy : false
57
56
setup_command : QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh installations
58
57
plist_src_path : scripts/gha-encrypted/Installations/GoogleService-Info.plist.gpg
59
58
plist_dst_path : quickstart-ios/installations/GoogleService-Info.plist
Original file line number Diff line number Diff line change 85
85
uses : ./.github/workflows/common_quickstart.yml
86
86
with :
87
87
product : Messaging
88
- is_legacy : false
89
88
setup_command : QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh messaging
90
89
plist_src_path : scripts/gha-encrypted/qs-messaging.plist.gpg
91
90
plist_dst_path : quickstart-ios/messaging/GoogleService-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 : Performance
86
- is_legacy : false
87
86
setup_command : QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh performance
88
87
plist_src_path : scripts/gha-encrypted/qs-performance.plist.gpg
89
88
plist_dst_path : quickstart-ios/performance/GoogleService-Info.plist
Original file line number Diff line number Diff line change 94
94
uses : ./.github/workflows/common_quickstart.yml
95
95
with :
96
96
product : Config
97
- is_legacy : false
98
97
setup_command : QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh config
99
98
plist_src_path : scripts/gha-encrypted/qs-config.plist.gpg
100
99
plist_dst_path : quickstart-ios/config/GoogleService-Info.plist
You can’t perform that action at this time.
0 commit comments