Created
March 20, 2014 12:40
-
-
Save jeffbailey/9662915 to your computer and use it in GitHub Desktop.
Test code that only runs in the simulator: TARGET_IPHONE_SIMULATOR
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifdef TARGET_IPHONE_SIMULATOR | |
// Code to only run in the simulator | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment