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

Add documentation for building native libraries with NativeAOT targeting iOS-like platforms #6997

Closed

Conversation

ivanpovazan
Copy link
Member

@ivanpovazan ivanpovazan commented Nov 8, 2024

Summary

This PR adds documentation describing how to build and consume native libraries with NativeAOT targeting iOS-like platforms.


Fixes dotnet/runtime#96742
Contributes to: dotnet/runtime#96664

@ivanpovazan ivanpovazan requested a review from a team as a code owner November 8, 2024 16:51
@@ -0,0 +1,250 @@
# iOS-like Native Libraries with NativeAOT in .NET 9
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is samples repo, so there should a working sample that shows you how to do it.

If you do not want to turn this into an actual sample, should this rather be in the docs?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you are right, this fits better in the docs repository.
I created a PR there instead.

@ivanpovazan
Copy link
Member Author

Closing in favour of dotnet/docs#43397

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.

[ios][docs] Document how iOS library mode is supported
2 participants