Comments inline.
cordova-ios: > > - Move header symbols into .m files where possible (reduce API surface) > > Makes sense now since the core code shouldn't be called into with the exception of some classes like CDVPlugin.h > - Move resource copy step into an external script > +1 - it's a PITA to edit Run scripts in .pbxproj when not in Xcode > > - Make Xcode have a custom build step that runs prepare for CLI setup > > as long as it works for people not using the CLI > - Make Xcode's project navigator point to your root www/ and merges/ > > also, have to make sure if user not using the CLI > - (CB-3900) Have PluginResult that gets populated lazily - at the time of > being sent over the bridge. > not sure what this is exactly, the issue referred to is an Android issue?
