Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
4373ac3e
Commit
4373ac3e
authored
Jan 17, 2017
by
Avery Pierce
Committed by
Richard van der Hoff
Jan 18, 2017
Browse files
OLMKit: Exclude private headers from pod library
parent
a45c3cc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
OLMKit.podspec
View file @
4373ac3e
...
...
@@ -32,6 +32,7 @@ Pod::Spec.new do |s|
}
s
.
source_files
=
"xcode/OLMKit/*.{h,m}"
,
"include/**/*.{h,hh}"
,
"src/*.{c,cpp}"
,
"lib/crypto-algorithms/sha256.c"
,
"lib/crypto-algorithms/aes.c"
,
"lib/curve25519-donna/curve25519-donna.c"
s
.
private_header_files
=
"xcode/OLMKit/*_Private.h"
# Those files (including .c) are included by ed25519.c. We do not want to compile them twice
s
.
preserve_paths
=
"lib/ed25519/**/*.{h,c}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment