messapix / jfxmobile-maven-plugin

Maven version of jfxmobile plugin
Apache License 2.0
5 stars 3 forks source link

QuickHotDirtyFix for Entitlements.plist #5

Closed joerg-wille closed 6 years ago

joerg-wille commented 6 years ago
application-identifier in Entitlements.plist is now set to App’s MainClass instead of org.javafxports.jfxmobile.ios.BasicLauncher
joerg-wille commented 6 years ago

Hm, found out that when I use mainClass for Launcher... ic.setLauncherClassName(mainClass);

...this does not make sense, since then the org.javafxports.jfxmobile.ios.BasicLauncher does not get compiled. Although it "solved" installing, it brakes running on simulator and would also break running on device!