Add correct plist value for version

This commit is contained in:
Alex Clink 2021-11-25 21:30:23 -05:00
parent a1c7de66b9
commit 294df5729f

View file

@ -13,14 +13,10 @@
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>asteroids.icns</string> <string>asteroids.icns</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.01</string> <string>0.1.0</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>IFMajorVersion</key>
<integer>0</integer>
<key>IFMinorVersion</key>
<integer>1</integer>
</dict> </dict>
</plist> </plist>