Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/KS1019/app-icon-resize-machine

A command-line tool to generate .appiconset file from one .png file.
https://github.com/KS1019/app-icon-resize-machine

appiconset cli swift swift-argument-parser

Last synced: 3 months ago
JSON representation

A command-line tool to generate .appiconset file from one .png file.

Lists

README

        

# About
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FKS1019%2FSwiftyXcActivityLog%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/KS1019/SwiftyXcActivityLog)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FKS1019%2Fapp-icon-resize-machine%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/KS1019/app-icon-resize-machine)

This is a command line tool to generate .appiconset file from one .png file.

# Install
- TBA

# Feedback / PR
- TBA

# TODOs
- [ ] Supports macOS, watchOS.
- [ ] Add error handling when creating the file.
- [ ] Add filename completion if possible.

# References
- [App Icon - developer.apple.com](https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/app-icon/)
- [Swift Argument Parser](https://github.com/apple/swift-argument-parser)