Fixed iOS building with intelliJ plugin

This commit is contained in:
Anuken
2025-12-17 14:14:38 -05:00
parent a552908d76
commit c30e3d2cd7

View File

@@ -4,7 +4,7 @@ buildscript{
} }
dependencies{ dependencies{
classpath "com.mobidevelop.robovm:robovm-gradle-plugin:2.3.23" classpath "com.mobidevelop.robovm:robovm-gradle-plugin:2.3.24"
} }
} }
@@ -20,7 +20,7 @@ task incrementConfig{
}else{ }else{
props['app.id'] = 'io.anuke.mindustry' props['app.id'] = 'io.anuke.mindustry'
props['app.version'] = '7.0' props['app.version'] = '7.0'
props['app.mainclass'] = 'mindustry.IOSLauncher' props['app.mainclass'] = 'mindustry.ios.IOSLauncher'
props['app.executable'] = 'IOSLauncher' props['app.executable'] = 'IOSLauncher'
props['app.name'] = 'Mindustry' props['app.name'] = 'Mindustry'
} }