Fabian-Lars
Fabian-Lars
nah i'll add ios too but let users test it instead of testing it in this repo. Apple gatekeeps .ipa generation behind a (paid?) developer account even though it's literally...
yes, something like this (iirc "patch" files) is planned but mostly unrelated to this repo. This is why the templates don't have the gen/android & gen/apple folders in the .gitignore...
Android should work. check out the git diff of this pr for an example workflow (it's missing signing which is required to be able to install the APK!)
You will need 2 Ubuntu entries in the matrix. One for desktop and one for mobile with the extra cli args.
> It should be noted somewhere that iOS will only build if runs-on: macos is set.  This will of course be added to the readme too once I actually...
Hmm yeah, the wording is not final and I will keep that in mind, thanks. Just wanted to make it clear that setting it on the wrong runner won't make...
Yeah, but that is not really relevant for us here. Again, at least with the current plan, the action will ignore the includeIOS setting on Linux/windows and therefore just skip...
Yeah it's probably not in the code yet, but that's what I wanted to say in the screenshot :) Anyway, thanks for the feedback so far!
Do you mean "ourselves" as in the users of Tauri or us tauri / the tauri team? If it's the latter then we honestly can't handle the additional workload /...
I'm not totally against adding docs for vcpkg but as far as i am aware vcpkg is a very very rare requirement for tauri apps (you're the second one i...