SkygearIO / skygear-SDK-iOS

Skygear SDK for iOS
https://skygear.io
Other
10 stars 28 forks source link

Upgrade to Swift 3 #51

Closed rickmak closed 7 years ago

rickmak commented 8 years ago

Tasks:

cheungpat commented 8 years ago

We also need nullability annotation on our Objective-C code, for example, currentUser on SKYContainer should be nullable.

chpapa commented 8 years ago

I think this issue is related to the problems on XCode 8 Swift? :)

cheungpat commented 8 years ago

Xcode 8 has Swift 3, so this issue is about that, but we don‘t even have very good support for Swift 2, it works, but not very good.

chpapa commented 8 years ago

Shall we just shift focus to swift 3? Given Apple probably won't care much about backward compatibility of swift? On Sat, 15 Oct 2016 at 10:53 PM Kwok-kuen Cheung notifications@github.com wrote:

Xcode 8 has Swift 3, so this issue is about that, but we don‘t even have very good support for Swift 2, it works, but not very good.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/SkygearIO/skygear-SDK-iOS/issues/51#issuecomment-253988865, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXoqXXWaXrKtqg4jtpCQxPs1FcPdUojks5q0Oi6gaJpZM4KGX9s .

cheungpat commented 8 years ago

yea, hence this issue : )

chpapa commented 8 years ago

Coooool On Sun, 16 Oct 2016 at 12:44 AM Kwok-kuen Cheung notifications@github.com wrote:

yea, hence this issue : )

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/SkygearIO/skygear-SDK-iOS/issues/51#issuecomment-253995604, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXoqekC0W5n9XpIAqI594szngfXFRB2ks5q0QMEgaJpZM4KGX9s .

Steven-Chan commented 7 years ago

follow up issue #120