cocoapods-art icon indicating copy to clipboard operation
cocoapods-art copied to clipboard

Specify source URLs in Podfile

Open Ashton-W opened this issue 9 years ago • 5 comments

May I suggest adding syntax to the plugin sources to allow specifying the artifactory URL in the Podfile:

plugin 'cocoapods-art', :sources => {
    'artifactory-local' => 'http://art-prod.company.com:8081/artifactory/api/pods/myRepo'    
}

To eliminate the need to add all the sources manually.

Ashton-W avatar Jun 24 '16 09:06 Ashton-W

That would greatly ease developer's environment setup, "reducing" it to just creating the .netrc file. I definetely vote for this suggestion.

mirkoluchi avatar Jan 28 '17 14:01 mirkoluchi

Any news on this? It's extremely inconvenient to have to each all developers about artifactory.

ansman avatar May 01 '18 20:05 ansman

We like this suggested improvement. In case anyone would like to contribute the code for this feature, please let us know.

eyalbe4 avatar May 01 '18 23:05 eyalbe4

Check it out: https://github.com/lursk/cocoapods-art/tree/podfile-source-url It's a draft, but it works. When I have some more time, I'll try to improve it a little bit.

lursk avatar Nov 09 '18 22:11 lursk