Kotlin / xcode-compat

AppCode helper for Kotlin/Native and Xcode
Apache License 2.0
21 stars 5 forks source link

Configure Xcode project task #7

Open jonnyzzz opened 5 years ago

jonnyzzz commented 5 years ago

Right now it is hard to attach a K/N Framework into Xcode. Wizards to help, but probably are not enough. The idea is to create a task for the plugin. One calls it with the sourceSet name (of Kotlin/Native Framework) and the path to Xcode project. The task patches Xcode project to include the Framework. The implementation may decide automatically to use CocoaPods integration or not.

I see the following from my own behavior: