File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1333
1333
isa = PBXProject;
1334
1334
buildConfigurationList = 26FC0A880875C7B200E6366F /* Build configuration list for PBXProject "GitX" */;
1335
1335
compatibilityVersion = "Xcode 3.1";
1336
- developmentRegion = English;
1337
1336
hasScannedForEncodings = 1;
1338
1337
knownRegions = (
1339
1338
English,
1830
1829
26FC0A8A0875C7B200E6366F /* Release */ = {
1831
1830
isa = XCBuildConfiguration;
1832
1831
buildSettings = {
1833
- ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
1832
+ ARCHS = "$(ARCHS_STANDARD_32_BIT)";
1833
+ GCC_C_LANGUAGE_STANDARD = c99;
1834
1834
GCC_ENABLE_OBJC_GC = required;
1835
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0 ;
1835
+ GCC_VERSION = com.apple.compilers.llvmgcc42 ;
1836
1836
GCC_WARN_ABOUT_RETURN_TYPE = YES;
1837
1837
GCC_WARN_UNUSED_VARIABLE = YES;
1838
1838
INFOPLIST_PREFIX_HEADER = $PROJECT_TEMP_DIR/revision;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildAction () {
18
18
git submodule update
19
19
cd libgit2
20
20
rm -f libgit2.a
21
- make CFLAGS=" -arch i386 -arch x86_64 "
21
+ make CFLAGS=" -arch i386 -arch ppc "
22
22
ranlib libgit2.a
23
23
else
24
24
echo " error: Not a git repository."
You can’t perform that action at this time.
0 commit comments