roundware / roundware-ios-framework-v2

Roundware framework, updated for api v2 and re-built in Swift (as much as possible)
MIT License
1 stars 8 forks source link

~ 0.2.2 #4

Closed seeReadCode closed 2 years ago

seeReadCode commented 7 years ago

@hburgund PR for the work to date on the framework. Please let me know if you have any questions.

hburgund commented 7 years ago

I've asked @zobkiw to review this when he has a chance as it is building off of his work and he has a good idea of where things are going in the future as well.

So we'll see what he has to say and also, I will likely want this merged into develop not master, but I'll let you know, so don't bother changing anything yet.

zobkiw commented 7 years ago

Upon launching the workspace I was immediately prompted to update to Swift 3.0.

sinabahram commented 7 years ago

Correct. My understanding is that this has been updated to 3.0.

zobkiw commented 7 years ago

If it was updated to Swift 3.0 then I shouldn't be prompted to update syntax then, correct?

seeReadCode commented 7 years ago

@zobkiw I'll try cloning to a new directory to see if I can replicate and resolve. But yes, the swift 3.0 conversion should be complete.

zobkiw commented 7 years ago

Basically I pulled it fresh, pod update, open workspace. That's about it.

screenshot 2017-03-07 17 20 07

If there are any pods here that are not necessary I would suggest removing them as well. Nothing worse (IMO) than a pod that depends on other pods. :-)

sinabahram commented 7 years ago

Understood. Thanks for pointing this out.

seeReadCode commented 7 years ago

@zobkiw I'm not getting this message when I clone the framework from my repo/branch into a new directory, pod install and open. You might check that your coffeepods is up to date.

bundle install might do the trick for you in the Example directory. I removed the pods that were referenced in the test block since those were the only unused ones (we are using SwiftyJson). Please let me know where that gets you.

seeReadCode commented 7 years ago

re: swift 3 https://github.com/seeRead/roundware-ios-framework-v2/issues/6

seeReadCode commented 7 years ago

Also, it should go without saying but thanks for looking this over :)

zobkiw commented 7 years ago

Much better - builds now - thanks.

seeReadCode commented 7 years ago

Buildtime warnings have been cleared (and issues have been transferred). @hburgund your call on the test project item.