passforios/passKitTests
Lysann Tranvouez e69e590e36 replace calls to deprecated function
changes PasswordStore.encrypt behavior when .gpg-id support is off
(default):
  old:
    * ignores passed in keyID
    * encrypt with first public key in keychain (gopenPGP), or entire
      keychain (ObjectivePGP)
  new:
    * honor passed in keyID
    * encrypt with all keys in keychain
2026-03-12 09:32:04 +01:00
..
Controllers PersistenceController tests 2026-03-09 22:58:05 +01:00
CoreData PersistenceController tests 2026-03-09 22:58:05 +01:00
Crypto PGPAgent can encrypt with multiple keys 2026-03-11 14:12:24 +01:00
Extensions Rely on SPM plugins to consume SwiftLint and SwiftFormat 2024-11-29 00:18:30 +01:00
Fixtures improve directory deletion/editing handling 2026-03-09 22:58:05 +01:00
Helpers add tests for AppKeychain 2026-03-09 22:58:05 +01:00
LowLevel replace calls to deprecated function 2026-03-12 09:32:04 +01:00
Mocks replace calls to deprecated function 2026-03-12 09:32:04 +01:00
Models improve directory deletion/editing handling 2026-03-09 22:58:05 +01:00
Parser Rely on SPM plugins to consume SwiftLint and SwiftFormat 2024-11-29 00:18:30 +01:00
Passwords Rely on SPM plugins to consume SwiftLint and SwiftFormat 2024-11-29 00:18:30 +01:00
Testbase add long fingerprints for test keys 2026-03-11 10:34:54 +01:00
Info.plist