inquisitiveSoft/XCAssetPacker
A command line tool for converting a folder of images into an .xcasset package for Xcode
Transforms a folder of raw image files into an Xcode asset catalog (.xcassets) package, which is essential for managing app icons and other image assets within Apple development projects. You provide a folder of images, and it outputs a ready-to-use asset catalog and an optional Swift file for easy image access in your code. Mobile app developers, particularly those working with iOS, macOS, or watchOS, will find this tool useful.
153 stars. No commits in the last 6 months.
Use this if you need to quickly convert a collection of individual image files into a properly structured Xcode asset catalog for your Apple application.
Not ideal if you prefer manual drag-and-drop management of image assets directly within Xcode's interface.
Stars
153
Forks
7
Language
Swift
License
—
Category
Last pushed
Mar 26, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/inquisitiveSoft/XCAssetPacker"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SwiftyLab/MetaCodable
Supercharge Swift's Codable implementations with macros meta-programming.
WendellXY/CodableKit
A Swift macro package designed to simplify the use of Swift's Codable protocol by allowing easy...
DanielMSchmidt/objective-c-parser
Get the JSON representation of an Objective-C header file
yonaskolb/SwagGen
OpenAPI/Swagger 3.0 Parser and Swift code generator
Lighter-swift/Lighter
Swift APIs for SQLite: Type-safe down to the schema. Very, very, fast. Dependency free.