¡@

Home 

python Programming Glossary: project.pbxproj

Tutorial or Guide for Scripting XCode Build Phases

http://stackoverflow.com/questions/7557273/tutorial-or-guide-for-scripting-xcode-build-phases

using a script you will need to manipulate your project's project.pbxproj file programmatically. Generally speaking you would accomplish.. speaking you would accomplish this by parsing the project.pbxproj file into an in memory data structure manipulating that data.. interface and then writing the data structure out to a new project.pbxproj file. There are several projects out there that could potentially..