Skip to content

A personal collection of tools for doing Swift development on Apple platforms, presented as a Swift Package.

License

Notifications You must be signed in to change notification settings

kylehughes/code-monkey-apple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A personal collection of tools for doing Swift development on Apple platforms, presented as a Swift Package.

Topics

Resources

License

Stars

Watchers

Forks

Languages