Olivier Halligon

Results 355 comments of Olivier Halligon

As a side note, I noticed that our current implementation of `install_swiftpm_dependencies` [assumes that the `xcworkspace` is at the root of the repo](https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/blob/trunk/bin/install_swiftpm_dependencies#L7), and that [there's only one `xcworkspace` in...

@mokagio I've started a draft implementation of some improvements to our `install_swiftpm_dependencies` utility in https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/pull/105. This is still WIP but curious about your thoughts on the approach and your configuration...

> Just emailed you my logs. @geekygecko Closing the loop: you can find @ChristopherGoodrich logs in 9198906-zd-a8c 🙂 > The media controls on my Galaxy Watch are working in the...

**Update** I have since [updated again the implementation used by DayOne-Apple](https://github.com/bloom/DayOne-Apple/pull/25888/files#diff-078687f7428dc12c542c66a1312a12edfaa92be1105f0b16fb47a3262e2d171d) (Still Draft PR at time of writing), to make it more generic to support more than one private repo,...

💡 If we end up adding `ps1` scripts for Windows in this plugin, we might want to look at at tool like [PSScriptAnalyzer](https://www.powershellgallery.com/packages/PSScriptAnalyzer/) to lint our `.ps1` scripts on CI,...