mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[GH-ISSUE #312] Can we tag latest commits? #189
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#189
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @robertmryan on GitHub (Nov 14, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/312
Description:
When I update via Carthage 0.18.1, I get the following error:
In diagnosing this, it appears that these have been fixed in commits subsequent to the last tag. Can we please add a new tag when we do fixes so that Carthage will grab these. If you don't tag it, Carthage won't grab it.
When I forked it and added a tag bumping the revision number, as shown below, it got the latest and greatest:
When I did that, and then changed the
Cartfileto point to my fork, it worked fine.I can submit this as a pull request, but it seems that incrementing the revision number should just be part of every commit.
OAuth Provider (Twitter, Github, ..):
N/A
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
@phimage commented on GitHub (Nov 14, 2016):
done
thx