Flipboard FLEX is an popular in-app debugging and exploration tool for iOS. The purpose of this repo is to patch FLEX to cracked ipa files and show FLEX tool bar after ipa launching. Besides, this repo provides resign feature by Fastlane to make the patched ipas available for the devices without jailbreak.
- Flipboard FLEX
- optool
- patchapp.sh (code was modified from https://github.com/depoon/iOSDylibInjectionDemo/blob/master/patchapp.sh)
- Fastlane
- Download cracked ipas. (eg. https://www.iphonecake.com or https://www.25pp.com/ios/)
- Download mobileprovision file.
- Edit fastlane/Fastlane to fill the signing_identity and provisioning_profile.
- Run
./do_all.sh
in shell. - The newly created *-patch.ipas are flex injected and resigned. Install them to your devices.