Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#11295
Adds iOS release build to CI workflows and uploads .app file.
This required updating the bluetooth link interface and expanding the NO_SERIAL_LINK checks since SerialPort isn't available for iOS. I replaced some mobile checks with NO_SERIAL_LINK when it made sense to, as technically android can use a serial gps if the serial implementation is reworked a bit (which I am working on), but since most androids only have a single serial port you could only do so if you don't already have a comm link via serial.
Edit: I just noticed #10250 and this is something that could be done in the future after my android serial updates
Edit2: Adjusted to just be CI related