couchbase / couchbase-lite-ios

Lightweight, embedded, syncable NoSQL database engine for iOS and MacOS apps.
Apache License 2.0
1.62k stars 297 forks source link

CBL-5508: Update Min macOS Support Version to 12.0 #3272

Closed velicuvlad closed 4 months ago

velicuvlad commented 4 months ago
velicuvlad commented 4 months ago

Removed MYAnonymousIdentity altogether from the project as is not used.o Only x86_64 complained on compile, I am still not certain why... seems like it might the case that it is not deprecated on Catalyst, but on x86_64 only.

velicuvlad commented 4 months ago

(([[rs allObjects] count]) equal to (0u)) failed: ("1") is not equal to ("0") [2024-04-22T14:57:47.191Z] Test Case '-[QueryTestWithMeta testExpiryNoGreaterThanDate]' failed (0.447 seconds). - no changes relevant to this have been made - CBL-5669 investigating

velicuvlad commented 4 months ago

Fixed CBL-5669 by moving from double to long comparison

Ready for review now