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: BuildControl/repos.xml
-26Lines changed: 0 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -30,41 +30,15 @@
30
30
31
31
<Varname="branches"type="list">
32
32
<Varliteral="master"/>
33
-
<Varliteral="swift3"/>
34
33
</Var>
35
34
36
35
<Varname="versions"type="map">
37
36
<!-- master branch declarations -->
38
37
<Varname="master"type="map">
39
-
<Varname="Swift"literal="2.3"/>
40
-
<Varname="Xcode"literal="8"/>
41
-
42
-
<Varname="Carthage"literal="0.17.2"/>
43
-
44
-
<Varname="current"type="map">
45
-
<Varname="iOS"literal="10.0"/>
46
-
<Varname="macOS"literal="10.12"/>
47
-
<Varname="tvOS"literal="10.0"/>
48
-
<Varname="watchOS"literal="3.0"/>
49
-
</Var>
50
-
51
-
<Varname="minimum"type="map">
52
-
<Varname="iOS"literal="8.0"/>
53
-
<Varname="macOS"literal="10.10"/>
54
-
<Varname="tvOS"literal="9.0"/>
55
-
<Varname="watchOS"literal="2.0"/>
56
-
</Var>
57
-
</Var>
58
-
59
-
<!-- swift3 branch declarations -->
60
-
<Varname="swift3"type="map">
61
-
<Varname="note"literal="This branch is still under active development. Expect breaking changes to the API, the build system and/or the project structure at any time. **Be sure to lock against a specific commit if you simultaneously require Swift 3 and stability.**"/>
**This is the `swift3` branch of CleanroomBridging.** It uses **Swift 3.0** and **requires Xcode 8** to compile.
16
+
CleanroomBridging uses **Swift 3.0** and **requires Xcode 8** to compile.
17
17
18
18
### Options for integration
19
19
@@ -36,12 +36,12 @@ Within to your project’s root directory, Carthage-based projects will store a
36
36
To integrate CleanroomBridging in your workspace, you would start by adding the following line to the `Cartfile`:
37
37
38
38
```
39
-
github "emaloney/CleanroomBridging" ~> 0.0.0
39
+
github "emaloney/CleanroomBridging" ~> 1.0.0
40
40
```
41
41
42
-
This specifies that Carthage use the latest version of CleanroomBridging that is API-compatible with 0.0, i.e. any 0.0.*x* version.
42
+
This specifies that Carthage use the latest version of CleanroomBridging that is API-compatible with 1.0, i.e. any 1.0.*x* version.
43
43
44
-
**Note:** Be sure to check the [latest releases](https://github.com/emaloney/CleanroomBridging/releases); there may be a newer version than 0.0 that is no longer API-compatible.
44
+
**Note:** Be sure to check the [latest releases](https://github.com/emaloney/CleanroomBridging/releases); there may be a newer version than 1.0 that is no longer API-compatible.
45
45
46
46
### 2. Download CleanroomBridging using Carthage
47
47
@@ -106,7 +106,7 @@ Select the appropriate Build Scheme for your Target, and press `⌘-B` to try to
106
106
107
107
### You're done!
108
108
109
-
Once properly integrated, you can make use of [the API](https://rawgit.com/emaloney/CleanroomBridging/swift3/Documentation/API/index.html) provided by CleanroomBridging using the statement:
109
+
Once properly integrated, you can make use of [the API](https://rawgit.com/emaloney/CleanroomBridging/master/Documentation/API/index.html) provided by CleanroomBridging using the statement:
110
110
111
111
```swift
112
112
importCleanroomBridging
@@ -161,14 +161,14 @@ Select the appropriate Build Scheme for your Target, and press `⌘-B` to try to
161
161
162
162
### You're done!
163
163
164
-
Once properly integrated, you can make use of [the API](https://rawgit.com/emaloney/CleanroomBridging/swift3/Documentation/API/index.html) provided by CleanroomBridging using the statement:
164
+
Once properly integrated, you can make use of [the API](https://rawgit.com/emaloney/CleanroomBridging/master/Documentation/API/index.html) provided by CleanroomBridging using the statement:
165
165
166
166
```swift
167
167
importCleanroomBridging
168
168
```
169
169
170
170
## Further Reading
171
171
172
-
Want to learn more about CleanroomBridging? Check out [the README](https://github.com/emaloney/CleanroomBridging/blob/swift3/README.md) or [the API documentation](https://rawgit.com/emaloney/CleanroomBridging/swift3/Documentation/API/index.html).
172
+
Want to learn more about CleanroomBridging? Check out [the README](https://github.com/emaloney/CleanroomBridging/blob/master/README.md) or [the API documentation](https://rawgit.com/emaloney/CleanroomBridging/master/Documentation/API/index.html).
@@ -9,23 +9,19 @@ CleanroomBridging is part of [the Cleanroom Project](https://github.com/gilt/Cle
9
9
10
10
### Swift compatibility
11
11
12
-
**Important:**This is the `swift3` branch. It uses **Swift 3.0** and **requires Xcode 8** to compile.
12
+
This is the `master` branch. It uses **Swift 3.0** and **requires Xcode 8** to compile.
13
13
14
-
This branch is still under active development. Expect breaking changes to the API, the build system and/or the project structure at any time. **Be sure to lock against a specific commit if you simultaneously require Swift 3 and stability.**
15
-
16
-
If you need Swift 2.3 compatibility, use the [`master`](https://github.com/emaloney/CleanroomBridging) branch, which requires Xcode 8.
CleanroomBridging is distributed under [the MIT license](https://github.com/emaloney/CleanroomBridging/blob/swift3/LICENSE).
24
+
CleanroomBridging is distributed under [the MIT license](https://github.com/emaloney/CleanroomBridging/blob/master/LICENSE).
29
25
30
26
CleanroomBridging is provided for your use—free-of-charge—on an as-is basis. We make no guarantees, promises or apologies. *Caveat developer.*
31
27
@@ -39,20 +35,20 @@ The simplest way to integrate CleanroomBridging is with the [Carthage](https://g
39
35
First, add this line to your [`Cartfile`](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile):
40
36
41
37
```
42
-
github "emaloney/CleanroomBridging" ~> 0.0.0
38
+
github "emaloney/CleanroomBridging" ~> 1.0.0
43
39
```
44
40
45
41
Then, use the `carthage` command to [update your dependencies](https://github.com/Carthage/Carthage#upgrading-frameworks).
46
42
47
-
Finally, you’ll need to [integrate CleanroomBridging into your project](https://github.com/emaloney/CleanroomBridging/blob/swift3/INTEGRATION.md) in order to use [the API](https://rawgit.com/emaloney/CleanroomBridging/swift3/Documentation/API/index.html) it provides.
43
+
Finally, you’ll need to [integrate CleanroomBridging into your project](https://github.com/emaloney/CleanroomBridging/blob/master/INTEGRATION.md) in order to use [the API](https://rawgit.com/emaloney/CleanroomBridging/master/Documentation/API/index.html) it provides.
48
44
49
45
Once successfully integrated, just add the following `import` statement to any Swift file where you want to use CleanroomBridging:
50
46
51
47
```swift
52
48
importCleanroomBridging
53
49
```
54
50
55
-
See [the Integration document](https://github.com/emaloney/CleanroomBridging/blob/swift3/INTEGRATION.md) for additional details on integrating CleanroomBridging into your project.
51
+
See [the Integration document](https://github.com/emaloney/CleanroomBridging/blob/master/INTEGRATION.md) for additional details on integrating CleanroomBridging into your project.
56
52
57
53
## Using CleanroomBridging
58
54
@@ -102,7 +98,7 @@ The example above sets up a timer that will result in the current time being pri
102
98
103
99
### API documentation
104
100
105
-
For detailed information on using CleanroomBridging, [API documentation](https://rawgit.com/emaloney/CleanroomBridging/swift3/Documentation/API/index.html) is available.
101
+
For detailed information on using CleanroomBridging, [API documentation](https://rawgit.com/emaloney/CleanroomBridging/master/Documentation/API/index.html) is available.
106
102
107
103
108
104
## About
@@ -125,5 +121,5 @@ If you’d like to contribute to this or any other Cleanroom Project repo, pleas
125
121
126
122
### Acknowledgements
127
123
128
-
[API documentation for CleanroomBridging](https://rawgit.com/emaloney/CleanroomBridging/swift3/Documentation/API/index.html) is generated using [Realm](http://realm.io)’s [jazzy](https://github.com/realm/jazzy/) project, maintained by [JP Simard](https://github.com/jpsim) and [Samuel E. Giddins](https://github.com/segiddins).
124
+
[API documentation for CleanroomBridging](https://rawgit.com/emaloney/CleanroomBridging/master/Documentation/API/index.html) is generated using [Realm](http://realm.io)’s [jazzy](https://github.com/realm/jazzy/) project, maintained by [JP Simard](https://github.com/jpsim) and [Samuel E. Giddins](https://github.com/segiddins).
0 commit comments