[dotnet] Add support for Mac Catalyst. Fixes #10287.#10699
Merged
rolfbjarne merged 12 commits intodotnet:mainfrom Feb 24, 2021
Merged
[dotnet] Add support for Mac Catalyst. Fixes #10287.#10699rolfbjarne merged 12 commits intodotnet:mainfrom
rolfbjarne merged 12 commits intodotnet:mainfrom
Conversation
New commits in spouliot/Touch.Unit: * xamarin/Touch.Unit@2888630 Merge remote-tracking branch 'origin/main' into dotnet-maccatalyst-touch-client * xamarin/Touch.Unit@0733fa3 Add a reference to Xamarin.iOS. * xamarin/Touch.Unit@e34eeaf [Touch.Client] Add a .NET version of the MacCatalyst version of Touch.Client. * xamarin/Touch.Unit@31d94bb [Touch.Client] Add a Mac Catalyst version for .NET 6. (dotnet#98) * xamarin/Touch.Unit@425c3b2 [Touch.Server] Fix parsing of -address, -port and -logpath options (dotnet#97) Diff: https://github.com/spouliot/Touch.Unit/compare/05db76923adb03b3bbca5b2a354a1bb531e4982d..28886303e8e85d1464f087742a8f22ed26435167
…er.FrameworkCurrentDirectory correctly.
So that Driver.DeveloperDirector is set correctly.
spouliot
approved these changes
Feb 23, 2021
tj-devel709
approved these changes
Feb 23, 2021
Collaborator
❌ Tests failed on Build ❌Tests failed on Build. Test results6 tests failed, 175 tests passed.Failed tests
Pipeline on Agent XAMBOT-1094' |
This reverts commit a65d579.
New commits in spouliot/Touch.Unit: * xamarin/Touch.Unit@a33e0c3 [Touch.Client] Add a .NET version of the MacCatalyst version of Touch.Client. (dotnet#99) * xamarin/Touch.Unit@31d94bb [Touch.Client] Add a Mac Catalyst version for .NET 6. (dotnet#98) * xamarin/Touch.Unit@425c3b2 [Touch.Server] Fix parsing of -address, -port and -logpath options (dotnet#97) Diff: https://github.com/spouliot/Touch.Unit/compare/05db76923adb03b3bbca5b2a354a1bb531e4982d..a33e0c3f2e80f3ff2e2d9078a82a260b20d259a9
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Misc changes to add support for Mac Catalyst + added some tests as well.
Fixes #10287.