wooga / atlas-build-unity

a gradle companion plugin for the wooga internal unity build system
Apache License 2.0
2 stars 2 forks source link

Cleanup net.wooga.build-unity-ios unused classes and utils #175

Closed Larusso closed 2 years ago

Larusso commented 2 years ago

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 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

Changes