# Developer **Repository Path**: baohongyu/Developer ## Basic Information - **Project Name**: Developer - **Description**: ios https://github.com/RootHide/Developer - **Primary Language**: C++ - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-22 - **Last Updated**: 2024-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # update jailbreak apps/tweaks for roothide 1. install roothide/theos ```bash -c "$(curl -fsSL https://raw.githubusercontent.com/roothide/theos/master/bin/install-theos)"``` and its always automatically updated to latest with original one. 2. Build package for roothide for those simple tweaks that don't use the file api to access jailbreak files, just ```make package``` with ```THEOS_PACKAGE_SCHEME=roothide``` 3. Using `roothide` APIs if you need to use the file apis to access jailbreak files in source code ``` #include //then using jbroot("/path/to/jb/file") as path to access jailbreak files ``` ***the `jbroot` API can be used in C/C++/Objective-C/Swift and its fully compatible with building rootful/rootless package*** 4. If you want to build your project with Xcode instead of theos, here is the roothide sdk: [devkit.zip](https://github.com/roothide/libroothide/releases/latest) 5. For more details about roothide, please refer to - [the difference between roothide and legacy rootless](roothide.md). - [entitlements and data sharing via files](entitlements.md). - [roothide's sdk api and tools](interface.md). # support - roothideDev: https://twitter.com/roothideDev - roothide/theos-dev: https://discord.gg/qaCFxr33CV # more info - roothide discord server: https://discord.gg/scqCkumAYp - theos dev discord server: https://discord.gg/z4RTnrcbKW