File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
ObjectiveGitFramework.xcodeproj Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ framework module ObjectiveGit {
3131 header "git2/pack.h"
3232 header "git2/patch.h"
3333 header "git2/pathspec.h"
34- header "git2/push.h"
3534 header "git2/refdb.h"
3635 header "git2/reflog.h"
3736 header "git2/refs.h"
@@ -64,6 +63,10 @@ framework module ObjectiveGit {
6463 header "git2/sys/refs.h"
6564 header "git2/sys/repository.h"
6665 header "git2/sys/transport.h"
66+ header "git2/cred_helpers.h"
67+ header "git2/sys/openssl.h"
68+ header "git2/sys/stream.h"
69+ header "git2/trace.h"
6770
6871 export *
6972 module * { export * }
Original file line number Diff line number Diff line change 422422 4D79C0EC17DF9F4D00997DE4 /* GTCredential.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTCredential.h; sourceTree = "<group>"; };
423423 4D79C0ED17DF9F4D00997DE4 /* GTCredential.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTCredential.m; sourceTree = "<group>"; };
424424 4D79C0F617DFAA7100997DE4 /* GTCredential+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTCredential+Private.h"; sourceTree = "<group>"; };
425- 4D8DADBE181A7D9F001B1202 /* libgit2 */ = {isa = PBXFileReference; lastKnownFileType = folder; name = libgit2; path = External/libgit2; sourceTree = "<group>"; };
426425 4DBA4A3117DA73CE006CD5F5 /* GTRemoteSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTRemoteSpec.m; sourceTree = "<group>"; };
427426 4DE864341794A37E00371A65 /* GTRepository+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTRepository+Private.h"; sourceTree = "<group>"; };
428427 4DFFB159183AA8D600D1565E /* GTRepository+RemoteOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTRepository+RemoteOperations.h"; sourceTree = "<group>"; };
644643 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
645644 isa = PBXGroup;
646645 children = (
647- 4D8DADBE181A7D9F001B1202 /* libgit2 */,
648646 306123A817EA5261006591D4 /* extobjc */,
649647 4D103ADC1819CFAA0029DB24 /* libiconv.dylib */,
650648 8803DA861313145700E6E818 /* libz.dylib */,
You can’t perform that action at this time.
0 commit comments