Skip to content
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

Adds scaffolding for app. #21

Merged
merged 2 commits into from
Oct 29, 2022
Merged

Adds scaffolding for app. #21

merged 2 commits into from
Oct 29, 2022

Conversation

dvc94ch
Copy link
Contributor

@dvc94ch dvc94ch commented Oct 27, 2022

Run locally is easy. No special setup required:

cargo run

To build for mobile you have to install xbuild:

cargo install xbuild --git https://github.com/cloudpeers/xbuild --branch no-flutter

On ios a provisioning profile and key is required.

x run --device imd:55abbd4b70af4353bdea2595bbddcac4a2b7891a --provisioning-profile ~/analog-apple-credentials/wildcard.mobileprovision --pem ~/analog-apple-credentials/development.pem

On android it can be run with

x run --device adb:16ee50bc

Note that the ANDROID_HOME env variable needs to point to the android sdk.

  • builds natively
  • builds on ios
  • builds on android
  • hot reload
  • ci

PRs:

@dvc94ch dvc94ch force-pushed the dioxus-wallet branch 5 times, most recently from 8254926 to 8ec82d6 Compare October 29, 2022 13:50
@dvc94ch dvc94ch merged commit 2b801be into master Oct 29, 2022
@dvc94ch dvc94ch deleted the dioxus-wallet branch October 29, 2022 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant