diff options
author | Jim Van Verth <jvanverth@google.com> | 2017-11-29 11:42:33 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-11-29 17:06:25 +0000 |
commit | 329c5a6d826b7b90e5e75ec0a7824c75ed5f8077 (patch) | |
tree | cdc91f8575ad0f6b210d3df484bacdf439320dec /site/user/sample | |
parent | 19ea45ef538b0cbcd2088e85fa7e88384d6932e3 (diff) |
Bundle resources and skps directories into iOS app.
Will bundle resources/ for viewer (and skps/ if
that directory exists in the main Skia directory).
Also updates file code on iOS to fall back to bundle directory.
Docs-Preview: https://skia.org/?cl=76803
Bug: skia:7339
Change-Id: I244f67559c866451a6d02c3f1c4948d89457ec84
Reviewed-on: https://skia-review.googlesource.com/76803
Commit-Queue: Jim Van Verth <jvanverth@google.com>
Reviewed-by: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'site/user/sample')
-rw-r--r-- | site/user/sample/viewer.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/user/sample/viewer.md b/site/user/sample/viewer.md index 340c3e1896..f30888dd16 100644 --- a/site/user/sample/viewer.md +++ b/site/user/sample/viewer.md @@ -49,4 +49,4 @@ Swiping left and right will switch slides, pinch-zoom will zoom in and out, and iOS --- -The viewer is not yet fully supported on iOS, but can be used to display individual slides on a device by launching via `ios-deploy` with the `--match` or `--slide` command-line options. +The viewer is not yet fully supported on iOS, but can be used to display individual slides on a device by launching via `ios-deploy` with the `--match` or `--slide` command-line options. The viewer will automatically bundle the `resources` directory in the top-level Skia directory, and will bundle an `skps` directory if also placed in the Skia directory. |