aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2018-02-18 18:43:26 +0100
committerMemphiz <memphis@machzwo.de>2018-07-11 23:05:32 +0200
commitc3e7b058e48394215714a6a631fca2b3e1b9bcf9 (patch)
tree1c51988aabfdafa726b11a0c5121053438e23ac6 /tools/darwin
parenta6423184e1b5a12590d0e70d8656a13d17f7eb99 (diff)
[ios/codesign]: - do the fakesign on the whole app not only the binary
Diffstat (limited to 'tools/darwin')
-rwxr-xr-xtools/darwin/Support/Codesign.command2
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