Changelog
- Fix launching & debugging apps on real device running iOS 14.
- Update bindings for iOS 14.
- Build with Xcode 12.0.
Install / Upgrade
Simply change you build script to use the new plugin and SDK:
buildscript {
dependencies {
classpath group: 'org.multi-os-engine.community', name: 'moe-gradle', version: '1.7.1'
}
}