]> git.saurik.com Git - cycript.git/blobdiff - make.sh
First test version.
[cycript.git] / make.sh
diff --git a/make.sh b/make.sh
new file mode 100755 (executable)
index 0000000..2d9cc22
--- /dev/null
+++ b/make.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+set -e
+export PKG_ARCH=${PKG_ARCH-iphoneos-arm}
+PATH=/apl/n42/pre/bin:$PATH /apl/tel/exec.sh com.saurik.winterboard make "$@"
+export CODESIGN_ALLOCATE=$(which arm-apple-darwin9-codesign_allocate)
+/apl/tel/util/ldid -S *.dylib
+make package