Skip to content

Instantly share code, notes, and snippets.

@probablycorey
Created May 27, 2009 21:18
Show Gist options
  • Save probablycorey/118913 to your computer and use it in GitHub Desktop.
Save probablycorey/118913 to your computer and use it in GitHub Desktop.
#ifdef DEBUG
static NSString *url = @"http://localhost"
#else
static NSString *url = @"http://blah.com"
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment