This commit is contained in:
Anuken
2020-12-02 14:14:42 -05:00
parent 55db91e53e
commit a0702559f3
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -267,7 +267,7 @@ project(":ios"){
props['app.build'] = (!props.containsKey("app.build") ? 40 : props['app.build'].toInteger() + 1) + ""
if(bversion != "custom build"){
props['app.version'] = versionNumber + ".0" + ("." + bversion)
props['app.version'] = versionNumber + "." + bversion + (bversion.contains(".") ? "" : ".0")
}
props.store(vfile.newWriter(), null)
}