All Projects → Nonchalant → Appicon

Nonchalant / Appicon

Licence: mit
AppIcon generates *.appiconset contains each resolution image for iOS

Programming Languages

swift
15916 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Appicon

Licenseplist
A license list generator of all your dependencies for iOS applications
Stars: ✭ 1,996 (+37.28%)
Mutual labels:  commandline, automation, cli, xcode, swift-package-manager
Carting
🚘 A simple tool for updating Carthage script phase
Stars: ✭ 182 (-87.48%)
Mutual labels:  xcode, homebrew, swift-package-manager
Natrium
A pre-build (Swift) script to alter your Xcode project at pre-build-time per environment, build configuration and target.
Stars: ✭ 131 (-90.99%)
Mutual labels:  cli, xcode, swift-package-manager
Brotab
Control your browser's tabs from the command line
Stars: ✭ 137 (-90.58%)
Mutual labels:  commandline, automation, cli
Spellchecker
SpellChecker for Xcode
Stars: ✭ 79 (-94.57%)
Mutual labels:  cli, xcode
Easing
Easing functions in Swift 5
Stars: ✭ 107 (-92.64%)
Mutual labels:  xcode, swift-package-manager
Statefultabview
A SwiftUI TabView that retains the state of each tab as well as some other goodies.
Stars: ✭ 83 (-94.29%)
Mutual labels:  xcode, swift-package-manager
Nzb Subliminal
Fetches subtitles for the videos it's provided. It can be easily integrated into NZBGet and SABnzbd too.
Stars: ✭ 85 (-94.15%)
Mutual labels:  automation, cli
Loadingshimmer
An easy way to add a shimmering effect to any view with just one line of code. It is useful as an unobtrusive loading indicator.
Stars: ✭ 1,180 (-18.84%)
Mutual labels:  xcode, swift-package-manager
Ritchie Formulas
This repository contains the community formulas that can be executed through Ritchie CLI once imported. This tool is an open source product that allows you to create, store and share any kind of automations, executing them through command lines, to run operations or start workflows ⚙️ 🖥 💡
Stars: ✭ 84 (-94.22%)
Mutual labels:  automation, cli
Fileinfo
📄Get information on over 10,000 file extensions right from the terminal
Stars: ✭ 86 (-94.09%)
Mutual labels:  commandline, cli
Sparrow
Sparrow - script distribution platform for Linux OS
Stars: ✭ 77 (-94.7%)
Mutual labels:  automation, cli
Dtgradientbutton
Easy way to set gradient background to your buttons.
Stars: ✭ 76 (-94.77%)
Mutual labels:  xcode, swift-package-manager
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-94.57%)
Mutual labels:  automation, cli
Php codesniffer
PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second phpcbf script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent.
Stars: ✭ 9,004 (+519.26%)
Mutual labels:  automation, cli
Dog
Dog wants to be a very good task runner
Stars: ✭ 84 (-94.22%)
Mutual labels:  automation, cli
Lc
licensechecker (lc) a command line application which scans directories and identifies what software license things are under producing reports as either SPDX, CSV, JSON, XLSX or CLI Tabular output. Dual-licensed under MIT or the UNLICENSE.
Stars: ✭ 93 (-93.6%)
Mutual labels:  commandline, cli
Xmlmapper
A simple way to map XML to Objects written in Swift
Stars: ✭ 90 (-93.81%)
Mutual labels:  xcode, swift-package-manager
Dotfiles
💻 Use command line interface manager for macOS configuration.
Stars: ✭ 97 (-93.33%)
Mutual labels:  cli, homebrew
Swiftplaygroundscli
Easily generate Swift Playgrounds from your command line 👨‍💻
Stars: ✭ 103 (-92.92%)
Mutual labels:  cli, xcode

AppIcon

Build Status platforms GitHub license GitHub release Xcode Swift Swift Package Manager compatible

AppIcon generates *.appiconset contains each resolution image for iOS, MacOS.

AppIcon.appiconset
├── Contents.json
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]

Demo

Installation

Homebrew

$ brew install Nonchalant/appicon/appicon

Mint

$ mint run nonchalant/appicon

Manual

Clone the master branch of the repository, then run make install.

$ git clone https://github.com/Nonchalant/AppIcon.git
$ make install

Usage

AppIcon needs path of base image(.png). The size of base image is 1024x1024 pixel preferably.

$ appicon iTunesIcon-1024x1024.png

Option

You can see options by appicon --help.

--icon-name

Default: AppIcon

--output-path

Default: ./AppIcon.appiconset

--ipad

Default: false

--mac

Default: false

--watch

Default: false

Develop

Generate Xcode project

$ make xcode

Runs debug build

$ make debug

Runs release build

$ make build

Runs tests

$ make test

Author

Takeshi Ihara [email protected]

License

Appicon is available under the MIT license. See the LICENSE file for more info.

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].