Skip to content

Commit 6c91a49

Browse files
author
Emanuel Cunha
committed
Updates README
1 parent 9059a6f commit 6c91a49

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,21 @@ The command `generate-package` requires the following arguments:
2727
"name": "ViewInspector",
2828
"url": "https://github.com/nalexn/ViewInspector",
2929
"version": "0.9.2"
30+
},
31+
{
32+
"name": "ViewInspector",
33+
"url": "https://github.com/nalexn/ViewInspector",
34+
"version": "0.9.2"
35+
},
36+
{
37+
"name": "SnapshotTesting",
38+
"url": "https://github.com/pointfreeco/swift-snapshot-testing",
39+
"branch": "master"
40+
},
41+
{
42+
"name": "Fastlane",
43+
"url": "https://github.com/fastlane/fastlane.git",
44+
"revision": "2c4f29fe161c5998e30000f96d23384fd0eebe90"
3045
}
3146
]
3247
}
@@ -60,6 +75,12 @@ Packages should be contained in respective folders inside a packages folder and
6075
"name": "ViewInspector",
6176
"version": "1.2.3"
6277
},
78+
{
79+
"name": "Fastlane"
80+
},
81+
{
82+
"name": "SnapshotTesting"
83+
},
6384
],
6485
"targets": [
6586
{
@@ -68,6 +89,9 @@ Packages should be contained in respective folders inside a packages folder and
6889
"dependencies": [
6990
{
7091
"name": "Alamofire"
92+
},
93+
{
94+
"name": "Fastlane"
7195
}
7296
],
7397
"sourcesPath": "Framework/Sources",
@@ -83,6 +107,9 @@ Packages should be contained in respective folders inside a packages folder and
83107
},
84108
{
85109
"name": "ViewInspector"
110+
},
111+
{
112+
"name": "SnapshotTesting"
86113
}
87114
],
88115
"sourcesPath": "Tests/Sources",
@@ -92,7 +119,7 @@ Packages should be contained in respective folders inside a packages folder and
92119
}
93120
```
94121

95-
> Note that `PackageGenerator` will automatically retrieve `url` & `version` values for `remoteDependencies` from the `RemoteDependencies.json` file. If you need to override those values, you can set them in the package spec.
122+
> Note that `PackageGenerator` will automatically retrieve `url` & ( `version` || `branch` || `revision` ) values for `remoteDependencies` from the `RemoteDependencies.json` file. If you need to override those values, you can set them in the package spec.
96123
97124
We provide a default Stencil template that `PackageGenerator` can work with.
98125

0 commit comments

Comments
 (0)