Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

update.plist #5

Closed
bgmccollum opened this issue Jun 13, 2010 · 2 comments
Closed

update.plist #5

bgmccollum opened this issue Jun 13, 2010 · 2 comments
Labels

Comments

@bgmccollum
Copy link

Your update.plist has the two version items swapped. Should be the following:

   <key>CFBundleShortVersionString</key>
   <string>1.0.1</string>
   <key>CFBundleVersion</key>
   <string>1</string>
@bgmccollum
Copy link
Author

Oh, and I'm guessing the CFBundleVersion should be incremented to 2 (assuming 1.0 was CFBundleVersion 1)

@sirn
Copy link
Owner

sirn commented Jun 13, 2010

Fixed! Thank you very much.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants