How to extract xip archive using command line?

后端 未结 6 889
说谎
说谎 2021-02-04 05:55

I searched around how to extract XIP archive using command line with no luck so I am leaving my own solution, as a bash function, here.

I found my inspirati

6条回答
  •  春和景丽
    2021-02-04 06:33

    On macOS Mojave (not sure about other OS versions), navigate to the directory into which you’d like to expand the contents, then run xip --expand /path/to/xip.xip. For instance:

    iMac:Applications jeff$ xip --expand /Users/jeff/Downloads/Xcode_11_Beta.xip
    

提交回复
热议问题