Nacho Ruiz Martin
11/12/2021, 5:19 PMankushg
11/12/2021, 5:21 PMNacho Ruiz Martin
11/12/2021, 5:22 PMankushg
11/12/2021, 5:51 PMCopy
task. We declare the xcframework file as a vendored_frameworks
and we also insert the project version number into the podspec using steps like this: https://blog.mrhaki.com/2010/10/gradle-goodness-parse-files-with.html
Finally, we publish it to a private spec repo!
You can follow some of the steps here: https://guides.cocoapods.org/making/private-cocoapods.html
We personally just automate a git push though because we don't want to deal with ruby in our CI pipeline 🙃Nacho Ruiz Martin
11/12/2021, 5:51 PMankushg
11/12/2021, 6:12 PMNacho Ruiz Martin
11/14/2021, 2:18 PM