8000 Xcode 7 + silence stupid warning by joshaber · Pull Request #523 · libgit2/objective-git · GitHub
[go: up one dir, main page]

Skip to content

Xcode 7 + silence stupid warning #523

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Oct 23, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Exclude even more!
  • Loading branch information
joshaber committed Oct 5, 2015
commit 72b08f0a50f0bf77fd7e1d43323d449061e472b7
15 changes: 15 additions & 0 deletions ObjectiveGit.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,21 @@ framework module ObjectiveGit {
exclude header "git2/sys/git2/transport.h"
exclude header "git2/sys/git2/tree.h"
exclude header "git2/sys/git2/version.h"
exclude header "git2/sys/git2/sys/commit.h"
exclude header "git2/sys/git2/sys/config.h"
exclude header "git2/sys/git2/sys/diff.h"
exclude header "git2/sys/git2/sys/filter.h"
exclude header "git2/sys/git2/sys/hashsig.h"
exclude header "git2/sys/git2/sys/index.h"
exclude header "git2/sys/git2/sys/mempack.h"
exclude header "git2/sys/git2/sys/odb_backend.h"
exclude header "git2/sys/git2/sys/openssl.h"
exclude header "git2/sys/git2/sys/refdb_backend.h"
exclude header "git2/sys/git2/sys/reflog.h"
exclude header "git2/sys/git2/sys/refs.h"
exclude header "git2/sys/git2/sys/repository.h"
exclude header "git2/sys/git2/sys/stream.h"
exclude header "git2/sys/git2/sys/transport.h"

export *
module * { export * }
Expand Down
0