ksoichiro/rdotm
Objective-C resource definition generator like Android app's R.java.
This tool helps Objective-C developers manage application resources like strings, colors, integers, and images by generating code from Android-style XML and image files. It takes these resource definitions as input and produces Objective-C header and implementation files, allowing developers to access resources through methods, preventing runtime errors from typos. It's designed for iOS developers building apps in Objective-C.
No commits in the last 6 months.
Use this if you are an Objective-C developer who wants to define and access app resources like strings, colors, and images in a type-safe manner, similar to Android's R.java, and potentially share resource files with an Android project.
Not ideal if you are developing in Swift or prefer Apple's standard `NSLocalizedString` for string localization despite its compile-time limitations.
Stars
42
Forks
4
Language
Go
License
MIT
Category
Last pushed
Oct 26, 2014
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/ksoichiro/rdotm"
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.