Sign mlaunch.app
- Dominant language
- C#
- Stars
- 2.9k
- Forks
- 576
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 108
Description
mlaunch isn't signed:
```
$ codesign --display --verify /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net10.0_26.5/26.5.10301/tools/lib/mlaunch/mlaunch.app
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net10.0_26.5/26.5.10301/tools/lib/mlaunch/mlaunch.app: code object is not signed at all
```
It probably should be.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how tools/lib/mlaunch/mlaunch.app is packaged into the Microsoft.iOS.Sdk.net10.0_26.5 SDK and identify where its signing status is determined. Verify the result with codesign --display --verify on the reported path; done means the command no longer reports that the code object is unsigned.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos
- Domain
- security, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100