Times Design System theme package - iOS xcassets theme files
Generate xcassets from Figma
High quality asset resizer for iOS and Android and design workflow tools. Features Sketch exporting, Xcassets generator and the best 9-patch resizer.
Rename resource files in xcassets to its asset name
Generate images and fillout xcassets
A <MaskedView> element for react-native
CLI tool for Zhihu iOS development. Wraps make commands for project builds.
React Native Structure
Generate iOS app icons from a source image for Xcode asset catalogs
Adds a Sticker Pack Extension to your Cordova project
Adds a Sticker Pack Extension to your Cordova project
CLI tool to generate tvOS Images.xcassets from icon and background images
Parse Xcode .xcassets catalogs into a typed Rust tree with diagnostics.
Export icons from Figma frames via MCP (talk-to-figma) — no REST API, no rate limits
CLI for generating Swift code from Apple project resources.
Build, test, sign, and ship native Swift macOS apps without living in Xcode
Blazingly fast code intelligence CLI and MCP server for Swift, Rust, and best-effort tree-sitter languages
Shared graph types and extraction traits for Grapha
Swift extraction waterfall for Grapha using index store, SwiftSyntax, and tree-sitter
A set of tiny tools mostly used for game development. A Texture atlas packer, a font converter, a pakfile creator.
Generates *.xcassets
xcassets exporter
Convert Contents.json from default options to single vector setting
This is a little helper to resize @2x~ipad artwork to all required sizes using rmagick. \x5On top, the output will be formatted to suit XCodes requirements for sprite atlases or xcassets. \x5Images will be resized carefully using 'HammingFilter'.
This Command line will helps you to map your *.xcassets file
Set rules for Xcode assets
Generates Xcode .xcassets ColorSet JSON files from color palette URLs. Extracts hex color codes embedded in URLs from palette tools such as: - Huemint (https://huemint.com) - RealtimeColors (https://realtimecolors.com) - Coolors (https://coolors.co) Any URL that encodes hex codes in its path or query string is supported. Dark mode variants are automatically calculated by inverting the HSL lightness of each light color — no manual dark palette needed. The generated Colors.xcassets folder can be dragged and dropped directly into Xcode's Assets catalog to use the colors in Swift/SwiftUI projects. Usage: colorset_generator "https://huemint.com/brand-2/#palette=2a3031-fafdfc-a19985" colorset_generator "https://coolors.co/c4f1be-a2c3a4-869d96-525b76-201e50" --output MyPalette.xcassets colorset_generator "https://www.realtimecolors.com/?colors=14140f-f8f8f6-9a9e79-aec4bd-8ea7ad" --no-dark