TabletopAssistant / DiceKit

Swift framework for expressing and evaluating dice notation (e.g., d20, 4d6+4, 3d8×10+2), which is commonly used in tabletop role-playing games.
Apache License 2.0
14 stars 1 forks source link

Make tvOS/Xcode 7.1 branch #99

Closed brentleyjones closed 8 years ago

brentleyjones commented 8 years ago

Apple TV support requires Xcode 7.1. We support tvOS already (because we are pure Swift) and have the correct build settings. When Travis CI supports Xcode 7.1 Beta we will make a long running branch for it.

brentleyjones commented 8 years ago

Travis CI now supports Xcode 7.1. Xcode 7.1 has Swift 2.1, which has some changes to it, but doesn't break anything we are doing. I was going to say that until we need to use some Swift 2.1+ features we should just support Xcode 7 and maybe have a branch so we can have CI support... but I want to live on the bleeding edge. So, when resolving #103 0.2 will be out last official support of Xcode 7/Swift 2, with master becoming Xcode 7.1/Swift 2.1.