mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 21:43:08 +00:00
15 lines
424 B
Plaintext
15 lines
424 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, osx]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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.
|
|
> More information: <https://keith.github.io/xcode-man-pages/xip.1.html>.
|
|
|
|
- Expand the archive into the current working directory:
|
|
|
|
`xip --expand {{path/to/file.xip}}`
|