-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[clr-ios] Update iOS on CoreCLR docs #120482
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
[clr-ios] Update iOS on CoreCLR docs #120482
Conversation
Tagging subscribers to 'os-ios': @vitek-karas, @kotlarmilos, @steveisok, @akoeplinger |
/ba-g Only a markdown file was updated. |
According to this document description, why is release build not supported yet? |
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.
Pull Request Overview
This PR significantly expands and restructures the iOS on CoreCLR documentation, transforming it from a basic cross-compilation guide into comprehensive experimental support documentation. The changes improve documentation quality by adding detailed instructions, prerequisites, and troubleshooting information.
Key changes:
- Complete restructuring with table of contents and organized sections
- Addition of comprehensive build instructions for multiple iOS/tvOS platforms
- Enhanced sample app building and running instructions with debugging support
/ba-g markdown changes |
/ba-g Only a markdown file was updated. |
On my local machine, I've managed to verify that the instructions work on When running the HelloiOS app for |
Description
This PR updates the iOS on CoreCLR docs.