Skip to content

Instantly share code, notes, and snippets.

@keybuk
Created December 22, 2015 04:24
Show Gist options
  • Save keybuk/7e9fb50db0f9c6357af3 to your computer and use it in GitHub Desktop.
Save keybuk/7e9fb50db0f9c6357af3 to your computer and use it in GitHub Desktop.
func inSimulator() -> Bool { return TARGET_OS_SIMULATOR != 0 }
if inSimulator() {
// In simulator
} else {
// Not in simulator
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment