Created
March 17, 2017 13:29
-
-
Save hammadzz/0ba23560a2e4527413d73120e23eb836 to your computer and use it in GitHub Desktop.
xcodebuild print build settings
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
xcodebuild -project myProj.xcodeproj -target "myTarg" -showBuildSettings | |
xcodebuild -workspace WORKSPACE.xcworkspace -scheme SCHEME -showBuildSettings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment