forked from MobiVM/robovm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* * cosmetic: fixed pom.xml in templates to use java 1.8 and proper mobivm dependencies. cosmetic as these files are not included when building * Maven maintenance-fixes: - `ios-device` mojo now uses `arm64` as default architecture (similar to gradle plugin) to minimize amount of error happened to new users when running on arm64 only devices - all pojos now explicitly calls `compile` goal (similar to gradle plugin). just to eliminate `Failed to launch IOS Simulator: Main class xxx.Main not found` error for new users - idea: mvn template fixed to use proper MobiVm dependencies (as it was still using org.robovm as result it was failing to sync) - idea: mvn template updated to use 1.8 java, otherwise it was failing to compile 'ios app without storyboard' as it uses lambdas - idea: default app name renamed from `My App` -> `MyApp` as space was breaking maven build (space is not allowed in artifactId).
- Loading branch information
Showing
8 changed files
with
33 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters