mirror of
https://github.com/revanced/smali.git
synced 2025-04-29 22:24:26 +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.