Dan G
Dan G
Ok, the Github release stuff switches on `needs.create_release.outputs.publish_to_release == 'true'` - so maybe I should add a separate extra step in `autobuild.yml` for iOS App Store upload - after the...
I'm working on adding the extra step now. Also: I've noticed that the iOS App Store upload validation (to appear in TestFlight in App Connect) requires an images assets catalog...
Hi @ann0see yes, I have Store submission working as part of the release procedure (also for macOS for the other PR). I just need to confirm what the desired behavior...
I'm actually not 100% sure on that point, so I will keep the unsigned IPA for now, to not break the existing pattern.
@emlynmac @ann0see I've updated to reflect your comments. Let me know what you think of the cert naming so far. Now doing some testing and looking at validate+upload with altool.
> Good to hear! @emlynmac Should test it on his repo Yes sure, and from the build checks above it looks like it works transparently when signing deps are not...
Update: I can get the DORA drop ratio to around 1% by playing with the `packet_buf_size`. For performance-testing, I set: ``` "throttle_cache_size": 1024, "throttle_cache_rate": 0, "throttle_rate": 0 ``` as I...
Another attempt: ``` $ docker build -t akirodeb10 -f Dockerfile.debian-10 . Sending build context to Docker daemon 109.1kB Step 1/4 : FROM debian:10 ---> 2b6f409b1d24 Step 2/4 : RUN apt-get...
Thanks @TheAssassin : I forked, patched simply as you suggested [here](https://github.com/koord-live/linuxdeploy-plugin-qt/commit/e210fdab3b07e19adbb22109cf429abf50dffeb1), and rebuilt - see builds [here](https://github.com/koord-live/linuxdeploy-plugin-qt/releases). When I build the app locally (with Qt 6.3.0 installed from aqtinstall), QtWebEngineProcess...
Update: the webengine deployer seems to be running fine (in theory) with Qt 6.3.0. I updated the CI to install Qt 6.3.0 using aqtinstall on Ubuntu 20.04. The AppImage build...