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

Consolidate #if os(iOS) #55

Open
arkavo-com opened this issue Sep 28, 2024 · 0 comments
Open

Consolidate #if os(iOS) #55

arkavo-com opened this issue Sep 28, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation tech debt Slows velocity

Comments

@arkavo-com
Copy link
Contributor

OS conditionals are not uniform.

see

#if os(macOS)
#if os(iOS)
#if os(iOS) || os(tvOS) || targetEnvironment(macCatalyst)
#if os(iOS) || os(visionOS)
  1. create guidelines on what to use and when. include current and future supported OS and targets
  2. update README
  3. correct code
  4. adjust Xcode Cloud builds
@arkavo-com arkavo-com added documentation Improvements or additions to documentation tech debt Slows velocity labels Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation tech debt Slows velocity
Projects
None yet
Development

No branches or pull requests

1 participant