This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /// | |
| /// Swift script to parse, find & replace a set of values with corresponding keys | |
| /// from a given file. | |
| /// In this case for example it's used to replace strings in `"my.String".localized()` | |
| /// with their R.swift generated counterparts. | |
| /// | |
| /// How to use: | |
| /// - copy the script into the project root folder | |
| /// - set permissions: `chmod -R +x CleanKeys.swift` | |
| /// - run: `./CleanKeys.swift` |
OlderNewer