1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:17:51 +08:00

Remove CFBundleVersion from iOS plist file

This allows using `-p:ApplicationVersion:1234.5.6` to specify a version
at build / publish time. Without removing it the plist file's value
always takes precedence.
This commit is contained in:
Dean Herbert 2023-01-12 22:14:41 +09:00
parent b3d4da8fc9
commit b038512379

View File

@ -10,8 +10,6 @@
<string>osu!</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<key>CFBundleVersion</key>
<string>0.1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>