Skip to content
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

build: remove hash metadata from cocoapod version #3327

Merged
merged 1 commit into from
Nov 23, 2016

Conversation

karalabe
Copy link
Member

Originally we used <version>-<hash> as the version string for iOS CocoaPods packages. This turned out to be considered a pre-release by cocoapods, which follows the semver specification. A previous commit changed our iOS version strings to <version>+<hash> which represents build metadata according to the semver spec used by CocoaPods. Unfortunately it again turned out that CocoaPods doesn't like it (CocoaPods/CocoaPods#6224), so for now at least this PR just drops all build metainfos and keeps to the plain version number only. Since we ship stable and develop versions as separate packages, there should be no issue with this anyway.

@mention-bot
Copy link

@karalabe, thanks for your PR! By analyzing the history of the files in this pull request, we identified @fjl to be a potential reviewer.

@karalabe karalabe merged commit f7da5b2 into ethereum:master Nov 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants