Skip to content

Commit 367702f

Browse files
committed
Create config.h
Fixes laullon#1. Though I fixed it be rebasing away the mistaken commit that switched the submodule. Then extracted this fix from that commit. Sorry for the rebase, but it was neater and this project is small.
1 parent 3e1a331 commit 367702f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

GitX.xcodeproj/project.pbxproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@
835835
isa = PBXNativeTarget;
836836
buildConfigurationList = 26FC0A840875C7B200E6366F /* Build configuration list for PBXNativeTarget "GitX" */;
837837
buildPhases = (
838+
63B0DC1615C9A31500E64679 /* ShellScript */,
838839
8D1107290486CEB800E47090 /* Resources */,
839840
8D11072C0486CEB800E47090 /* Sources */,
840841
8D11072E0486CEB800E47090 /* Frameworks */,
@@ -932,6 +933,19 @@
932933
/* End PBXResourcesBuildPhase section */
933934

934935
/* Begin PBXShellScriptBuildPhase section */
936+
63B0DC1615C9A31500E64679 /* ShellScript */ = {
937+
isa = PBXShellScriptBuildPhase;
938+
buildActionMask = 2147483647;
939+
files = (
940+
);
941+
inputPaths = (
942+
);
943+
outputPaths = (
944+
);
945+
runOnlyForDeploymentPostprocessing = 0;
946+
shellPath = /bin/sh;
947+
shellScript = "echo \"#import <unix.h>\" > $SRCROOT/libgit2/src/git/config.h";
948+
};
935949
D81E15ED121CE83D00269E61 /* Scripting Bridge Header Script */ = {
936950
isa = PBXShellScriptBuildPhase;
937951
buildActionMask = 2147483647;

0 commit comments

Comments
 (0)