diff options
author | Memphiz <memphis@machzwo.de> | 2018-02-18 18:43:26 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2018-07-11 23:05:32 +0200 |
commit | c3e7b058e48394215714a6a631fca2b3e1b9bcf9 (patch) | |
tree | 1c51988aabfdafa726b11a0c5121053438e23ac6 /tools/darwin | |
parent | a6423184e1b5a12590d0e70d8656a13d17f7eb99 (diff) |
[ios/codesign]: - do the fakesign on the whole app not only the binary
Diffstat (limited to 'tools/darwin')
-rwxr-xr-x | tools/darwin/Support/Codesign.command | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/Support/Codesign.command b/tools/darwin/Support/Codesign.command index ae7558aeeb..8602627ca4 100755 --- a/tools/darwin/Support/Codesign.command +++ b/tools/darwin/Support/Codesign.command @@ -23,7 +23,7 @@ if [ "${PLATFORM_NAME}" == "iphoneos" ] || [ "${PLATFORM_NAME}" == "appletvos" ] #do fake sign - needed for jailbroken ios5.1 devices for some reason if [ -f ${LDID} ]; then - ${LDID} -S ${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/${APP_NAME} + ${LDID} -S ${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME} fi # pull the CFBundleIdentifier out of the built xxx.app |