All Projects → abeintopalo → AppIconSetGen

abeintopalo / AppIconSetGen

Licence: MIT License
Tool to generate App Icon set for iOS, macOS, watchOS apps

Programming Languages

swift
15916 projects
Makefile
30231 projects

Projects that are alternatives of or similar to AppIconSetGen

Stylesync
A command line tool to extract shared styles from a Sketch document, and generate native code for any platform.
Stars: ✭ 382 (+1810%)
Mutual labels:  developer-tools, command-line-tool
Swiff
💁 Command line tools for common local ↔ remote server tasks.
Stars: ✭ 87 (+335%)
Mutual labels:  developer-tools, command-line-tool
Circleci Cli
Use CircleCI from the command line
Stars: ✭ 297 (+1385%)
Mutual labels:  developer-tools, command-line-tool
droxy
Create commands on your machine that proxy docker run / exec calls
Stars: ✭ 12 (-40%)
Mutual labels:  developer-tools, command-line-tool
Artisan Menu
📝 Artisan Menu - Use Artisan via an elegant console GUI
Stars: ✭ 141 (+605%)
Mutual labels:  developer-tools, command-line-tool
Suitcase
A flexible command line tool for instantly deploying user interfaces for simple commands and scripts.
Stars: ✭ 1,287 (+6335%)
Mutual labels:  developer-tools, command-line-tool
Gita
Manage many git repos with sanity 从容管理多个git库
Stars: ✭ 865 (+4225%)
Mutual labels:  developer-tools, command-line-tool
Dnote
A simple command line notebook for programmers
Stars: ✭ 2,192 (+10860%)
Mutual labels:  developer-tools, command-line-tool
Poodle
🔥 A fast and beautiful command line tool to build API requests.
Stars: ✭ 129 (+545%)
Mutual labels:  developer-tools, command-line-tool
Check It Out
A command line interface for Git Checkout. See branches available for checkout.
Stars: ✭ 127 (+535%)
Mutual labels:  developer-tools, command-line-tool
Marathon
[DEPRECATED] Marathon makes it easy to write, run and manage your Swift scripts 🏃
Stars: ✭ 1,889 (+9345%)
Mutual labels:  developer-tools, command-line-tool
pganonymize
A commandline tool for anonymizing PostgreSQL databases
Stars: ✭ 20 (+0%)
Mutual labels:  developer-tools, command-line-tool
sane
make, but sane.
Stars: ✭ 15 (-25%)
Mutual labels:  command-line-tool
harwest-tool
A one-shot tool to harvest submissions from different OJs onto one single VCS managed repository http://bit.ly/harwest
Stars: ✭ 89 (+345%)
Mutual labels:  command-line-tool
beneath
Beneath is a serverless real-time data platform ⚡️
Stars: ✭ 65 (+225%)
Mutual labels:  developer-tools
pipecolor
A terminal filter to colorize output
Stars: ✭ 17 (-15%)
Mutual labels:  command-line-tool
flynt-cli
CLI tool for the WordPress Flynt framework
Stars: ✭ 15 (-25%)
Mutual labels:  command-line-tool
doing-cli
CLI tool to simplify the development workflow on azure devops
Stars: ✭ 19 (-5%)
Mutual labels:  command-line-tool
cfdns
Command line tool for manipulating DNS of CloudFlare hosted domains
Stars: ✭ 20 (+0%)
Mutual labels:  command-line-tool
liszt
Save snippets of information quickly through the command line
Stars: ✭ 15 (-25%)
Mutual labels:  command-line-tool

Swift Package Manager

What is AppIconSetGen?

AppIconSetGen is a command line tool that makes it easy to generate an App Icon set from a provided image asset (e.g. appIcon.pdf) for iOS, macOS, and watchOS platforms

Benefits:

  • Only a single vector source image is needed for the app icon
  • App Icon set generation can be added to project build phase.
  • All required app icon sizes are generated for a given platform

Installing

Using Make:

$ git clone [email protected]:abeintopalo/AppIconSetGen.git
$ cd AppIconSetGen
$ make

Using the Swift Package Manager:

$ git clone [email protected]:abeintopalo/AppIconSetGen.git
$ cd AppIconSetGen
$ swift build -c release
$ cp -f .build/release/AppIconSetGen /usr/local/bin/appiconsetgen

Requirements

AppIconSetGen requires the following to be installed on your system:

  • Xcode 10.2 or later to provide Swift 5.0 tool chain
  • Swift 5.0 runtime (bundled with macOS 10.14.4 or if you use earlier version of macOS install Swift 5 runtime
  • Git

Usage

AppIconSetGen is a command line tool appiconsetgen, you can either run it manually or in a custom build phase using following command:

$ appiconsetgen <input file> [--output <output path>] [--iOS] [--watchOS] [--macOS] [--appIconSetName]

Command line options

  • input file - Path to an image file (.pdf, .png, etc).
  • --iOS - Generates app icons for iOS
  • --watchOS - Generates app icons for watchOS
  • --macOS - Generates app icons for macOS
  • --output - Output folder for the generated App Icon set
  • --appIconSetName - App icon set name

License

AppIconSetGen is available under the MIT license. See LICENSE for more information.

Attributions

This tool is powered by

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].