Gergely Kis
Gergely Kis
* Copy resources from src/*/resources automatically (with configurable filters) * The copied resources should either get into the application.jar or the iOS resource folder (should be configurable) * Alternatively, we...
Create separate iOS API jars for each iOS SDK release (e.g. 9.3, 9.4, 10.0, 10.1 ... etc.)
Resource bundles with UTF-8 encoding are working correctly (same as Android), but this deviates from the Java standard. The documentation and preferably the error message should be updated to reflect...
proguard.cfg filename has a special meaning in our Gradle plugin, it replaces the whole Gradle configuration with its content. While this behavior is documented, it can get confusing if someone...
Copied from: https://github.com/multi-os-engine/moe-bindings/issues/1 The ./gradlew :{module-name}:publishMavenJavaPublicationToMavenLocal command is installing jar artifacts to local maven repository, e.g. org/multi-os-engine/binding/ios/crashlytics/3.8.3-SNAPSHOT/crashlytics-3.8.3-SNAPSHOT.jar which also contain *.java files. Sources need to be excluded from the jar...
Copied from: https://github.com/multi-os-engine/moe-bindings/issues/3 I tried to make bindings for Vungle and GoogleModileAds, but I kept getting an error. Then I decided to try with these bindings, and I still get...