iPhone 首次签名方法ldid -S helloiPhone 再签名方法ldid -s helloMac OS X 首次签名方法
export
CODESIGN_ALLOCATE=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate;
ldid -S helloMac OS X
再签名方法
export
CODESIGN_ALLOCATE=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate;
ldid -s helloldid
编译及安装方法 (Mac OS X Intel)
curl -O
tar
-zxf ldid-1.0.476.tgz
cd ldid-1.0.476
g++ -I . -o util/ldid{,.cpp} -x c
util/{lookup2,sha1}.c
sudo cp -a util/ldid /usr/bin
ldid 编译及安装方法 (Mac OS X
PPC)
curl -O
tar
-zxf ldid-1.0.476.tgz
wget -qO- *checkout*/fink/dists/10.4/unstable/crypto/finkinfo/ldid.patch?revision=1.1
| patch -p0
cd ldid-1.0.476
g++ -I . -o util/ldid{,.cpp} -x c
util/{lookup2,sha1}.c
sudo cp -a util/ldid /usr/bin