Skip to content

Instantly share code, notes, and snippets.

@arkilis
Created September 8, 2020 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arkilis/618ba58193a7869c7b8ca3b0748f4edd to your computer and use it in GitHub Desktop.
Save arkilis/618ba58193a7869c7b8ca3b0748f4edd to your computer and use it in GitHub Desktop.
#if os(OSX)
// compiles for OS X
#elseif os(iOS)
// compiles for iOS
#elseif os(tvOS)
// compiles for TV OS
#elseif os(watchOS)
// compiles for Apple watch
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment