1 个仓库
Comprehensive suites of tools for compiling and packaging software for multiple mobile operating systems.
Distinct from Cross-Platform Mobile Applications: Shortlist candidates focus on apps or architectures, not the overarching toolchain for mobile OS targeting.
Explore 1 awesome GitHub repository matching mobile development · Toolchains. Refine with filters or upvote what's useful.
Theos 是一个跨平台移动开发工具链和构建系统,专为编译和打包移动操作系统软件而设计。它作为一个系统调整套件和运行时 Hook 框架,允许开发者创建修改,以改变移动 OS 环境的内部行为。 该项目通过提供专门的预处理器语法脱颖而出,该语法生成低级 API 调用,消除了函数和方法 Hook 通常所需的样板代码。它支持动态运行时方法交换(Method Swizzling)和类扩展,允许开发者拦截现有的系统方法并用自定义实现替换它们,同时保持调用原始功能的能力。 该工具链涵盖了广泛的功能,包括针对各种处理器和模拟器的多架构构建编排,以及生成 deb、ipa、pkg 和 rpm 等多种格式的安装包。它包括通过编译时路径解析和库链接调整对无根(Rootless)环境开发的专门支持。 构建系统通过 Makefile 管理,并支持各种项目脚手架模板以自动化初始开发设置。
Offers a comprehensive suite of tools for compiling and packaging software for multiple mobile operating systems.