mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[GH-ISSUE #496] Reduce macOS deployment target #326
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#326
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?
Originally created by @DarkDust on GitHub (Nov 9, 2018).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/496
The current deployment target for macOS is set to 10.11 but there doesn't seem to be anything that mandates it. It compiles with a deployment target 10.10 just fine, so can we reduce the deployment target to that version? I'd like to use the pod in a project that still supports 10.10.
@phimage commented on GitHub (Nov 13, 2018):
Hi,
You can PR if it works
@DarkDust commented on GitHub (Nov 13, 2018):
Seems to work fine, PR created.
@DarkDust commented on GitHub (Nov 13, 2018):
Thanks!
@phimage commented on GitHub (Nov 13, 2018):
Thanks too
so It must work with cocoapod using head code
will be in next release, with a new tag and pod trunk push