[GH-ISSUE #255] CocoaPods v0.5.2 Not synced with release v0.5.2 #149

Closed
opened 2026-03-03 16:46:06 +03:00 by kerem · 2 comments
Owner

Originally created by @freynolds on GitHub (Jul 27, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/255

For example

func renewAccesstokenWithRefreshToken(refreshToken: String, success: TokenSuccessHandler, failure: FailureHandler?) {

Still has the code of v0.5.1

My regrads
Francis

Originally created by @freynolds on GitHub (Jul 27, 2016). Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/255 For example `func renewAccesstokenWithRefreshToken(refreshToken: String, success: TokenSuccessHandler, failure: FailureHandler?) { ` Still has the code of v0.5.1 My regrads Francis
kerem closed this issue 2026-03-03 16:46:07 +03:00
Author
Owner

@phimage commented on GitHub (Jul 27, 2016):

the current signature , head master -> will be 0.6.0 -> https://github.com/OAuthSwift/OAuthSwift/milestone/1

  public func renewAccessTokenWithRefreshToken(refreshToken: String, headers: [String:String]? = nil, success: TokenSuccessHandler, failure: FailureHandler?) {

the 0.5.2 on Apr 5 ( https://github.com/OAuthSwift/OAuthSwift/releases/tag/v0.5.2 )
signature is

 renewAccesstokenWithRefreshToken(refreshToken: String, success: TokenSuccessHandler, failure: FailureHandler?)

I think I will release next version tomorrow

Could you close

<!-- gh-comment-id:235648454 --> @phimage commented on GitHub (Jul 27, 2016): the current signature , head master -> will be 0.6.0 -> https://github.com/OAuthSwift/OAuthSwift/milestone/1 ``` swift public func renewAccessTokenWithRefreshToken(refreshToken: String, headers: [String:String]? = nil, success: TokenSuccessHandler, failure: FailureHandler?) { ``` the 0.5.2 on Apr 5 ( https://github.com/OAuthSwift/OAuthSwift/releases/tag/v0.5.2 ) signature is ``` swift renewAccesstokenWithRefreshToken(refreshToken: String, success: TokenSuccessHandler, failure: FailureHandler?) ``` I think I will release next version tomorrow Could you close
Author
Owner

@freynolds commented on GitHub (Jul 27, 2016):

Ok, following @phimage reply will update tomorrow. For now I use direct link to repo!

<!-- gh-comment-id:235662615 --> @freynolds commented on GitHub (Jul 27, 2016): Ok, following @phimage reply will update tomorrow. For now I use direct link to repo!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OAuthSwift#149
No description provided.