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
Copy file name to clipboardexpand all lines: Configuration.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Specify a path to a custom config file by providing the `--config` option when e
9
9
If utilizing the [quick start project setup](https://github.com/TinderApp/Nodes#quick-start), the path can be set in the `project.yml` file, for example:
10
10
11
11
```
12
-
swift run -- nodes-xcode-templates-gen --id "Custom" --config "nodes.yml"
12
+
swift run --skip-build -- nodes-xcode-templates-gen --id "Custom" --config "nodes.yml"
13
13
```
14
14
15
15
> TIP: The provided `id` value is used to uniquely identify different sets of templates within the new file dialog in Xcode.
Copy file name to clipboardexpand all lines: RxSwift.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Specify a path to a custom config file by providing the `--config` option when e
9
9
If utilizing the [quick start project setup](https://github.com/TinderApp/Nodes#quick-start), the path can be set in the `project.yml` file, for example:
10
10
11
11
```
12
-
swift run -- nodes-xcode-templates-gen --id "RxSwift" --config "nodes.yml"
12
+
swift run --skip-build -- nodes-xcode-templates-gen --id "RxSwift" --config "nodes.yml"
13
13
```
14
14
15
15
> TIP: The provided `id` value is used to uniquely identify different sets of templates within the new file dialog in Xcode.
0 commit comments