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
@@ -60,6 +75,12 @@ Packages should be contained in respective folders inside a packages folder and
60
75
"name": "ViewInspector",
61
76
"version": "1.2.3"
62
77
},
78
+
{
79
+
"name": "Fastlane"
80
+
},
81
+
{
82
+
"name": "SnapshotTesting"
83
+
},
63
84
],
64
85
"targets": [
65
86
{
@@ -68,6 +89,9 @@ Packages should be contained in respective folders inside a packages folder and
68
89
"dependencies": [
69
90
{
70
91
"name": "Alamofire"
92
+
},
93
+
{
94
+
"name": "Fastlane"
71
95
}
72
96
],
73
97
"sourcesPath": "Framework/Sources",
@@ -83,6 +107,9 @@ Packages should be contained in respective folders inside a packages folder and
83
107
},
84
108
{
85
109
"name": "ViewInspector"
110
+
},
111
+
{
112
+
"name": "SnapshotTesting"
86
113
}
87
114
],
88
115
"sourcesPath": "Tests/Sources",
@@ -92,7 +119,7 @@ Packages should be contained in respective folders inside a packages folder and
92
119
}
93
120
```
94
121
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.
96
123
97
124
We provide a default Stencil template that `PackageGenerator` can work with.
0 commit comments