mbogh / NibDesignable

Elegant way of enabling IBDesignable on your nib-based views
MIT License
342 stars 74 forks source link

Upgrade to Swift 2.3 #34

Closed brentleyjones closed 8 years ago

brentleyjones commented 8 years ago

No code change, but build setting needed in order to get Carthage to build correctly (ie. not Swift 3).

mbogh commented 8 years ago

Seems that xctool might not be ready for Swift 2.3

brentleyjones commented 8 years ago

I dislike xctool personally. Also, another project that accepted my Swift 2.3 changes reverted to xcodebuild: https://github.com/SwiftyBeaver/SwiftyBeaver/commit/8bb96c0b56e4bd36efa4844e1fb89428ed800f01

mbogh commented 8 years ago

You are more than welcome to switch to xcodebuild 🦄

Hilsen Morten Bøgh

On 20 Jun 2016, at 15:06, Brentley Jones notifications@github.com wrote:

I dislike xctool personally. Also, another project that accepted my Swift 2.3 changes reverted to xcodebuild: SwiftyBeaver/SwiftyBeaver@8bb96c0

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

farzadshbfn commented 8 years ago

Closing in favor of #36