It is possible to build an iPhone application manually, without using xcodebuild
nor an Xcode project?
The idea is to build the application using SCons without creating an Xcode project. I know there is the codesign
command line tool, that I could use, but before I start reverse engineering the Xcode build process, I was wondering if anybody has experience with this or has done it before.