aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/testing/ios.md
diff options
context:
space:
mode:
authorGravatar Andrew Monshizadeh <amonshiz@fb.com>2018-01-10 09:55:05 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-11 19:47:58 +0000
commit9d6681cc70095b5be6523873a9de54b02ec65086 (patch)
treebd92d441e53c164e9bfbfb94ee3ade8ba89902fd /site/dev/testing/ios.md
parentd75fdc64be5cbbc11660ea4e6e9be4b84e407c79 (diff)
Changes to site documentation
Mostly just formatting fixes with a few grammatical changes. Two real notable changes: - Removed references to SkGLCanvas from Tips & FAQ and replaced with references to `SkDevice` and `SkSurface`. - Deleted deprecated "Quick Start Guides" folder Docs-Preview: https://skia.org/?cl=92361 Bug: skia: Change-Id: Ief790b1c2bae8fe0e39aa8d66c79f80560d18c9e Reviewed-on: https://skia-review.googlesource.com/92361 Reviewed-by: Heather Miller <hcm@google.com> Reviewed-by: Joe Gregorio <jcgregorio@google.com> Commit-Queue: Joe Gregorio <jcgregorio@google.com>
Diffstat (limited to 'site/dev/testing/ios.md')
-rw-r--r--site/dev/testing/ios.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/dev/testing/ios.md b/site/dev/testing/ios.md
index e6535e17ea..5ae5368fc6 100644
--- a/site/dev/testing/ios.md
+++ b/site/dev/testing/ios.md
@@ -24,6 +24,7 @@ Follow these steps to install them:
(Note: All these are part of the *libimobiledevice* project but packaged/developed
under different names. The *cask* extension to *brew* is necessary to install
*osxfuse* and *ifuse*, which allows to mount the application directory on an iOS device).
+
```
brew install libimobiledevice
brew install ideviceinstaller
@@ -31,7 +32,9 @@ brew install caskroom/cask/brew-cask
brew install Caskroom/cask/osxfuse
brew install ifuse
```
+
* Install node.js and ios-deploy
+
```
$ brew update
$ brew install node