Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2025-12-17 14:54:29 -05:00
+2 -2
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'
} }