Skip to content

Instantly share code, notes, and snippets.

@jaoye
Last active April 1, 2019 01:50
Show Gist options
  • Save jaoye/c878ac74a70f3cd6a29195a91814d0f2 to your computer and use it in GitHub Desktop.
Save jaoye/c878ac74a70f3cd6a29195a91814d0f2 to your computer and use it in GitHub Desktop.
[Xcode User-Defined Build Setting] #Xcode
## Add User-Defined Settring
> Targets -> Build Settings -> + -> Add User-Defined Setting
> Key APPURL Value http://github.com
## Add Preprocessor Macros
> Targets -> Build Settings -> search "Preprocessor Macros"
> APPURL="$(APPURL)"
## Write
[NSString stringWithCString:APPURL encoding:NSUTF8StringEncoding]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment