Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-11424] Change availability message from "OS X" to "OSX" #53825

Closed
swift-ci opened this issue Sep 6, 2019 · 1 comment
Closed

[SR-11424] Change availability message from "OS X" to "OSX" #53825

swift-ci opened this issue Sep 6, 2019 · 1 comment
Labels
compiler The Swift compiler in itself task

Comments

@swift-ci
Copy link
Collaborator

swift-ci commented Sep 6, 2019

Previous ID SR-11424
Radar None
Original Reporter hannesoid (JIRA User)
Type Task
Status Resolved
Resolution Duplicate
Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Task
Assignee None
Priority Medium

md5: cc3738f3e82310243adac7b8cbd0dd51

duplicates:

  • SR-1887 macOS Sierra name change affects "available"

Issue Description:

When having an error message like "'init(skProductSubscriptionPeriod🙂' is only available on OS X 10.13.2 or newer", and I already have an #available check for iOS, I usually select the "OS X 10.13.2" part and paste it in the availabilty check. However this means I have to remove the space between OS and X. It would be minorly more convenient if the error message would have OSX instead of OS X.

@belkadan
Copy link
Contributor

belkadan commented Sep 6, 2019

It should really just say "macOS" at this point anyway.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler The Swift compiler in itself task
Projects
None yet
Development

No branches or pull requests

2 participants