Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>org.zodiaclabs.unflod_remover</string>
<key>ProgramArguments</key>
<array>
<string>/bin/rm</string>
<string>/Library/MobileSubstrate/DynamicLibraries/Unflod.dylib</string>
@stal888
stal888 / gist:10081906
Created April 8, 2014 01:49
quick xcode iOS codesigning patcher
#!/bin/bash
XCODE=`xcode-select -p`
sudo true || exit 1
sudo plutil -convert xml1 "$XCODE/Platforms/iPhoneOS.platform/Info.plist"
sudo sed -e s/XCiPhoneOSCodeSignContext/XCCodeSignContext/g -i _backup "$XCODE/Platforms/iPhoneOS.platform/Info.plist"
echo "OK."

Keybase proof

I hereby claim:

  • I am stal888 on github.
  • I am stal (https://keybase.io/stal) on keybase.
  • I have a public key whose fingerprint is 8A0C A462 F408 2CA1 1C2D B65C 0421 0322 ADBA 90D1

To claim this, I am signing this object: