This app is designed to "clone" iOS apps on jailbroken devices with AppSync installed. It works like this:
- Copying original app contents.
- Replacing occurences of bundle ID in all Info.plist files to new ones.
- Packing app to IPA archive.
- Requesting install of app via itms-services protocol.
That's it!
- swifter - Tiny http server engine written in Swift programming language
- Zip - Swift framework for zipping and unzipping files
You can download the latest .ipa from here.
Alernatively, you can build the project manually. Make sure you have Carthage installed. Run the following commands:
$ git clone https://github.com/ZonD80/duppy.git
$ cd duppy2/
$ carthage update --platform iOS
$ open duppy2.xcodeproj
GNU General Public License v3.0. See LICENSE file for further information.
I personally feel fine with existing features, but this is what you can improve by making a PR:
- Add app icons to table
- Make webserver that is used for itms-services run when app is minimised
- Make interface more fancy
- Allow to update duplicated app by matching it bundle ID with "duppy" and copying from original app over duplicated app
- Make free space checks (at least 2x space of size original uncompressed app folder should be available)