diff --git a/ios/Info.plist b/ios/Info.plist
index 8a6a7f091..4a4ec2458 100644
--- a/ios/Info.plist
+++ b/ios/Info.plist
@@ -9,7 +9,7 @@
CFBundleExecutable
${appExecutable}
CFBundleIdentifier
- ${appPackageName}
+ ${appApplePackageName}
CFBundleInfoDictionaryVersion
6.0
CFBundleName
diff --git a/ios/build.gradle b/ios/build.gradle
index e1e51eda1..173cf83de 100644
--- a/ios/build.gradle
+++ b/ios/build.gradle
@@ -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)