Rename app to Managed Bootstrap Install - #7
Open
rodchristiansen wants to merge 1 commit into
Open
Conversation
The app bundle becomes /Applications/Utilities/Managed Bootstrap Install.app for naming uniformity with Managed Software Center and Managed Reports Runner across the managed-client tooling. The CLI binary stays managedbootstrapinstall, all com.github.bootstrapmate identifiers stay, and the pkg filename stays BootstrapMate-<version>.pkg so the downstream Munki pipeline glob keeps working. Postinstall removes the old BootstrapMate.app on upgrade, and every Makefile expansion of the bundle path is quoted for the space in the new name. [tracked internally]
rodchristiansen
force-pushed
the
feature/managed-bootstrap-install-rename-workitem-4264
branch
from
August 28, 2026 22:16
3d1cd75 to
9c363d0
Compare
rodchristiansen
force-pushed
the
main
branch
2 times, most recently
from
September 2, 2026 00:56
8ff6538 to
a829cf5
Compare
rodchristiansen
force-pushed
the
feature/managed-bootstrap-install-rename-workitem-4264
branch
from
September 2, 2026 00:56
9c363d0 to
984dc3c
Compare
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.
The app bundle becomes /Applications/Utilities/Managed Bootstrap Install.app, uniform with Managed Software Center (Munki/Cimian) and Managed Reports Runner (ReportMate). Stays in /Applications/Utilities.
Unchanged on purpose:
Transition: postinstall removes the old /Applications/Utilities/BootstrapMate.app on upgrade. All Makefile expansions of the bundle path are now quoted since the path contains spaces; the previously unquoted
file $BINARY_PATHin postinstall is quoted too. Info.plist gains CFBundleDisplayName.AB#4264