Skip to content

Commit 21ad166

Browse files
slazykapla
authored andcommitted
Build fixes
- do not analye on every build - sync submodule url
1 parent dcb3bd8 commit 21ad166

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

GitX.xcodeproj/project.pbxproj

-2
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,6 @@
18451845
INFOPLIST_PREPROCESS = YES;
18461846
MACOSX_DEPLOYMENT_TARGET = 10.5;
18471847
PREBINDING = NO;
1848-
RUN_CLANG_STATIC_ANALYZER = YES;
18491848
SDKROOT = macosx10.5;
18501849
};
18511850
name = Debug;
@@ -1862,7 +1861,6 @@
18621861
INFOPLIST_PREPROCESS = YES;
18631862
MACOSX_DEPLOYMENT_TARGET = 10.5;
18641863
PREBINDING = NO;
1865-
RUN_CLANG_STATIC_ANALYZER = YES;
18661864
SDKROOT = macosx10.5;
18671865
};
18681866
name = Release;

build_libgit2.sh

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ buildAction () {
1414
then
1515
export PATH=$PATH:$HOME/bin:$HOME/local/bin:/sw/bin:/opt/local/bin:`"$TARGET_BUILD_DIR"/gitx --git-path`
1616
git submodule init
17+
git submodule sync
1718
git submodule update
1819
cd libgit2
1920
rm -f libgit2.a

0 commit comments

Comments
 (0)