Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.69 KB

README.md

File metadata and controls

38 lines (32 loc) · 1.69 KB

Snapchat Reloaded

An iOS Tweak for non-jailbroken devices for Snapchat

###Current features:

  • Block screenshot detection
  • Remove caption character limit
  • Remove timer and timer UI
  • Save images to camera roll

###Planned features:

  • Saving to camera roll

#####Thanks to

  • Giovanni Di Grezia, whose code served as the basis for the patchapp.sh revisions
  • andugu, who made the original modifications to theos-jailed that served as the initial launching point for this project
  • Alex Zielenski, whose project optool made this possible
  • theos-jailed, which provided the base code for installing app tweaks to non-jailbroken iOS devices using XCode

Requirements

How to install

  • Uninstall Snapchat from the iOS device.
  • Extract or download an Snapchat decrypted ipa file.
  • Place an symlink in the project folder named theos pointing to the theos-jailed folder you downloaded: ln -s /path/to/theos-jailed/ theos
  • Run make package
  • Run ./patchapp.sh info /path/to/your/file.ipa
  • Take the information from that and use XCode to create a Provisioning Profile
  • Run .patchapp.sh patch /path/to/Snapchat.ipa BUNDLE_ID to inject the tweak into the .ipa (get the BUNDLE_ID from the info command)
  • Install the .mobileprovision to the device
  • Install the ipa to the device