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
1. Select the `File -> Swift Packages -> Add package dependency...` menu item.
87
88
2. Enter the repository url `https://github.com/tcldr/Entwine` and tap next.
88
-
3. Select 'version, 'up to next minor', enter `0.1.0`, hit next.
89
+
3. Select 'version, 'up to next major', enter `0.0.0`, hit next.
89
90
4. Select the _Entwine_ library and specify the target you wish to use it with.
90
91
92
+
*n.b. _Entwine_ is pre-release software and as such the API may change prior to reaching 1.0. For finer-grained control please use `.upToNextMinor(from:)` in your SPM dependency declaration*
1. Select the `File -> Swift Packages -> Add package dependency...` menu item.
220
221
2. Enter the repository url `https://github.com/tcldr/Entwine` and tap next.
221
-
3. Select 'version, 'up to next minor', enter `0.1.0`, hit next.
222
-
4. Select the _EntwineTest_ library and specify the test target you wish to use it with.
222
+
3. Select 'version, 'up to next major', enter `0.0.0`, hit next.
223
+
4. Select the _EntwineTest_ library and specify the target you wish to use it with.
223
224
225
+
*n.b. _EntwineTest_ is pre-release software and as such the API may change prior to reaching 1.0. For finer-grained control please use `.upToNextMinor(from:)` in your SPM dependency declaration*
0 commit comments