File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2929 type : string
3030 required : true
3131
32- # TODO(docs): What does this mean?
32+ # Whether to test the legacy version of the quickstart.
3333 is_legacy :
3434 type : boolean
3535 required : true
3636
37- # TODO(docs):
37+ # The path to the encrypted `GoogleService-Info.plist` file.
3838 plist_src_path :
3939 type : string
4040 required : true
4141
42- # TODO(docs):
42+ # The destination path for the decrypted `GoogleService-Info.plist` file.
4343 plist_dst_path :
4444 type : string
4545 required : true
4646
47- # TODO(docs):
48- # swift or objc
47+ # The type of quickstart to test.
48+ #
49+ # Options: [swift, objc]
4950 quickstart_type :
5051 type : string
5152 required : false
5253 default : objc
5354
54- # TODO(docs):
55+ # Whether to run tests or just build. Defaults to true.
5556 run_tests :
5657 type : boolean
5758 required : false
You can’t perform that action at this time.
0 commit comments