From 6b43199ba11d2f46e0040f4db21df7ce1f3cf9ae Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Fri, 8 Jun 2018 20:19:58 -0600 Subject: [PATCH] Full text search pods changes // FREEBIE --- Podfile.lock | 2 +- Pods | 2 +- SignalServiceKit.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index 536a55d2f..7e4dd9918 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -228,7 +228,7 @@ SPEC CHECKSUMS: PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96 SAMKeychain: 483e1c9f32984d50ca961e26818a534283b4cd5c - SignalServiceKit: 5cc6e8e249f381c5eaee8693c0dff20fc1a3eee0 + SignalServiceKit: 3a65a39b6671c290e6258db78002527e085842ad SocketRocket: dbb1554b8fc288ef8ef370d6285aeca7361be31e SQLCipher: f9fcf29b2e59ced7defc2a2bdd0ebe79b40d4990 SSZipArchive: d4009d2ce5520a421f231fd97028cc0e2667eed8 diff --git a/Pods b/Pods index 4fa9dbed3..47c8a2611 160000 --- a/Pods +++ b/Pods @@ -1 +1 @@ -Subproject commit 4fa9dbed3419fc81f5afbf17aa1e35d62656c72e +Subproject commit 47c8a2611481201e17387b4335421f373f8c8e9b diff --git a/SignalServiceKit.podspec b/SignalServiceKit.podspec index 0d67ba3c2..461ebc290 100644 --- a/SignalServiceKit.podspec +++ b/SignalServiceKit.podspec @@ -25,7 +25,7 @@ An Objective-C library for communicating with the Signal messaging service. #s.ios.deployment_target = '9.0' #s.osx.deployment_target = '10.9' s.requires_arc = true - s.source_files = 'SignalServiceKit/src/**/*.{h,m,mm}' + s.source_files = 'SignalServiceKit/src/**/*.{h,m,mm,swift}' # We want to use modules to avoid clobbering CocoaLumberjack macros defined # by other OWS modules which *also* import CocoaLumberjack. But because we