Skip to content

Commit

Permalink
Added info about the build overlay branches to README
Browse files Browse the repository at this point in the history
  • Loading branch information
capnslipp committed Dec 28, 2022
1 parent c8a2a2f commit 174c0b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ if rhs != nil { lhs = rhs }
// or
if let rhs = rhs { lhs = rhs }
```


## Build Overlays

The master branch is Swift 5.x, and build overlays (the minimal changeset to the Package.swift, xcodeproj, and other build files) of the current library version are available on the [swift-4.2](https://github.com/capnslipp/NilCoalescingAssignmentOperators/tree/swift-4.2), [swift-4](https://github.com/capnslipp/NilCoalescingAssignmentOperators/tree/swift-4), and [swift-3](https://github.com/capnslipp/NilCoalescingAssignmentOperators/tree/swift-3) branches. _(Note: I don't check that these are built as often as I used to when Swift 4.2 or 4.0 were the latest versions, but their changes haved worked and I've merged new library versions into them since then.)_

0 comments on commit 174c0b1

Please sign in to comment.