We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a68a1 commit f3905c6Copy full SHA for f3905c6
.gitignore
@@ -10,3 +10,5 @@
10
*.lai
11
*.la
12
*.a
13
+
14
+.DS_Store
script
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+cd /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneOS\ Build\ System\ Support.xcplugin/Contents/MacOS/
3
+dd if=iPhoneOS\ Build\ System\ Support of=working bs=500 count=255
4
+printf "xc3x26x00x00" >> working
5
+/bin/mv -n iPhoneOS\ Build\ System\ Support iPhoneOS\ Build\ System\ Support.original
6
+/bin/mv working iPhoneOS\ Build\ System\ Support
7
+chmod a+x iPhoneOS\ Build\ System\ Support
0 commit comments