mirror of
https://github.com/revanced/smali.git
synced 2025-05-04 08:34:25 +02:00

Some unicode characters are considered equivalent for filename purposes on mac. This adds logic to treat these collisions the same way as case sensitivy collisions are currently handled -- by adding a numeric suffix to the file/directory anytime there is a collision. See pull request #789 for more information.