mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
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#626
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/410
Author: @nighthawk
Created: 9/15/2017
Status: ✅ Merged
Merged: 9/16/2017
Merged by: @phimage
Base:
master← Head:master📝 Commits (5)
5eca6c8Migrate to Swift 40a4b64aSwitch CI to Xcode 9 and iPhone 8b622e58Switch CI to iOS 11b7f66d9Fixing up project settings12798bdSwitch CI to macOS 10.13📊 Changes
14 files changed (+59 additions, -49 deletions)
View changed files
📝
.travis.yml(+4 -4)📝
OAuthSwift.xcodeproj/project.pbxproj(+29 -17)📝
OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwift.xcscheme(+3 -1)📝
OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwiftOSX.xcscheme(+3 -1)📝
OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwiftTVOS.xcscheme(+3 -1)📝
OAuthSwift.xcodeproj/xcshareddata/xcschemes/OAuthSwiftWatchOS.xcscheme(+3 -1)📝
OAuthSwiftTests/ServicesTests.swift(+0 -1)📝
OAuthSwiftTests/SignTests.swift(+1 -1)📝
Sources/Dictionary+OAuthSwift.swift(+0 -12)📝
Sources/OAuthSwiftClient.swift(+1 -1)📝
Sources/OAuthSwiftHTTPRequest.swift(+2 -2)📝
Sources/OAuthSwiftURLHandlerType.swift(+1 -1)📝
Sources/OAuthWebViewController.swift(+3 -3)📝
Sources/String+OAuthSwift.swift(+6 -3)📄 Description
Migrated to Swift 4 and Xcode 9. Tests succeeded when running locally, but best for someone to review.
Fixes issue #409.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.