Skip to content

mlyixi/CodeSignBreak

Repository files navigation

CodeSignBreak

This is a tool that patches Xcode6(-) and your projects in order to let you install your apps on your jailbreak device with appsync like JailCoder which not updates now(on 10.10 and Xcode6 crashed).

As to Xcode7(+), there are no need to hack Xcode and projects to debug on devices. Just create your free Signing Identities in Xcode--Preference--Accounts--AppleIDs--View Details and fix the warning. Download Link

Requirements

On your computer

There are two methods to install Xcode:

  1. drag from dmg to /Applications.

  2. install from Appstore.

The latter installs the Xcode as root with group wheel while the former as login user with group admin. However, the owner of one iPhoneSimulator dynamic libs 'dyld_sim' must be root

Detail: find . -user root -print /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/dyld_sim /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/man/whatis /Applications/Xcode.app/Contents/Developer/usr/share/man/whatis

It's not a good option to elevate privileges in applications. So if you installed Xcode in Appstore, change its group to admin by following command:

sudo chgrp -R admin /Applications/Xcode.app 

On your device

  1. Jailbreak

  2. appsync(not ppsync)

Testing

I just have one device to test. So if you run CodeSignBreak well, it's pleasure to inform me.

  • Xcode 6.3 with iOS8.1 on 10.10.3
  • Xcode 6.1 with iOS8.1 on 10.10.1
  • Xcode 5.1 with iOS8.1 on 10.9.3

What CodeSignBreak does

Announcement

For developers of personal interest only.

About

Code Sign for Jailbreak Device (iOS8)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published