diff options
Diffstat (limited to 'build/mac')
-rwxr-xr-x | build/mac/dump_app_syms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/mac/dump_app_syms b/build/mac/dump_app_syms index ff66732..31d464b 100755 --- a/build/mac/dump_app_syms +++ b/build/mac/dump_app_syms @@ -85,5 +85,5 @@ done if [ ! -e "${DSYM_TAR_PATH}" ] ; then # Change directory so that absolute paths aren't included in the archive. (cd "${BUILT_PRODUCTS_DIR}" && - tar --owner 0 --group 0 -jcf "${DSYM_TAR_PATH}" "${DSYMS[@]}") + tar -jcf "${DSYM_TAR_PATH}" "${DSYMS[@]}") fi |