Skip to content

Commit f24d7b5

Browse files
authored
Update LiteCore to 3.3.0-134 (#3451)
* Update LiteCore to 3.3.0-134 * Fix Swift Tests_iOS_App’s Info.plist * Fixed missing bonjour persmission in Swift Test App’s Info.plist. * Fixed generate_ee_release_zip.sh missing as it was being renamed.
1 parent 5d662e9 commit f24d7b5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CouchbaseLite.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2583,6 +2583,7 @@
25832583
40ECAE892E0E0B0F00C109A6 /* CBLPrecondition.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CBLPrecondition.m; sourceTree = "<group>"; };
25842584
40EF68102B71891A00F0CB50 /* remove_private_module.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = remove_private_module.sh; sourceTree = "<group>"; };
25852585
40EF690A2B77564000F0CB50 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
2586+
40F447EE2E7376960068F13B /* generate_release_zip.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = generate_release_zip.sh; sourceTree = "<group>"; };
25862587
40FC1AA32B9286E700394276 /* CBLEncryptionKey.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CBLEncryptionKey.m; sourceTree = "<group>"; };
25872588
40FC1AA42B9286E700394276 /* CBLDatabase+Encryption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CBLDatabase+Encryption.h"; sourceTree = "<group>"; };
25882589
40FC1AA52B9286E700394276 /* CBLDatabaseConfiguration+Encryption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CBLDatabaseConfiguration+Encryption.h"; sourceTree = "<group>"; };
@@ -2686,7 +2687,6 @@
26862687
40FC1C542B928C1600394276 /* Prediction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Prediction.swift; sourceTree = "<group>"; };
26872688
40FC1C552B928C1600394276 /* Function+Prediction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Function+Prediction.swift"; sourceTree = "<group>"; };
26882689
40FC1C732B928CC800394276 /* generate_carthage_package.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = generate_carthage_package.sh; sourceTree = "<group>"; };
2689-
40FC1C742B928CC800394276 /* generate_ee_release_zip.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = generate_ee_release_zip.sh; sourceTree = "<group>"; };
26902690
40FC1C752B928CC800394276 /* loc.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = loc.sh; sourceTree = "<group>"; };
26912691
40FC1C762B928CC800394276 /* prepare_project.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = prepare_project.sh; sourceTree = "<group>"; };
26922692
69002EA9234E693F00776107 /* CBLErrorMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CBLErrorMessage.h; sourceTree = "<group>"; };
@@ -3873,7 +3873,7 @@
38733873
isa = PBXGroup;
38743874
children = (
38753875
40FC1C732B928CC800394276 /* generate_carthage_package.sh */,
3876-
40FC1C742B928CC800394276 /* generate_ee_release_zip.sh */,
3876+
40F447EE2E7376960068F13B /* generate_release_zip.sh */,
38773877
40FC1C752B928CC800394276 /* loc.sh */,
38783878
40FC1C762B928CC800394276 /* prepare_project.sh */,
38793879
);

Swift/Tests/iOS/Info.plist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<key>NSBonjourServices</key>
2424
<array>
2525
<string>_MyService._tcp</string>
26+
<string>_couchbaseP2P._tcp</string>
2627
</array>
28+
<key>NSLocalNetworkUsageDescription</key>
29+
<string>This app uses the local network to discover nearby devices.</string>
2730
<key>UILaunchStoryboardName</key>
2831
<string>LaunchScreen</string>
2932
<key>UIMainStoryboardFile</key>

0 commit comments

Comments
 (0)