this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

README: Working with XIP, link to mc .pkg

+10
+10
README.md
··· 41 41 Darling [~]$ installer -pkg mc-4.8.7-0.pkg -target / 42 42 ```` 43 43 44 + The Midnight Commander package from the above example is [available for download](https://osdn.net/projects/darling/storage/apps/mc-4.8.7-0.pkg). 45 + 44 46 You can uninstall and list packages with the `uninstaller` command. 45 47 46 48 ### Working with DMG images ··· 60 62 61 63 Congratulations, you have just compiled and run your own Hello world application with Apple's toolchain. 62 64 65 + ### Working with XIP archives 66 + 67 + Xcode is now distributed in `.xip` files. These can be installed using `unxip`: 68 + 69 + ``` 70 + cd /Applications 71 + unxip Xcode_11.3.xip 72 + ```