mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #4] [MERGED] Updates for beta 5 #480
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#480
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/4
Author: @michaeljdeeb
Created: 8/7/2014
Status: ✅ Merged
Merged: 8/9/2014
Merged by: @dongri
Base:
master← Head:master📝 Commits (9)
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.98adcefMerge pull request #2 from michaeljdeeb/client-cast-fixes53bb036An init method is now required for subclasses of UIViewController as of beta 5c4a8338An init method is now required for subclasses of UIViewController as of beta 5📊 Changes
8 files changed (+22 additions, -19 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)📝
OAuthSwiftDemo/AppDelegate.swift(+1 -1)📝
OAuthSwiftDemo/ViewController.swift(+4 -0)📄 Description
Made changes so that the code now compiles with Xcode6-Beta5.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.