mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #612] [MERGED] Fix for compiling Mac Framework #688
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#688
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/612
Author: @tevendale
Created: 7/22/2020
Status: ✅ Merged
Merged: 7/27/2020
Merged by: @phimage
Base:
master← Head:Fix-for-Mac📝 Commits (2)
b271fd9Included OAuthLogProtocol.swift in MacFramework Targetcd265f8Added Mac-Specific macros to successfully compile Mac Demo Target📊 Changes
2 files changed (+7 additions, -0 deletions)
View changed files
📝
OAuthSwift.xcodeproj/project.pbxproj(+2 -0)📝
Sources/OAuth2Swift.swift(+5 -0)📄 Description
Unable to compile the Mac Framework Target in the latest build as per issue #661
I've popped in some platform-specific macros to remove the failing lines fro the Mac build, but I'm not sure if there are further implications from this change.
Also, OAuthLogProtocol.swift has been included in the Mac target for the framework
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.