objc-codegenutils
« Back to VersTracker
Description:
Three small tools to help work with XCode
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: objective-c xcode developer-tools code-generation ios
Install: brew install objc-codegenutils
About:
ObjcCodegenutils provides three command-line utilities for Xcode development: a tool to generate property declarations from ivars, a utility to create method stubs from headers, and a helper to extract class information from compiled binaries. These tools streamline repetitive Objective-C coding tasks and improve workflow efficiency.
Key Features:
  • Generates property declarations from ivars
  • Creates method stubs from header files
  • Extracts class information from binaries
Use Cases:
  • Automating boilerplate Objective-C code generation
  • Analyzing existing compiled Objective-C binaries
  • Speeding up Xcode development workflow
Alternatives:
  • fcode-generator – General-purpose code generators vs focused Objective-C utilities
  • class-dump – ObjcCodegenutils includes generation tools beyond just class dumping
Version History
Detected Version Rev Change Commit
Sep 16, 2025 8:20am 0 VERSION_BUMP bcaac899