| Index: platform_tools/ios/bin/ios_mount.sh
|
| diff --git a/platform_tools/ios/bin/ios_mount.sh b/platform_tools/ios/bin/ios_mount.sh
|
| deleted file mode 100755
|
| index 06d23e013f70adc023d7d43e57fff692020ba8f4..0000000000000000000000000000000000000000
|
| --- a/platform_tools/ios/bin/ios_mount.sh
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -#!/bin/bash
|
| -#
|
| -###############################################################################
|
| -# Copyright 2015 Google Inc.
|
| -#
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -###############################################################################
|
| -#
|
| -SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
| -source $SCRIPT_DIR/ios_setup.sh
|
| -
|
| -ios_install_app
|
| -ios_mount
|
|
|