You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.
It seems that fetchAll filters (that is my understanding) based on global accessibilityType. This doesn't seem intuitive to me so I was wondering what is the reason for this behaviour?
Ok I understand background now, but my problem is that library we are using add keychain items with it's own accessibilityType. So i simply want to remove all keychain items but fetchAlldoesn't allow that because it filters them out.
I feel like SAMKeychainQueryshould get this parameter instead of using one that is globally defined.
It seems that
fetchAll
filters (that is my understanding) based on globalaccessibilityType
. This doesn't seem intuitive to me so I was wondering what is the reason for this behaviour?I can see it was introduced here:
e43c99b
cc @lufthansa747
The text was updated successfully, but these errors were encountered: