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

[NativeAOT] Do not use private APIs on iOS/macOS #90430

Merged
merged 5 commits into from
Aug 12, 2023

Commits on Aug 11, 2023

  1. Use custom implementation of _dyld_find_unwind_sections on Apple

    platforms since it's a private API and it blocks uploads to TestFlight,
    iOS App Store, and Mac App Store.
    filipnavara committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7eb1c10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    422f838 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc4d2d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Add comment

    filipnavara committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    eebcca8 View commit details
    Browse the repository at this point in the history
  2. Update src/coreclr/nativeaot/Runtime/unix/UnwindHelpers.cpp

    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    filipnavara and jkotas committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    281f9f7 View commit details
    Browse the repository at this point in the history