#macos-ios #icons #watch-os #identifiable #text

app ribboned

Make default app icons identifiable (for iOS, macOS, and watchOS)

1 unstable release

0.1.0 Aug 26, 2021

#132 in macOS and iOS APIs

MIT license

2MB
128 lines

ribboned

Make default app icons identifiable (for iOS, macOS, and watchOS)

Usage

ribboned [FLAGS] <APPICONSET> <TEXT>

FLAGS:
        --ios        Generate icons for iOS
        --mac        Generate icons for macOS
        --watch      Generate icons for watchOS

ARGS:
    <APPICONSET>    Path to .appiconset (e.g. /path/to/Assets.xcassets/AppIcon.appiconset)
    <TEXT>          Icon text (Up to three characters will be displayed)

Example

ribboned ~/Project/Shared/Assets.xcassets/AppIcon.appiconset RIBBONED --ios --mac

Install

cargo install ribboned

Requirements

  • Helvetica is installed (Characters not included in Helvetica may not be rendered beautifully)

Dependencies

~5MB
~94K SLoC