| Index: platform_tools/ios/bin/ios_mount
|
| diff --git a/platform_tools/ios/bin/ios_pull.sh b/platform_tools/ios/bin/ios_mount
|
| similarity index 75%
|
| rename from platform_tools/ios/bin/ios_pull.sh
|
| rename to platform_tools/ios/bin/ios_mount
|
| index 531fccfaaf9363de8071562370035163f522b669..e42b8adc93ff26b60ec3510138170027a681eb18 100755
|
| --- a/platform_tools/ios/bin/ios_pull.sh
|
| +++ b/platform_tools/ios/bin/ios_mount
|
| @@ -7,10 +7,12 @@
|
| # found in the LICENSE file.
|
| ###############################################################################
|
| #
|
| +# Mounts the iOS device locally. See the value of IOS_MOUNT_POINT in
|
| +# ios_setup.sh for the exact location.
|
| +#
|
| +set -x -e
|
| +
|
| SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
| source $SCRIPT_DIR/ios_setup.sh
|
|
|
| -TARGET_DIR=$1
|
| -
|
| -ios_pull "*" "$TARGET_DIR"
|
| -
|
| +ios_mount
|
|
|