Swiftpack.co - Nonchalant/AppIcon as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by Nonchalant.
Nonchalant/AppIcon 1.0.6
AppIcon generates *.appiconset contains each resolution image for iOS
⭐️ 1,483
🕓 1 year ago
.package(url: "https://github.com/Nonchalant/AppIcon.git", from: "1.0.6")

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

--mac

Default: false

--watch

Default: false

Develop

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.

GitHub

link
Stars: 1483
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Dependencies

Release Notes

1.0.6
1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Nonchalant/AppIcon/compare/1.0.5...1.0.6

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics