6 repository-uri
Utilities for enhancing Xcode workflows and on-device debugging.
Explore 6 awesome GitHub repositories matching part of an awesome list · Xcode and iOS Development Tools. Refine with filters or upvote what's useful.
This project is an Xcode runtime code injector and developer productivity tool. It enables the injection of Swift and Objective-C code changes into a running application without requiring a process restart, functioning as a hot module replacement tool for iOS development. The tool provides a dynamic UI debugger for reloading storyboards and tuning visual parameters in real time. It allows for the recompilation of individual classes and the binding of new implementations into a live process, avoiding full project rebuilds. The system covers runtime injection capabilities, including automated
Runtime code injection for Objective-C and Swift.
InjectionIII is a suite of development utilities designed for runtime code reloading, expression evaluation, and automated code injection. It provides a system for recompiling modified source files and patching function pointers in a live process to update application behavior without requiring a full restart. The project utilizes Xcode build script extensions and a live code injector to deliver Swift and Objective-C changes to desktop applications and physical hardware. It features a runtime evaluator that executes string-based Swift expressions to inspect state and retrieve values from a ru
Swift-based rewrite of the Xcode injection tool.
A UIView debugger (like Reveal or Xcode) that can be embedded in an app for on-device view debugging
Embedded view debugger for iOS applications.