Hi gang!
I'm experimenting with binary targets for our CI systems as a way to reduce build times. I've gotten the basic binary targets working but we would always like to cache these things closer to home. I know that I can simply host the zip files on a server inside of our network, but we also have Artifactory and I was wondering about the package registry function.
My understanding is that it allows spam/Xcode to download a zip bundle of the package repo instead of a tedious cloning process. Assuming this is correct, is there a way to combine the registry with a binary target?
My best guess would be to have the binary target in the root of the repo and then point to it as a local binary target in the manifest. If this is the case then do you actually need the rest of the repo files in the registry zip files? Could it just deliver the binary target and the manifest?
Thanks.