-
Notifications
You must be signed in to change notification settings - Fork 361
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
Enable Unpacking, repacking, signing, and notarization of .pkg files and .app bundles #15206
Merged
mmitche
merged 88 commits into
dotnet:main
from
ellahathaway:signtool-unpack-repack-pkg
Jan 16, 2025
Merged
Changes from all commits
Commits
Show all changes
88 commits
Select commit
Hold shift + click to select a range
404f889
Integrate Pkg Tool into SignTool
ellahathaway 764e87f
Merge branch 'main' of https://github.com/dotnet/arcade into signtool…
ellahathaway e278e73
Change name to MacOSPkg
ellahathaway 5bba3de
Rename repack to pack
ellahathaway 73a862d
Re-add netframework targeting for Tools.proj PackageRef compat
mmitche 4c34a11
Update src/Microsoft.DotNet.MacOsPkg/Microsoft.DotNet.MacOsPkg.csproj
mmitche dc7d4aa
Update src/Microsoft.DotNet.MacOsPkg/Microsoft.DotNet.MacOsPkg.csproj
mmitche c545ecc
Merge remote-tracking branch 'origin/target-netframework' into signto…
mmitche c41baaa
Update src/Microsoft.DotNet.Arcade.Sdk/tools/Sign.proj
mmitche e5b015f
Tweaks
mmitche 2e27d3b
Merge branch 'signtool-unpack-repack-pkg' of https://github.com/ellah…
mmitche 65fc7bc
Sign .pkg files and .app bundles
ellahathaway 30292d6
OSX files signing infra
mmitche ffe2b3b
Tweaks
mmitche a974f61
Only delete extract directory if it exists
mmitche ad3af68
Don't remove non-existent extract dir
mmitche 9fb52c3
Fix bracing
mmitche ca7aee4
Change signing key for .pkg and .app
mmitche f532742
Throw when we fail to unpack a pkg or tar.
mmitche e6135ed
correct paths for tar and pkg tooling
mmitche 8c9757a
Import TargetFrameworkDefaults
mmitche a4ab639
Do not pack up appbundles that are not appbundles
mmitche 49d9891
Debugging
mmitche 964511c
Replace strong name verification with custom implementation
mmitche 4d17839
Fix casing of resource
mmitche 74522cb
Merge remote-tracking branch 'upstream/main' into add-in-osx-files-si…
mmitche 94a38e4
Merge remote-tracking branch 'upstream/main' into add-in-osx-files-si…
mmitche f9c6528
Merge branch 'replace-sn-with-custom-implementation' into add-in-osx-…
mmitche a00fe45
Fix merge
mmitche 1cb5f46
Merge remote-tracking branch 'upstream/main' into add-in-osx-files-si…
mmitche 77ee388
Do not skip local strong name signing in local validation
mmitche ee330fb
Switch back to file name
mmitche ee18602
Improve error reporting
mmitche 9727717
Support verification with the ecma key
mmitche da162f0
Support verification with the ecma key
mmitche 94e5922
Temporarily do not remove public sign
mmitche a753b93
Fix log messages for strong name signature status
mmitche 3778f7a
Merge remote-tracking branch 'origin/replace-sn-with-custom-implement…
mmitche 59d4101
Enable signing
mmitche 8df4bb5
Refactoring
mmitche 7dfbe69
Remove public key
mmitche c110331
Add codeql annotations
mmitche abe8e49
This test should have been skipped
mmitche a0c3185
WindowsOnlyFact
mmitche a73314d
Update src/Microsoft.DotNet.SignTool/src/StrongName.cs
mmitche 1201139
Update src/Microsoft.DotNet.SignTool/src/StrongName.cs
mmitche dc69aec
Omit unneeded algo sub ids
mmitche f637e9f
Merge remote-tracking branch 'origin/replace-sn-with-custom-implement…
mmitche e48b5ca
Merge branch 'main' into replace-sn-with-custom-implementation
mmitche 7a25623
Merge branch 'replace-sn-with-custom-implementation' into add-in-osx-…
mmitche 7c37fb3
Add logging back to LocalStrongNameSign
mmitche d4552a3
Add logging back to LocalStrongNameSign
mmitche cb0fe15
Avoid excluding files on non-Windows
mmitche 6ab9815
Avoid excluding files on non-Windows
mmitche 9678b01
Improve logging
mmitche b654cab
Generate microbuild project file properly for already strong named files
mmitche f3b4f51
Use PackageDownload instead of PackageRef for sn.exe
mmitche 408530b
Merge branch 'main' into replace-sn-with-custom-implementation
mmitche 8c99d92
Pass log at IsSigned callsite
mmitche 4425ec8
Merge remote-tracking branch 'origin/replace-sn-with-custom-implement…
mmitche fb20ca6
Do not error if strong name check is set and sn.exe is not available
mmitche 05481ef
Merge remote-tracking branch 'origin/replace-sn-with-custom-implement…
mmitche 2807f6b
Make args explicit
mmitche b64af02
Make args explicit
mmitche 1c0b5fc
Merge remote-tracking branch 'upstream/main' into add-in-osx-files-si…
mmitche 5c76be4
Tweak osx signing
mmitche 5904603
Use command line parser for the pkg tool
mmitche 4efaa6d
Add notarization
mmitche 4fc9125
Refactor signtool a bit and add notarization support
mmitche cc4c40b
Fixup Mac tests
mmitche 49474a0
Fixup notarization project
mmitche 02cb2fb
Unzip before notarization
mmitche 1e68feb
Self review feedback
mmitche a9fdf13
Refactoring
mmitche a7ce588
Refactoring and fixup publishing
mmitche 874a716
Merge remote-tracking branch 'upstream/main' into signtool-unpack-rep…
mmitche ddc6414
Merge remote-tracking branch 'upstream/main' into signtool-unpack-rep…
mmitche e757f6a
Fixup build errors
mmitche 34e3b5b
Fixup test after merge
mmitche 64e43fc
Self-feedback
mmitche 8da94d4
Fix tests
mmitche 6d0e24e
Merge remote-tracking branch 'upstream/main' into signtool-unpack-rep…
mmitche 7418f85
Apply suggestions from code review
mmitche 29bab8c
Build fixes
mmitche 5ef3ba2
Merge branch 'signtool-unpack-repack-pkg' of https://github.com/ellah…
mmitche 74a4ceb
Build fixes
mmitche 4376330
Switch to tri-state signing status, and do some more refactoring
mmitche 379f61d
Change method names
mmitche File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see this import being used anywhere below. I don't think that the Arcade TFM properties can be used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I had this in there to use NetToolCurrent for the command line tools. Updated