Skip to content

Commit

Permalink
Added warning
Browse files Browse the repository at this point in the history
  • Loading branch information
obigu committed Dec 28, 2023
1 parent 62c8e98 commit fd8fbf8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ void generate () {
modules.remove(ProjectType.HTML);
}

if (modules.contains(ProjectType.IOS)) {
JOptionPane.showMessageDialog(this, "WARNING. iOS has limited support to Java 8 languages features and APIs.");
}

if (modules.contains(ProjectType.ANDROID)) {
if (!GdxSetup.isSdkUpToDate(sdkLocation)) {
File sdkLocationFile = new File(sdkLocation);
Expand Down

0 comments on commit fd8fbf8

Please sign in to comment.