mirror of
https://github.com/maxgoedjen/secretive.git
synced 2024-12-22 04:07:09 +00:00
11.3 Compatibility
This commit is contained in:
parent
bbc29ed9e0
commit
5480799450
@ -57,7 +57,9 @@ extension Agent {
|
||||
extension Agent {
|
||||
|
||||
func identities() throws -> Data {
|
||||
let secrets = storeList.stores.flatMap(\.secrets)
|
||||
// TODO: RESTORE ONCE XCODE 11.4 IS GM
|
||||
let secrets = storeList.stores.flatMap { $0.secrets }
|
||||
// let secrets = storeList.stores.flatMap(\.secrets)
|
||||
var count = UInt32(secrets.count).bigEndian
|
||||
let countData = Data(bytes: &count, count: UInt32.bitWidth/8)
|
||||
var keyData = Data()
|
||||
|
Loading…
Reference in New Issue
Block a user