What is .xip files
it’s similar to zip but with digital signature that can be verified before it’s extracted. It’s usually the extension of Xcode when downloaded from developer portal
How to extract .xip files
To extract .xip files, run this command on terminal
xip -x ‘path/to/xip/files
e.g:
xip -x ~/Downloads/Xcode_11_3.xip
Linked Notes:
Today I learn
I believe that we can learn something new everyday, that’s why I set this page to record what I learn during the day.