Fix iOS bundle identifiers not having correct prefix

This commit is contained in:
Dean Herbert
2022-04-30 20:05:54 +09:00
parent 2bdbc400f6
commit 620b23c164
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<key>CFBundleName</key>
<string>SampleGame.iOS</string>
<key>CFBundleIdentifier</key>
<string>ppy.SampleGame-iOS</string>
<string>sh.ppy.sample-game</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>