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

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -