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 tvOS support #61

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

add tvOS support #61

wants to merge 3 commits into from

Commits on Oct 30, 2024

  1. Add tvOS target

    - Rename every invocation of forbidden_api() to custom_forbidden_api()
    then used asm ("_forbidden_api") to force it to resolve to the original
    symbol
    
    - Add IOKit.tbd because tvOS does not have IOKit.framework.
    
    Signed-off-by: Nick Chan <[email protected]>
    asdfugil committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    73e90d9 View commit details
    Browse the repository at this point in the history
  2. Fix MSFindSymbol when patched dyld to run on mismatched platforms

    This is the case when running in the palera1n binpack. Only libellekit
    needs this treatment.
    
    Signed-off-by: Nick Chan <[email protected]>
    asdfugil committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    665a314 View commit details
    Browse the repository at this point in the history
  3. actions: Add tvOS release workflow

    Signed-off-by: Nick Chan <[email protected]>
    asdfugil committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7ab10b0 View commit details
    Browse the repository at this point in the history