{"id":13563979,"url":"https://github.com/Nonchalant/AppIcon","last_synced_at":"2025-04-03T20:32:26.562Z","repository":{"id":52267418,"uuid":"90791254","full_name":"Nonchalant/AppIcon","owner":"Nonchalant","description":"AppIcon generates *.appiconset contains each resolution image for iOS","archived":false,"fork":false,"pushed_at":"2023-01-20T05:24:37.000Z","size":1967,"stargazers_count":1484,"open_issues_count":0,"forks_count":86,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-10-10T16:04:47.857Z","etag":null,"topics":["automation","cli","commandline","homebrew","ios","swift-package-manager","xcode"],"latest_commit_sha":null,"homepage":"https://github.com/Nonchalant/homebrew-appicon","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nonchalant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-09T20:58:15.000Z","updated_at":"2024-09-24T14:34:14.000Z","dependencies_parsed_at":"2023-02-12T00:01:18.158Z","dependency_job_id":null,"html_url":"https://github.com/Nonchalant/AppIcon","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nonchalant%2FAppIcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nonchalant%2FAppIcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nonchalant%2FAppIcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nonchalant%2FAppIcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nonchalant","download_url":"https://codeload.github.com/Nonchalant/AppIcon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223030801,"owners_count":17076505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","cli","commandline","homebrew","ios","swift-package-manager","xcode"],"created_at":"2024-08-01T13:01:25.200Z","updated_at":"2024-11-04T16:31:35.959Z","avatar_url":"https://github.com/Nonchalant.png","language":"Swift","readme":"# AppIcon\n\n[![Build Status](https://travis-ci.com/Nonchalant/AppIcon.svg?branch=master)](https://travis-ci.com/Nonchalant/AppIcon)\n![platforms](https://img.shields.io/badge/platforms-iOS-333333.svg)\n[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/Nonchalant/AppIcon/master/LICENSE.md)\n[![GitHub release](https://img.shields.io/github/release/Nonchalant/AppIcon.svg)](https://github.com/Nonchalant/AppIcon/releases)\n![Xcode](https://img.shields.io/badge/Xcode-14.2-brightgreen.svg)\n![Swift](https://img.shields.io/badge/Swift-5.7.2-brightgreen.svg)\n[![Swift Package Manager compatible](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager)\n\n`AppIcon` generates `*.appiconset` contains each resolution image for iOS, MacOS.\n\n```\nAppIcon.appiconset\n├── Contents.json\n├── AppIcon-20.0x20.0@2x.png\n├── AppIcon-20.0x20.0@3x.png\n├── AppIcon-29.0x29.0@2x.png\n├── AppIcon-29.0x29.0@3x.png\n├── AppIcon-40.0x40.0@2x.png\n├── AppIcon-40.0x40.0@3x.png\n├── AppIcon-60.0x60.0@2x.png\n├── AppIcon-60.0x60.0@3x.png\n└── AppIcon-1024.0x1024.0@1x.png\n```\n\n## Demo\n\n![](Document/Images/appicon.gif)\n\n## Installation\n\n### Homebrew\n\n```\n$ brew install Nonchalant/appicon/appicon\n```\n\n### [Mint](https://github.com/yonaskolb/Mint)\n\n```bash\n$ mint run nonchalant/appicon\n```\n\n### Manual\n\nClone the master branch of the repository, then run make install.\n\n```\n$ git clone https://github.com/Nonchalant/AppIcon.git\n$ make install\n```\n\n## Usage\n\n`AppIcon` needs path of base image(`.png`). The size of base image is 1024x1024 pixel preferably.\n\n```\n$ appicon iTunesIcon-1024x1024.png\n```\n\n## Option\n\nYou can see options by `appicon --help`.\n\n#### --icon-name\n\nDefault: `AppIcon`\n\n#### --output-path\n\nDefault: `./AppIcon.appiconset`\n\n#### --mac\n\nDefault: false\n\n#### --watch\n\nDefault: false\n\n## Develop\n\n### Runs debug build\n\n```\n$ make debug\n```\n\n### Runs release build\n\n```\n$ make build\n```\n\n### Runs tests\n\n```\n$ make test\n```\n\n## Author\n\nTakeshi Ihara \u003cafrontier829@gmail.com\u003e\n\n## License\n\nAppicon is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":["Swift","工具"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNonchalant%2FAppIcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNonchalant%2FAppIcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNonchalant%2FAppIcon/lists"}