Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 887 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 887 Bytes

Code Monkey Apple

This is a project I use in all of my personal iOS apps. It contains many small features and extensions.

Everything is MIT licensed. Feel free to copy any individual features.

I do not recommend taking a dependency on this package. It has an audience of one (me).

Localization

Manual

Resources:

Generate Strings File

For the development language:

find Sources/CodeMonkeyApple/. -name \*.swift -print0 | xargs -0 genstrings -o Sources/CodeMonkeyApple/Resources/en.lproj

For other supported languages:

find Sources/CodeMonkeyApple/. -name \*.swift -print0 | xargs -0 genstrings -o Sources/CodeMonkeyApple/Resources/de.lproj