Let's assume I have a private artefact repository. It requires an authentication in order to access stored files. How do I pass this authentication through carthage?
Only way right now would be to put it in the URL. https://username:[email protected]/
Looks like if you have a credential in your keychain URLSession will look up that: https://developer.apple.com/documentation/foundation/urlsession
By looking up Internet passwords and certificates in the user鈥檚 keychain (in macOS) or the app鈥檚 keychain (in iOS)
Most helpful comment
Looks like if you have a credential in your keychain
URLSessionwill look up that: https://developer.apple.com/documentation/foundation/urlsession