mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 12:09:51 +00:00
Turned multi-character constants into hex values to quiet noisy watnings.
This commit is contained in:
parent
cf51057add
commit
a07fc00b08
@ -58,16 +58,16 @@ typedef SecTrustedApplication *SecTrustedApplicationRef;
|
||||
typedef OSType SecItemClass;
|
||||
|
||||
enum {
|
||||
kSecDescriptionItemAttr='desc',
|
||||
kSecCreatorItemAttr='crtr',
|
||||
kSecTypeItemAttr='type',
|
||||
kSecLabelItemAttr='labl',
|
||||
kSecCustomIconItemAttr= 'cusi',
|
||||
kSecAccountItemAttr='acct',
|
||||
kSecServerItemAttr='srvr',
|
||||
kSecProtocolItemAttr='ptcl',
|
||||
kSecServiceItemAttr='svce',
|
||||
kSecGenericPasswordItemClass='genp'
|
||||
kSecDescriptionItemAttr=/* 'desc' */ 1684370275,
|
||||
kSecCreatorItemAttr=/* 'crtr' */ 1668445298,
|
||||
kSecTypeItemAttr=/* 'type' */ 1954115685,
|
||||
kSecLabelItemAttr=/* 'labl' */ 1818321516,
|
||||
kSecCustomIconItemAttr=/* 'cusi' */ 1668641641,
|
||||
kSecAccountItemAttr='/* acct' */ 1633903476,
|
||||
kSecServerItemAttr=/* 'srvr' */ 1936881266,
|
||||
kSecProtocolItemAttr=/* 'ptcl' */ 1886675820,
|
||||
kSecServiceItemAttr=/* 'svce' */ 1937138533,
|
||||
kSecGenericPasswordItemClass=/* 'genp' */ 1734700656
|
||||
};
|
||||
|
||||
// Keychain Item Class
|
||||
|
Loading…
Reference in New Issue
Block a user