-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS workflow support #587
iOS workflow support #587
Conversation
making everything iOS related a little cleaner
ipa files are already compressed, compressing them again might increase the size again
building with -v increases file sizes
@fritzlb is attempting to deploy a commit to the Linwood Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing.
It would be nice if you could add a docs/community/download/ios.md file and link it on the download site (you can copy the content of macos.md). I would only release nightly versions with it. Here it would be cool if you can add a guide how to install it.
On this download page you could link to the issue where we can post new updates.
Co-authored-by: CodeDoctor <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I added iOS.md, the minimum target is 12.0 and updated the iOS building instructions. Is there anything else that needs to be done? |
If you add the download-artifact to Do you want to add the Uniform Type Identifiers to all |
ios.md has an error:
|
the deployment section should be fixed by now, I'd probably have to set up sth to test it. I have pretty much no experience with uniform type identifiers so I'd be cool if you could add them :) |
Thanks for your contribution! One small tip: it is a bit harder to review the changes if you commit on every small change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, looks good to me!
updated build.yml to support building for iOS. Butterfly on iOS can be sideloaded using altstore (or sth similar) but is not stable at all atm, things like trying to access the camera result in a crash.
Partially solves #244