Manages installing and launching Geometry Dash with Geode for iOS.
- iOS/iPadOS 14.0 or later
- Full version of Geometry Dash installed
- An internet connection
- Navigate to https://github.com/geode-sdk/ios-launcher/releases, if you are not jailbroken, download the latest ipa file. If you wish to use the tweak and have TrollStore, download the latest tipa file.
- Install the launcher by following the Installation Guide, or reading the INSTALL.md file.
- Enjoy using Geode!
If you have any further questions, or need help, be sure to join our Discord server!
To build this project, you must have the following prerequisites installed:
After installing these, you can compile the project by running:
git clone https://github.com/geode-sdk/ios-launcher
cd ios-launcher
make package FINALPACKAGE=1 STRIP=0
- LiveContainer - Made the launcher possible!
- MSColorPicker - Helper for Color Picking
- GCDWebServer - For the web debug panel!
This project is licensed under the Boost Software License 1.0. Additionally, this project also uses code from LiveContainer. View the NOTICE.md for more details.