Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: support android & ios as output to build .apk and .ipa #107

Merged
merged 2 commits into from
Mar 12, 2024

Conversation

aralroca
Copy link
Collaborator

@aralroca aralroca commented Mar 12, 2024

Fixes #108

Now it is possible to transform the web into an app for desktop (previously possible), android and ios. For android and ios I have integrated it with the Tauri 2 beta to make it easy for developers by changing only a single configuration property. This property in a pipeline can be put in an environment variable and use a SO matrix to generate all the executables (especially useful for desktop app to use native things of each OS).

To understand how it works, watch the video of this Tweet: https://twitter.com/aralroca/status/1766960508891017618

@aralroca aralroca self-assigned this Mar 12, 2024
@aralroca aralroca merged commit 45e3913 into main Mar 12, 2024
1 check failed
@aralroca aralroca deleted the android-ios branch March 12, 2024 23:01
@amatiasq
Copy link
Collaborator

:jaw_drop:

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support android & ios as output to build .apk and .ipa
2 participants