Skip to content

docs+fix(examples/mobile): Add platform build guides and improve iOS simulator boot #17705

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

devxpain
Copy link

@devxpain devxpain commented Feb 6, 2025

  • Updated examples/mobile/Makefile to call open -a Simulator before xcrun simctl boot, ensuring the Simulator.app launches correctly.
  • Added README.md with build and run instructions for Android, iOS, and Desktop.

Copy link
Contributor

github-actions bot commented Feb 6, 2025

Welcome, new contributor!

Please make sure you've read our contributing guide and we look forward to reviewing your pull request shortly ✨

@devxpain devxpain force-pushed the main branch 2 times, most recently from 5fbb7c5 to cdb3d8b Compare February 6, 2025 11:12
@alice-i-cecile alice-i-cecile added A-App Bevy apps and plugins C-Docs An addition or correction to our documentation O-Android Specific to the Android mobile operating system O-iOS Specific to the iOS mobile operating system C-Usability A targeted quality-of-life change that makes Bevy easier to use S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Feb 9, 2025
@Vrixyz
Copy link
Member

Vrixyz commented May 17, 2025

@Vrixyz Vrixyz added S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged and removed S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels May 17, 2025
devxpain added 2 commits May 18, 2025 13:04
Add `open -a Simulator` to the `boot-sim` Makefile target before calling `xcrun simctl boot`. This helps ensure the Simulator application is properly launched, which can improve the reliability of the boot command.
…nd Desktop

- Added comprehensive build and execution guidance for Android (Gradle/ADB), iOS (Xcode/Makefile), and desktop environments
- Includes detailed steps for emulator setup, device debugging, and release configurations
@devxpain devxpain changed the title feat(mobile): unify build settings and plugin logic for mobile and desktop docs+fix(examples/mobile): Add platform build guides and improve iOS simulator boot May 18, 2025
@devxpain
Copy link
Author

@Vrixyz I’ve updated the PR with the requested changes. Please let me know if there’s anything else I can improve!

@Vrixyz Vrixyz added S-Needs-Review Needs reviewer attention (from anyone!) to move forward and removed S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged labels May 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-App Bevy apps and plugins C-Docs An addition or correction to our documentation C-Usability A targeted quality-of-life change that makes Bevy easier to use O-Android Specific to the Android mobile operating system O-iOS Specific to the iOS mobile operating system S-Needs-Review Needs reviewer attention (from anyone!) to move forward
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants