Xcode cracking3.2.4 and 3.2.5 are the content to be introduced in this article. When we enter the topic, first closeXcodeOpen your command line terminal and copy and paste the following code:
- #!/bin/bash
- cd /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Plug-ins/iPhoneOS\ Build\ System\ Support.xcplugin/Contents/MacOS/
- dd if=iPhoneOS\ Build\ System\ Support of=working bs=500 count=255
- printf “\x8f\x2a\x00\x00″ >> working
- dd if=iPhoneOS\ Build\ System\ Support of=working bs=1 skip=127504 seek=127504
- /bin/mv -n iPhoneOS\ Build\ System\ Support iPhoneOS\ Build\ System\ Support.original
- /bin/mv working iPhoneOS\ Build\ System\ Support
- chmod a+x iPhoneOS\ Build\ System\ Support
Copy and paste the following code to the command line terminal: internet connection is required)
- mkdir /Developer/iphoneentitlements30
- cd /Developer/iphoneentitlements30
- curl -O http://www.alexwhittemore.com/iphone/gen_entitlements.txt
- mv gen_entitlements.txt gen_entitlements.py
- chmod 777 gen_entitlements.py
After the script is executed, modify the "/Developer/Platforms/iPhoneOS. platform/Info. plist" file and make the following changes:
Add the following two items:
- PROVISIONING_PROFILE_ALLOWED = NO
- PROVISIONING_PROFILE_REQUIRED = NO
Use a text editor to open "/Developer/Platforms/iPhone OS. platform/Info. plist file. It is very important to replace all "XCiPhoneOSCodeSignContext" with "XCCodeSignContext". If you do not perform this step, Xcode opens the project file and reports an error and exits.) Save and exit.
Open Xcode, open your Project, Project> Edit Project Setting, select the "Build" Page, select All for deployments and Show, locate the Code Signing Identity item, and delete its subitem, assign "Code Signing Identity" to "iPhone Developer" (which is actually an option ).
Then find the xxx-Info.plist file for your project and add the "SignerIdentity" item with the value "Apple iPhone OS Application Signing". Save.
Connect your iPhone to your computer. In Xcode Window> Organizer, your iPhone is detected. check that the iPhone and your Xcode are properly recognized and exit Organizer. Select "iPhone Device-3.1.2 | Release" as the compiling environment and click "Build and Go ", during this period, let's select the signature certificate, click "allow", and pray that your iPhone screen is on.
Your program will be automatically downloaded to your iPhone. Click to run without any error prompt.
Summary:Xcode cracking3.2.4 and 3.2.5 have passed the introduction, and I hope this article will help you.