mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #3] [CLOSED] Client cast fixes #481
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#481
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?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/3
Author: @crw
Created: 8/7/2014
Status: ❌ Closed
Base:
master← Head:client-cast-fixes📝 Commits (6)
1088616Merge pull request #1 from dongri/master66ab622Placed in nil checks instead of boolean values for optionals per the beta 5 changesbc53dfabridgeToObjectiveC() and bridgeFromObjectiveC() functions have been removed in beta 5f8bdd9aChanged for beta 5 declaration Dictionary<Key, Value>c3864a5Placed in nil checks instead of boolean values for optionals per the beta 5 changesdb4e5e3Cleaned up the final casting issues in the client.📊 Changes
6 files changed (+17 additions, -18 deletions)
View changed files
📝
OAuthSwift/OAuth2Swift.swift(+4 -4)📝
OAuthSwift/OAuthSwiftClient.swift(+4 -4)📝
OAuthSwift/OAuthSwiftHTTPRequest.swift(+4 -4)📝
OAuthSwift/extension/Dictionary+OAuthSwift.swift(+2 -2)📝
OAuthSwift/extension/NSURL+OAuthSwift.swift(+1 -2)📝
OAuthSwift/extension/String+OAuthSwift.swift(+2 -2)📄 Description
Quick fixes to the OAuthClient.swift to fix all the bridgeToObjectiveC() BS.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.