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 29
29
type : string
30
30
required : true
31
31
32
- # TODO(docs): What does this mean?
32
+ # Whether to test the legacy version of the quickstart.
33
33
is_legacy :
34
34
type : boolean
35
35
required : true
36
36
37
- # TODO(docs):
37
+ # The path to the encrypted `GoogleService-Info.plist` file.
38
38
plist_src_path :
39
39
type : string
40
40
required : true
41
41
42
- # TODO(docs):
42
+ # The destination path for the decrypted `GoogleService-Info.plist` file.
43
43
plist_dst_path :
44
44
type : string
45
45
required : true
46
46
47
- # TODO(docs):
48
- # swift or objc
47
+ # The type of quickstart to test.
48
+ #
49
+ # Options: [swift, objc]
49
50
quickstart_type :
50
51
type : string
51
52
required : false
52
53
default : objc
53
54
54
- # TODO(docs):
55
+ # Whether to run tests or just build. Defaults to true.
55
56
run_tests :
56
57
type : boolean
57
58
required : false
You can’t perform that action at this time.
0 commit comments