Last active
April 1, 2019 01:50
-
-
Save jaoye/c878ac74a70f3cd6a29195a91814d0f2 to your computer and use it in GitHub Desktop.
[Xcode User-Defined Build Setting] #Xcode
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
## 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