editor2-issues icon indicating copy to clipboard operation
editor2-issues copied to clipboard

Add support for podfiles for iOS and macOS builds.

Open Lerg opened this issue 6 years ago • 2 comments

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.

Lerg avatar Jan 22 '20 17:01 Lerg

First problem to solve:

  • How to use CocoaPods (or other package) on Linux

JCash avatar Jan 23 '20 09:01 JCash

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.

Lerg avatar Jan 23 '20 10:01 Lerg