Olivier Halligon
Olivier Halligon
I'm actually unsure if we use/need list of locale codes in the iOS Fastfiles like we do in the Android ones 🤔 at least yet? A quick look seem to...
Encountered this issue when I worked on fixing `publish_pod` to add support for `--synchronous` when publishing co-dependent podspecs from a single repo. See https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/pull/85 TL;DR: `pod trunk push --synchronous` relies...
According to @mrackwitz in Slack just now: > [It was] to avoid complexity, because there are situations, where you wouldn't be able to ensure that you can build it in...
I think we should also explain somewhere in the guides why a pod containing Swift _must_ be compiled as a framework and can't be a static library. The reason being...
Oh, ok, nevermind, I didn't see the left-hand-side menu :confused:. But still, if someone asked me about this after searching the guides, and I wasn't able to find it myself...
> I would leave that to Google... The problem is that I _did_ google for `vendored_frameworks` in guides, and [got only 2 results](https://www.google.com/search?q=vendored_frameworks+site%3Aguides.cocoapods.org&ie=UTF-8): - one redirecting to the home of...
Improving the design by making it more clear that the menu on the left is expandable (thus "file patterns" does actually hide a submenu) would also help. Either by adding...
Also I believe that the paragraph on the home page mentioning the links to the Podfile and podspec DSLs and CL-API are way too discreet > We also have you...
I am officially withdrawing from this issue, because I don't know about Google SEO and how to resolve the fact that Google always link to root and all. Note: This...
Also, some guides don't have the "Reader Mode" available, e.g. http://guides.cocoapods.org/using/getting-started.html (even though there is an `article` element in this page)