diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-01-18 10:46:59 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-01-18 10:46:59 +0000 |
commit | 1761730db8c54a949ad6d12522de8eee2e0a50be (patch) | |
tree | f3f36c250d7cf5dec0012552a1f115c508655025 /OLMKit.podspec | |
parent | a45c3cc80957d61065626089eee4ce664ad1615f (diff) | |
parent | 757be9aeba67d609942c54c1bbe0461e120a392e (diff) |
Swift project support
Merge patch required to support Swift projects, from Avery Pierce.
Patch taken from https://github.com/matrix-org/matrix-ios-sdk/files/712987/olm_patch.txt.
Sign-off at https://github.com/matrix-org/matrix-ios-sdk/pull/220#issue-201470911.
Diffstat (limited to 'OLMKit.podspec')
-rw-r--r-- | OLMKit.podspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OLMKit.podspec b/OLMKit.podspec index 133e23d..f843f93 100644 --- a/OLMKit.podspec +++ b/OLMKit.podspec @@ -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}" |