mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #473] [MERGED] OAuthSwiftCredential conforms to NSSecureCoding #641
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#641
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/473
Author: @slizeray
Created: 6/22/2018
Status: ✅ Merged
Merged: 6/25/2018
Merged by: @phimage
Base:
master← Head:master📝 Commits (6)
d222669Adapt NSSecureCoding Translate all decodeObject(forKey:) calls to decodeObject(of:forKey:)c8eeaa3single designated initializer with consumerKey & consumerSecretb2e4ad8conditional execution for iOS 8 support932b9b4compatibility with OSX 10.104ccc0e9revert back the default initializer with no arguments, as request by @phimage1be3897changed requested by @phimage, use the default initializer before decoding....📊 Changes
1 file changed (+75 additions, -12 deletions)
View changed files
📝
Sources/OAuthSwiftCredential.swift(+75 -12)📄 Description
Follow recommendations:
Translate All decodeObject(forKey:) Calls to decodeObject(of:forKey:)
in
https://developer.apple.com/videos/play/wwdc2018/222/
Get rid of designated initializer with no arguments, consumerKey and consumerSecret attributes are now immutable
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.