-
Notifications
You must be signed in to change notification settings - Fork 38
Set bundle version #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@neakor could you give this a review. |
neakor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this!
| <key>CFBundlePackageType</key> | ||
| <string>FMWK</string> | ||
| <key>CFBundleShortVersionString</key> | ||
| <string>1.0</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably set this to 0.6.1 as well.
|
@neakor can you merge this, I can't. |
|
Hmmm the branch CI job is stuck... I'll force merge this. |
The bundle version was
$(CURRENT_PROJECT_VERSION)this breaks Carthage versions when validating an App Store version of an app as the version will actually be blank.