Add xip support#12
Conversation
|
@juliandunn any updates? |
|
XIP is not something that should be managed by the Xcode cookbook IMHO, this is something that belongs in DMG or ARK cookbooks IMHO. And besides because you need to host the XCode installer on your systems (can't download from Apple directly) converting the XIP to DMG is also an option that fixes this. @Brantone |
|
But who should convert the XIP to DMG? |
|
Conversion XIP -> DMG the team that also manages the build farm perhaps. Yes the Apple shares Xcode as a XIP archive which is why the Adding that code to this cookbook will be a mess that nobody will want to clean up later and only burden the maintainers of keeping XIP support alive. If you want to include XIP then I suggest you work with the DMG or ARK cookbook maintainers to include support for it there and then update this cookbook to depend on one of those cookbooks. PS. Having just re-written this cookbook to be a custom resource (#10), I certainly wouldn't want to support XIP here. |
|
Hi @Sauraus, I try to integraded To extract typical xip archive: but as you know now, for Xcode.xip isn't enough. Also I think Xcode8+ is more important than 7 or less. |
I added xip support like mentioned in #11 with serverspec test.