You can specify a username and password for a pod source in the ios.pods.sources build hint. E.g. ios.pods.sources=https://username:[email protected]/myprivatesource
The build server will parse this out and generate the appropriate netRC file to make the connection. (Multiple sources can be included, separated by a comma or semi-colon). You can also add your own custom podspecs in your project's native/ios/podspecs directory. See this sample project as an example https://github.com/shannah/TestCustomPodspec Steve On Fri, Aug 30, 2019 at 4:48 AM Hasni Faiçal <[email protected]> wrote: > Thank you for your help, this is the same explained here to install > library from artifactory repository > https://www.jfrog.com/confluence/display/RTF/CocoaPods+Repositories, > Following your instructions we will expose the library to public. > Is there any way to run those instruction as scripts while building the > project? may be using build.xml for example? > > This is urgent > > On Fri, Aug 30, 2019 at 3:45 AM Shai Almog <[email protected]> wrote: > >> Hi, >> I'm guessing here but you can probably create a podspec file with the >> content of step 4. >> Also you would need to add the URL from step 3 to the pod hints. I think >> the rest should just work but I'll need to check. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "CodenameOne Discussions" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/codenameone-discussions/6df29235-bc55-449b-a987-d3b01f9fcf94%40googlegroups.com >> <https://groups.google.com/d/msgid/codenameone-discussions/6df29235-bc55-449b-a987-d3b01f9fcf94%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > > > -- > > Faiçal HASNI > Software engineer - DevOps & Full-Stack software development > T : +212 696-180072 > E : [email protected] > L : Add me on LinkedIn <https://www.linkedin.com/in/fhasni/> > > -- > You received this message because you are subscribed to the Google Groups > "CodenameOne Discussions" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/codenameone-discussions/CAAT5ZimRxcdZABOk0vyVEbh7Xn7BZXL7Yzu8ziGFBSqZ8qeo8Q%40mail.gmail.com > <https://groups.google.com/d/msgid/codenameone-discussions/CAAT5ZimRxcdZABOk0vyVEbh7Xn7BZXL7Yzu8ziGFBSqZ8qeo8Q%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKURs56mPqFoPfFgo0JDOgv6jHAMpOT83k-B73MuYSvyUA%40mail.gmail.com.
