strongloop-community / loopback-sdk-ios

iOS Client SDK for the LoopBack framework.
Other
76 stars 39 forks source link

Support for Generics #96

Open hideya opened 8 years ago

hideya commented 8 years ago

Generics has been introduced in Objective-C since Xcode 7 but the SDK is not updated to take advantage of it. Nullability annotation and __kindof declaration are also introduced. Those would better be applied to the SDK to improve its usability.

rmg commented 8 years ago

@hideya I've got good news and bad news...

Good news: I'm migrating CI to a new Mac with the latest OS X and XCode!

Bad news: CI is failing on the new Mac and I'm not sure if it is related to switching to a new XCode or not :-(

hideya commented 8 years ago

@rmg I checked out the issue quickly, but couldn't figure out the cause... Please see for more details https://github.com/strongloop/loopback-sdk-ios/pull/109