Skip to content

Commit f3905c6

Browse files
committed
test
1 parent f2a68a1 commit f3905c6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
*.lai
1111
*.la
1212
*.a
13+
14+
.DS_Store

script

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)