Skip to content

Instantly share code, notes, and snippets.

@MaximAlien
Created November 16, 2015 08:20
Show Gist options
  • Save MaximAlien/c9799af713b2b95ccd6c to your computer and use it in GitHub Desktop.
Save MaximAlien/c9799af713b2b95ccd6c to your computer and use it in GitHub Desktop.
[iOS] Check for Debug/Release
#if DEBUG
println("debug")
#else
println("Not debug")
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment