Commit Graph

6 Commits

Author SHA1 Message Date
Uwe Hees 43ac202144 Merge remote-tracking branch 'refs/remotes/laullon/master' 2011-05-05 11:55:21 +02:00
German Laullon f45ca2791b some cleanup pre 0.8.2 2011-05-03 16:58:33 -07:00
Uwe Hees f478476df7 Set compiler to LLVM GCC4.2 and build archs to Standard (32bit universal) 2011-04-27 23:12:47 +02:00
Leszek Ślażyński 21ad166517 Build fixes
- do not analye on every build
- sync submodule url
2011-03-30 06:38:16 +08:00
German Laullon abbb2081c4 xcode 4 2011-03-10 13:56:09 -08:00
Nathan Kinsinger de7d74cac8 Update build settings to include x86_64 arch
Set the debug configuration to NATIVE_ARCH_ACTUAL because NATIVE_ARCH will always be i386

Move the "compile libgit2" script build phase to it's own target. By setting the script to run in it's own target we get the ability to clean it durning the clean phase (normal build phase scripts don't run during clean). This will be needed if someone has built GitX prior to this commit because the object files will be for the old architectures.

Also give an error if there is no git repository. This is from several questions I've received after someone has downloaded the source from github instead of cloning the project. The problem is that there is no submodule setting to update.
2010-07-04 22:12:56 -06:00