We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb3bd8 commit 21ad166Copy full SHA for 21ad166
GitX.xcodeproj/project.pbxproj
@@ -1845,7 +1845,6 @@
1845
INFOPLIST_PREPROCESS = YES;
1846
MACOSX_DEPLOYMENT_TARGET = 10.5;
1847
PREBINDING = NO;
1848
- RUN_CLANG_STATIC_ANALYZER = YES;
1849
SDKROOT = macosx10.5;
1850
};
1851
name = Debug;
@@ -1862,7 +1861,6 @@
1862
1861
1863
1864
1865
1866
1867
1868
name = Release;
build_libgit2.sh
@@ -14,6 +14,7 @@ buildAction () {
14
then
15
export PATH=$PATH:$HOME/bin:$HOME/local/bin:/sw/bin:/opt/local/bin:`"$TARGET_BUILD_DIR"/gitx --git-path`
16
git submodule init
17
+ git submodule sync
18
git submodule update
19
cd libgit2
20
rm -f libgit2.a
0 commit comments