Skip to content
Snippets Groups Projects
Commit 4373ac3e authored by Avery Pierce's avatar Avery Pierce Committed by Richard van der Hoff
Browse files

OLMKit: Exclude private headers from pod library

parent a45c3cc8
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ Pod::Spec.new do |s| ...@@ -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.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 # Those files (including .c) are included by ed25519.c. We do not want to compile them twice
s.preserve_paths = "lib/ed25519/**/*.{h,c}" s.preserve_paths = "lib/ed25519/**/*.{h,c}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment