207 misleading update indicator for macos version info item on macos 154#208
Merged
jordywitteman merged 21 commits intodevelopmentfrom Mar 4, 2025
Conversation
Release v2.6
Set Xcode version statically
Missing build and version number in GitHub Actions
Because a boolean TRUE for this key disables the helper tool, the title, description, and order of values for Disable and Enable have been changed to reflect what this key actually does. Previously, selecting "Enable" disabled the helper tool, and vice versa.
Update DisablePrivilegedHelperTool language in Jamf Pro Custom Schema
PPPC sample
Add Intune intructions
Add Intune instructions
Small typo fixed
Update README.md
Support App Extensions documentation update
README.md update
Update README.md
Workflow updates
This converts the example profile from the legacy MCX type and instead sets the `PayloadType` directly.
Update Support App Configuration Sample.mobileconfig
Updated helper script to support changes introduced in Privileges 2: - Update path for `sap_privileges_cli` to new location for `PrivilegesCLI` - Added variable for the current user's `uid` - Update change permissions command to utilize `launchctl asuser "$uid"` Note: This *will* break compatibility with the OG Privileges app.
Update sap_privileges_change_permissions.zsh to support Privileges 2
Fix for update badge not updating anymore as `LastUpdatesAvailable` in `/Library/Preferences/com.apple.SoftwareUpdate.plist` is not maintained anymore in macOS 15.4. We now use `RecommendedUpdates` and count the elements.
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.
Fix for update badge not updating anymore as
LastUpdatesAvailablein/Library/Preferences/com.apple.SoftwareUpdate.plistis not maintained anymore in macOS 15.4. We now useRecommendedUpdatesand count the elements.