Skip to content

Commit

Permalink
Merge pull request #469 from libgit2/update-modulemap
Browse files Browse the repository at this point in the history
Update modulemap
  • Loading branch information
mdiep committed Jun 25, 2015
2 parents 4f363d8 + 85bb4ed commit 753d2d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion ObjectiveGit.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ framework module ObjectiveGit {
header "git2/pack.h"
header "git2/patch.h"
header "git2/pathspec.h"
header "git2/push.h"
header "git2/refdb.h"
header "git2/reflog.h"
header "git2/refs.h"
Expand Down Expand Up @@ -64,6 +63,10 @@ framework module ObjectiveGit {
header "git2/sys/refs.h"
header "git2/sys/repository.h"
header "git2/sys/transport.h"
header "git2/cred_helpers.h"
header "git2/sys/openssl.h"
header "git2/sys/stream.h"
header "git2/trace.h"

export *
module * { export * }
Expand Down
2 changes: 0 additions & 2 deletions ObjectiveGitFramework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@
4D79C0EC17DF9F4D00997DE4 /* GTCredential.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTCredential.h; sourceTree = "<group>"; };
4D79C0ED17DF9F4D00997DE4 /* GTCredential.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTCredential.m; sourceTree = "<group>"; };
4D79C0F617DFAA7100997DE4 /* GTCredential+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTCredential+Private.h"; sourceTree = "<group>"; };
4D8DADBE181A7D9F001B1202 /* libgit2 */ = {isa = PBXFileReference; lastKnownFileType = folder; name = libgit2; path = External/libgit2; sourceTree = "<group>"; };
4DBA4A3117DA73CE006CD5F5 /* GTRemoteSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTRemoteSpec.m; sourceTree = "<group>"; };
4DE864341794A37E00371A65 /* GTRepository+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTRepository+Private.h"; sourceTree = "<group>"; };
4DFFB159183AA8D600D1565E /* GTRepository+RemoteOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTRepository+RemoteOperations.h"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -644,7 +643,6 @@
0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
isa = PBXGroup;
children = (
4D8DADBE181A7D9F001B1202 /* libgit2 */,
306123A817EA5261006591D4 /* extobjc */,
4D103ADC1819CFAA0029DB24 /* libiconv.dylib */,
8803DA861313145700E6E818 /* libz.dylib */,
Expand Down

0 comments on commit 753d2d4

Please sign in to comment.