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 Catalyst (iOS apps running on macOS) target #63467

Merged
merged 1 commit into from
Aug 15, 2019
Merged

Add Catalyst (iOS apps running on macOS) target #63467

merged 1 commit into from
Aug 15, 2019

Commits on Aug 11, 2019

  1. Add initial files for iOS catalyst / macabi support

    This is a first attempt of adding support for the new Apple Catalyst ABI (i.e. running iOS apps on macOS). Currently, `rustc` supports the iOS and iOS simulator targets for iOS:
    - iOS: ARM cpu, iOS SDK, linked agains the iOS ABI
    - Simulator: X86_64 cpu, iOS SDK, linked against the iOS ABI
    
    Apple Catalyst will add an additional target:
    - Macabi: X86_64 CPU, iOS SDK, linked again the macOS ABI.
    
    Note, it the actual SDK is the also the macOS 10.15 SDK, but the symbols are the iOS SDK symbols as they were added to macOS with 10.15.
    
    This commits adds the files for this new target triple.
    terhechte committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    af1e668 View commit details
    Browse the repository at this point in the history