xamarin-macios/tools/mlaunch
Chris Hamons bfa035c615
[mlaunch] Fix permisisons after extracting from nuget (#15566)
* [mlaunch] Fix permisisons after extracting from nuget

- A side effect of ac1fa25816 is that the permission of bin/mlaunch is no longer +x for non-root, which means it is unusable.

* Apply suggestions from code review

Co-authored-by: Manuel de la Pena <mandel@microsoft.com>

* Apply fix to app bundle mlaunch as well

Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
2022-07-25 18:08:42 -04:00
..
.gitignore [mlaunch] Download mlaunch from NuGet instead of building from maccore. (#15298) 2022-07-13 11:00:15 +02:00
Makefile [mlaunch] Fix permisisons after extracting from nuget (#15566) 2022-07-25 18:08:42 -04:00
README.md Put a binary copy of mlaunch in macios-binaries instead of in Azure. Fixes #3316. (#3877) 2018-04-10 09:53:11 +02:00
download-mlaunch.csproj [mlaunch] Download mlaunch from NuGet instead of building from maccore. (#15298) 2022-07-13 11:00:15 +02:00

README.md

mlaunch

mlaunch is a closed source tool used to interact with simulators and devices.

We'll build this tool from souce if the xamarin build is enabled (configured with --enable-xamarin).

Otherwise we'll get a binary version from the macios-binaries repository. This version may be somewhat out of date, but should work at least for running tests.

To update the binary version of mlaunch in macios-binaries execute make publish in this directory (when the xamarin build is enabled, so that mlaunch is built from source).