yeti / signals

MIT License
3 stars 4 forks source link

Validate `AppDelegate` is calling RestKit setup code #39

Closed rmutter closed 8 years ago

rmutter commented 8 years ago

When running signals with the iOS generator for RestKit we should check if the AppDelegate file is properly calling the DataModel.sharedDataModel.setup() code and warn the user that they should add it.

Complications here would be checking for the Swift and ObjC versions of the AppDelegate and the related code, since they would be different.