After all the splits of code we did I went over the net.wooga.build-unity-ios plugin again to cleanup some unused classes etc. I removed the KeychainLookupList class since we have a nearly API compatible reimplementation in the macos-security library (MacOsKeychainSearchList). Then we have an unused enum XAction which was no longer referenced. And the SecurityUtil class which is also no longer needed because all relevant methods are available from the macos-security library
Description
After all the splits of code we did I went over the
net.wooga.build-unity-ios
plugin again to cleanup some unused classes etc. I removed theKeychainLookupList
class since we have a nearly API compatible reimplementation in the macos-security library (MacOsKeychainSearchList
). Then we have an unused enumXAction
which was no longer referenced. And theSecurityUtil
class which is also no longer needed because all relevant methods are available from themacos-security
libraryChanges
KeychainLookupList
SecurityUtil
XAction