Skip to content

Commit

Permalink
Added info to README about build overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
capnslipp committed Dec 29, 2022
1 parent 84c029c commit c99a4bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# SCNViewController

SCNViewController is a Swift micro-library that provides a configurable/reusable `SCNViewController` class— a `UIViewController` subclass with a SceneKit `SCNView`.



## Build Overlays

The master branch is Swift ≥5.5, 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-5.0](https://github.com/capnslipp/SCNViewController/tree/swift-5.0), [swift-4.2](https://github.com/capnslipp/SCNViewController/tree/swift-4.2), [swift-4](https://github.com/capnslipp/SCNViewController/tree/swift-4), and [swift-3](https://github.com/capnslipp/SCNViewController/tree/swift-3) branches. _(Note: I don't check these builds 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 c99a4bd

Please sign in to comment.