xcode6 - xcodebuild setting parameter equivalent in Xcode GUI build? -
i have xcode workspace. workspace has multiple projects. each project has @ least 1 target.
the command xcodebuild
allows add setting parameters on command line. these settings passed targets.
for example, can build in workspace doing this:
xcodebuild -scheme kitchensink build bob=newhart
and setting bob=newhart
passed every project.
what equivalent of when choosing product | build xcode menu bar (pressing command+b)?
some points:
- i prefer not edit every project.
- i created xcconfig file named "global", how xcode build process use targets?
- the build section when editing scheme not contain way attach xcconfig files.
- when select global.xcconfig in navigator pane, , @ file inspector in utilities pane, not see way add file targets.
- the xcconfig file part of workspace. not part of 1 project.
- i'm not use of xcconfig files how accomplish want; i'm explaining i've tried.
Comments
Post a Comment