editor2-issues
editor2-issues copied to clipboard
Add support for podfiles for iOS and macOS builds.
With gradle support being in place for Android builds, it only makes sense to add a similar feature for iOS builds. That will eliminate many incompatibility issues between different extensions.
First problem to solve:
- How to use CocoaPods (or other package) on Linux
First problem to solve:
- How to use CocoaPods (or other package) on Linux
According to https://github.com/CocoaPods/CocoaPods/issues/3402 Linux support was added to CocoaPods.