Richard Szalay
Richard Szalay
I'm not sure if "tooling" is a valid point of discussion, but I'm going to shout out [Helix Publishing Pipeline](https://github.com/richardszalay/helix-publishing-pipeline), with the obvious disclaimer that it's my project. Let me...
Client side recommendations would be tricky as many people have their own processes. For SXA, we ended up using Webpack and transforming the output to Rainbow so that we could...
Hi @DuboisJoris, take a look through [this thread](https://github.com/richardszalay/fastlane-plugin-act/pull/11) for an idea of what needs to be investigated nest. I'm not working in the iOS space at the moment (and thus...
For anyone watching this thread, I've done some additional research and [the docs](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/TP40009249-SW13) seem to imply that it's totally valid to still use `CFBundleIconFiles`. So as long as you're iconset...
@chriswilke I haven't needed to actually use act in a while since I've been outside of the iOS development world, but yes you should be able to specify a `.iconset`...
You should actually be able to add this yourself by registering a custom target into the `PreTransformWebConfigDependsOn` property and adding an entry into the `WebConfigsToTransform` item. Here's the target that...
(sorry, on phone - you may want to format that 😂)
Let me know how you go, but don't close the issue even if it works because it's something that would make sense to support out of the box.
Thanks for that, it should provide a really good basis for the feature. I'm thinking it might better to explicitly include additional paths that can be transformed, that way we...
I'm going to have to get back on this when I'm back from paternity leave (~3 weeks) as this is a bigger topic than I'm able to process properly via...