Skip to content

Instantly share code, notes, and snippets.

View nekonora's full-sized avatar
🎸
Making stuff using other stuff.

Filippo Zaffoni nekonora

🎸
Making stuff using other stuff.
View GitHub Profile
///
/// 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`