mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #1] [MERGED] Fixed compile issues for compatibility with Xcode6-Beta3 #478
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#478
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/1
Author: @michaeljdeeb
Created: 7/16/2014
Status: ✅ Merged
Merged: 7/16/2014
Merged by: @dongri
Base:
master← Head:master📝 Commits (4)
90d4c17Beta 3 half-closed range operator change8c2d745Removed a beta 3 deprecated API7551993Changed arrays to be mutable8f03bbdChanged arrays to use new declaration as of beta 3.📊 Changes
4 files changed (+9 additions, -9 deletions)
View changed files
📝
OAuthSwift/OAuthSwiftClient.swift(+4 -4)📝
OAuthSwift/extension/Dictionary+OAuthSwift.swift(+1 -1)📝
OAuthSwift/extension/String+OAuthSwift.swift(+3 -3)📝
OAuthSwiftDemo/ViewController.swift(+1 -1)📄 Description
Apple made some subtle changes to Swift in beta 3 that caused compilation errors/warnings when building this project.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.