jpsim / PeerKit

An open-source Swift framework for building event-driven, zero-config Multipeer Connectivity apps
MIT License
870 stars 72 forks source link

Swift 2.0 #13

Closed neonichu closed 8 years ago

neonichu commented 9 years ago

This migrates PeerKit to Swift 2.0 - it is slightly horrible, because of loads of @available attributes being required to work on OS X and also because @rpath for test bundles seems messed up in the betas.

You probably don't want this in master, but maybe it is a good idea to have either this PR open or a Swift 2 branch on the main repo?

jpsim commented 9 years ago

Thanks Boris! :sparkles:

Let's leave this open and continue to update this branch as new Xcode betas come out of the woodwork.

nickswalker commented 9 years ago

Now that Swift 2.0 is gold, can you investigate merging this in?

jpsim commented 9 years ago

@neonichu let me know if you want me to pick this up or if you want to bring it back up to speed :dancer: .

neonichu commented 9 years ago

@jpsim I'll update it tonight :ok_hand:

khaullen commented 9 years ago

Any updates on this? Are there still blockers to merging?

jpsim commented 9 years ago

@khaullen there are merge conflicts preventing this branch from being merged.

neonichu commented 8 years ago

No longer need since #14 already did everything.