1 个仓库
Development patterns for triggering debug actions and executing test code blocks through an embedded interface on mobile devices.
Distinct from iOS Debugging Setup: Focuses on the workflow of executing test routines via an in-app menu, unlike the shortlist's focus on symbol setup or network capture.
Explore 1 awesome GitHub repository matching mobile development · In-App Debugging Workflows. Refine with filters or upvote what's useful.
Tweaks 是一个用于在 iOS 平台上修改应用程序变量、执行调试例程和微调视觉参数的运行时工具接口。它作为一个参数调优器和调试工具,允许在不重启应用程序的情况下调整应用行为。 该项目提供了一个可通过摇晃手势访问的动态配置 UI,用于实时修改动画时序、颜色和逻辑参数。它支持执行全局调试操作,并使用来自持久配置存储的值覆盖硬编码常量。 该系统涵盖了属性绑定和状态同步,以将 UI 控制元素连接到应用程序变量。这支持了专注于 UI 迭代和在运行时触发预定义调试例程的移动开发工作流。
Supports a debugging workflow that triggers specific actions and executes test code via a dedicated mobile configuration menu.