Commit Graph

4354 Commits

Author SHA1 Message Date
Greg Neagle
c085eb287b MSC.app updates for macOS 26 2025-06-27 10:00:02 -07:00
Greg Neagle
80212fb111 New icon for munki-notifier; bump version 2025-06-23 08:09:27 -07:00
Greg Neagle
2a11732087 Bump version for MSC.app 2025-06-23 08:02:39 -07:00
Greg Neagle
2784d42a1b New squircle icon for macOS 26 compliance :-( 2025-06-22 21:02:27 -07:00
Greg Neagle
c4cf9e7e91 Adjust size and positioning of sidebar UI elements for better appearance in macOS 26 2025-06-22 09:57:09 -07:00
Greg Neagle
353e4e0a1a Remove 'Textured' attribute from main window; fixes close/minimize/zoom control placements on macOS 26 2025-06-21 13:24:23 -07:00
Greg Neagle
8fc3472238 Merge branch 'Munki6dev' into swift-cli 2025-06-17 11:38:03 -07:00
Greg Neagle
7bda74b2f1 Convert CGDisplay coordinates to NSScreen (AppKit) coordinates so blur windows on secondary displays are positioned correctly. swiftformat reformatting. 2025-06-17 11:31:25 -07:00
Greg Neagle
abb511e6f8 MunkiStatus: Yet another attempt to ensure blurred backdrop covers the entire screen at loginwindow 2025-06-16 14:21:21 -07:00
Greg Neagle
efd6777380 MunkiStatus: Yet another attempt to ensure blurred backdrop covers the entire screen at loginwindow 2025-06-16 14:20:39 -07:00
Greg Neagle
6bbbc52515 Merge branch 'Munki6dev' into swift-cli 2025-06-10 15:20:49 -07:00
Greg Neagle
a4e19992b4 Remove debugging print() statement 2025-06-10 15:20:13 -07:00
Greg Neagle
7eaba0edf2 Getting rid of some calls to listItemsOfKind() 2025-06-10 14:43:47 -07:00
Greg Neagle
6010373a56 update comment 2025-06-10 14:40:34 -07:00
Greg Neagle
29dc02747e Make listFilesRecursively() faster by removing an lstat call for most directory items 2025-06-09 21:59:42 -07:00
Greg Neagle
4c1c9e697b Quiet a compiler warning 2025-06-09 09:00:26 -07:00
Greg Neagle
db47ccec28 Update comment 2025-06-09 08:29:46 -07:00
Greg Neagle
40864980e6 New listFilesRecursively function needs to handle filenames with non-ASCII chars 2025-06-08 20:57:30 -07:00
Greg Neagle
84ba6fa5ff More updated comments 2025-06-08 19:56:34 -07:00
Greg Neagle
112e0a74a4 swiftformat update; add some notes 2025-06-08 19:44:35 -07:00
Greg Neagle
7038cae715 Much faster algorithm for getting a recursive list of files 2025-06-08 16:44:58 -07:00
Greg Neagle
b27bdd1f07 New implementation for getting a recursive list of files 2025-06-07 16:06:01 -07:00
Greg Neagle
0fa92d7390 Add tab-completion for 'help' command in interactive mode 2025-06-03 11:59:31 -07:00
Greg Neagle
6a40cc8010 more comments 2025-06-03 10:55:42 -07:00
Greg Neagle
16e15bdef4 swiftformat changes 2025-06-03 10:03:15 -07:00
Greg Neagle
842e5af453 swiftformat changes 2025-06-03 10:01:46 -07:00
Greg Neagle
b2ede3cdab swiftformat changes 2025-06-03 10:01:04 -07:00
Greg Neagle
d5b8fc6549 Add tab-completion for 'find' command; swiftformat changes 2025-06-03 10:00:07 -07:00
Greg Neagle
66bec6c0ad Fix typo 2025-06-03 09:58:19 -07:00
Greg Neagle
b4f6f57cfc Add support for interactive mode for manifestutil; support tab-completion 2025-06-03 09:02:14 -07:00
Greg Neagle
1b2614a4fb More robust PEM parsing. Thanks to Scott Blake. 2025-05-31 08:11:33 -07:00
Greg Neagle
5fb027ffba Change managedsoftwareupdate --auto behavior to print output unless --quiet is specified 2025-05-29 18:01:38 -07:00
Greg Neagle
4fa5baaa30 Update some option descriptions 2025-05-29 18:00:28 -07:00
Greg Neagle
bdf298c56a Set macOS deployment target for installhelper to macOS 10.15 2025-05-29 09:41:17 -07:00
Greg Neagle
d0b18a48e5 Update project settings 2025-05-29 09:40:37 -07:00
Greg Neagle
0ae17479c7 Update project settings 2025-05-29 09:38:58 -07:00
Greg Neagle
d534f753c5 A couple more ParsableCommand -> AsyncParsableCommand fixes 2025-05-28 14:53:09 -07:00
Greg Neagle
4e31fc73c5 Another missed ParsableCommand -> AsyncParsableCommand 2025-05-28 12:52:18 -07:00
Greg Neagle
41fcd9a6bc Another missed ParsableCommand -> AsyncParsableCommand 2025-05-28 09:50:42 -07:00
Greg Neagle
9cf373d889 Add SVN magic number to build number for MWA2API Repo plugin pkg version 2025-05-27 08:27:09 -07:00
Greg Neagle
e15d51a267 Add productKey to Apple update items so that Managed Software Center will display them; add some tests for the new code here 2025-05-24 21:55:27 -07:00
Greg Neagle
e649c4a803 Default installer_type for diskimages containing an Install macOS app is now stage_os_installer 2025-05-22 16:59:50 -07:00
Greg Neagle
750cca4520 Use a singleton class to load middleware so we don't reload the dylib for each and every request 2025-05-21 14:06:17 -07:00
Greg Neagle
830e69f2a3 Remove never-used pkginfo paramter in the various fetch/download calls, and in the middleware protocol 2025-05-21 09:05:56 -07:00
Greg Neagle
c339748c51 Change pkginfo type notation to [String:Any]? so plugin projects don't need even more dependencies 2025-05-20 13:44:25 -07:00
Greg Neagle
8a6902550d Change pkginfo in middleware request to a 'let' declaration since it should not be changed by the middleware 2025-05-20 13:41:01 -07:00
Greg Neagle
4e310609f6 Add optional pkginfo to middleware requests to match existing Python implementation 2025-05-20 13:37:37 -07:00
Greg Neagle
760780493e More makepkginfo tests 2025-05-20 13:31:39 -07:00
Greg Neagle
9cbf25693c Add some tests for some keychain.swift functions 2025-05-20 13:29:56 -07:00
Greg Neagle
153ceb9fb1 Script to build and package the MWA2APIRepo plugin 2025-05-19 22:13:04 -07:00