v3.3.1: fixed var name duplication with different value in iOS props
This commit is contained in:
committed by
Evan Debenham
parent
4fb1515bd6
commit
2ab84ae978
@@ -18,7 +18,7 @@ task updateRoboVMProps(){
|
||||
|
||||
props.setProperty ('appName', appName)
|
||||
//append .apple because com.shatteredpixel.shatteredpixeldungeon was taken =(
|
||||
props.setProperty ('appPackageName', appPackageName + ".apple")
|
||||
props.setProperty ('appApplePackageName', appPackageName + ".apple")
|
||||
|
||||
props.setProperty ('appVersionCode', appVersionCode.toString())
|
||||
props.setProperty ('appVersionName', appVersionName)
|
||||
|
||||
Reference in New Issue
Block a user