joshaber / Few.swift

Views as functions of their state.
MIT License
1.08k stars 39 forks source link

Swift 2.0 - Xcode 7 Beta 5 (Because I have nothing better to do on a Saturday night) #95

Closed joshdholtz closed 9 years ago

joshdholtz commented 9 years ago

:warning: :warning: DON'T MERGE YET :warning: :warning:

:warning: :warning: SUPER DON'T MERGE YET :warning: :warning:

I've been wanting to start a new Swift 2 project and wanted to use Few. So I took some time tonight to try converting everything over. I have no idea if everything works but things compile and both the Mac and iOS schemes build and run

PS - You probably shouldn't merge this yet (especially not into master)

mikker commented 9 years ago

Shouldn't the Carthage/Checkouts files be ignored?

joshdholtz commented 9 years ago

@mikker Yes, they probably should 😇 I assumed that was in the gitignore already but I guess it's not. I will remove those 👌

joshdholtz commented 9 years ago

Since it looked like none of the Carthage directory was commit before, I added the ignore to the whole Carthage directory. Now this PR looks a bit more manageable 😉

joshaber commented 9 years ago

Awesome, thanks!

Could you target the swift-2 branch instead of master?

joshdholtz commented 9 years ago

@joshaber You got it :ok_hand:

joshdholtz commented 9 years ago

Closing because of #96