You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Add the generated file (here: `extensions/baseContainerExtension.swift`) to xcode
51
36
4. Repeat if you need to support multiple targets/have multiple input files.
52
37
@@ -114,22 +99,15 @@ We decided to use `;` as delimiter instead of `,` to allow the use of tuples as
114
99
#### Additional Commands
115
100
The ruby parser allows using `//` and `#` for comments.
116
101
Empty lines are ignored and can be used for grouping.
117
-
`#= <header>` can be used to specify additional headers, e.g. `#= import KeychainAccess`
118
-
119
-
#### Dictionaries and Arrays as Parameters
120
-
When using typed dictionaries or arrays as parameters, use `Array<Type>` instead of `[Type]` and `Dictionary<TypeA, TypeB>` instead of `[TypeA:TypeB]`:
0 commit comments