HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

xip — Create or expand compressed files in a secure xip archive. Only archives signed by Apple are trusted

Submitted by: @import:tldr-pages··
0
Viewed 0 times
xipcreatecommandfilessecurecliexpandcompressed
macos

Problem

How to use the xip command: 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>.

Solution

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}}

Code Snippets

Expand the archive into the current working directory

xip --expand {{path/to/file.xip}}

Context

tldr-pages: osx/xip

Revisions (0)

No revisions yet.