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.
- Host: GitHub
- URL: https://github.com/KS1019/app-icon-resize-machine
- Owner: KS1019
- License: mit
- Created: 2021-02-08T09:25:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T00:17:01.000Z (almost 3 years ago)
- Last Synced: 2024-07-09T11:02:31.199Z (4 months ago)
- Topics: appiconset, cli, swift, swift-argument-parser
- Language: Swift
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)