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

[AppleAppBuilder] Entitlements to run tests on catalyst using the JIT #50637

Merged
5 commits merged into from
Apr 5, 2021

Commits on Apr 2, 2021

  1. [catalyst] Add jit entitlements to AppleAppBuilder

    to use the JIT on MacCatalyst we need the hardened runtime and the JIT
    entitlement.  Otherwise mmap() with a MAP_JIT argument fails with EINVAL.
    lambdageek committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    37cc583 View commit details
    Browse the repository at this point in the history
  2. [catalyst] also add disable library validation entitlement

    To load libSystem.Native.dylib from the Resources/ directory in the .app
    bundle.  (And possibly to load libicu from homebrew)
    lambdageek committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    b05d74d View commit details
    Browse the repository at this point in the history
  3. [AppleAppBuilder] cleanup entitlements generation a little

    Use a list in the builder instead of hardcoding in the template.
    lambdageek committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    22ffcb0 View commit details
    Browse the repository at this point in the history
  4. [mono] update iOS sample to run on Catalyst too

    use `make run-catalyst`
    lambdageek committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    9239106 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d0e043 View commit details
    Browse the repository at this point in the history