From f1b8860e0afb151741ce7db0d1b10ba274d56af2 Mon Sep 17 00:00:00 2001 From: Matthew Flint <355086+mflint@users.noreply.github.com> Date: Tue, 22 Sep 2020 10:43:51 +0100 Subject: [PATCH] xip: add page (#4350) --- pages/osx/xip.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/osx/xip.md diff --git a/pages/osx/xip.md b/pages/osx/xip.md new file mode 100644 index 0000000000..d666df29cd --- /dev/null +++ b/pages/osx/xip.md @@ -0,0 +1,8 @@ +# xip + +> Create or expand compressed files in a secure xip archive. +> Only archives signed by Apple are trusted, so this tool should not be used to create archives. + +- Expand the archive into the current working directory: + +`xip --expand {{path/to/file.xip}}`