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

[msbuild] Add support for Metal in the simulator. Fixes #7392. (#7983) #7991

Merged
merged 2 commits into from
Feb 28, 2020

Conversation

rolfbjarne
Copy link
Member

This is a backport of #7983.

This also requires a backport of #7226:

[msbuild] Provide the correct value for the operating system for tvOS and
watchOS to a few tasks. Fixes #6200. (#7226)

The problem with #6200 was that we'd pass -mios-version-min=x.y to the metal
tool even for tvOS apps. This fixes it so that now pass -mtvos-version-min.

Fixes #6200.

… and watchOS to a few tasks. Fixes dotnet#6200. (dotnet#7226)

The problem with dotnet#6200 was that we'd pass -mios-version-min=x.y to the metal
tool even for tvOS apps. This fixes it so that now pass -mtvos-version-min.

Fixes dotnet#6200.
@rolfbjarne rolfbjarne added enhancement The issue or pull request is an enhancement requires-approval-before-merge The pull request requires special approval before it can be merged labels Feb 27, 2020
@monojenkins
Copy link
Collaborator

Build success
Build succeeded
API Diff (from stable)
API Diff (from PR only) (no change)
Generator Diff (no change)
Test run succeeded

@chamons
Copy link
Contributor

chamons commented Feb 28, 2020

👍

@rolfbjarne rolfbjarne merged commit ad15106 into dotnet:xcode11.4 Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue or pull request is an enhancement requires-approval-before-merge The pull request requires special approval before it can be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants