Full text search pods changes

// FREEBIE
This commit is contained in:
Michael Kirk 2018-06-08 20:19:58 -06:00
parent 3a03c4f74c
commit 6b43199ba1
3 changed files with 3 additions and 3 deletions

View File

@ -228,7 +228,7 @@ SPEC CHECKSUMS:
PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
SAMKeychain: 483e1c9f32984d50ca961e26818a534283b4cd5c
SignalServiceKit: 5cc6e8e249f381c5eaee8693c0dff20fc1a3eee0
SignalServiceKit: 3a65a39b6671c290e6258db78002527e085842ad
SocketRocket: dbb1554b8fc288ef8ef370d6285aeca7361be31e
SQLCipher: f9fcf29b2e59ced7defc2a2bdd0ebe79b40d4990
SSZipArchive: d4009d2ce5520a421f231fd97028cc0e2667eed8

2
Pods

@ -1 +1 @@
Subproject commit 4fa9dbed3419fc81f5afbf17aa1e35d62656c72e
Subproject commit 47c8a2611481201e17387b4335421f373f8c8e9b

View File

@ -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