Skip to content

Commit ef0377f

Browse files
authored
Update LiteCore for Multipeer Auto Switch Feature (#3495)
* Update Lite Core to 19d2472 to uptake Multipeer Auto Switch Feature. * Update header search path.
1 parent af4dc32 commit ef0377f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

xcconfigs/CBL_EE_ObjC.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
#include "CBL_ObjC.xcconfig"
2222

2323
CBL_EXPORTED_SYMBOLS_FILE = Objective-C/Exports/Generated/CBL_EE.exp
24+
HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/vendor/couchbase-lite-core-EE/P2P

xcconfigs/CBL_EE_Swift.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@
2222

2323
CBL_EXPORTED_SYMBOLS_FILE = // None
2424
MODULEMAP_PRIVATE_FILE = ../couchbase-lite-ios-ee/Sources/Swift/CouchbaseLiteSwift.private.modulemap
25+
HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/vendor/couchbase-lite-core-EE/P2P

0 commit comments

Comments
 (0)