Greg Neagle
b7271af793
Merge branch 'universal2' of https://github.com/munki/munki into universal2
2020-12-08 08:05:31 -08:00
Greg Neagle
c9e41fa3f0
Merge branch 'main' into universal2
2020-12-07 22:23:57 -08:00
Greg Neagle
b1d3cd0e1d
Fix default logic when clearing web cache
2020-12-07 22:21:25 -08:00
Greg Neagle
03ee012699
Merge branch 'main' into universal2
2020-12-07 15:50:43 -08:00
Greg Neagle
86a8f19bef
Resolve MunkiStatus build issues under Xcode 12.2
2020-12-07 15:49:46 -08:00
Greg Neagle
44f70823ef
Merge branch 'main' into universal2
2020-12-07 15:35:49 -08:00
Greg Neagle
e0f1db2620
Update os version comparison in MunkiStatus to work properly when complied against the Big Sur SDK (10.16.x vs 11.x)
2020-12-07 15:35:04 -08:00
Greg Neagle
dd9bbfe0cc
Merge branch 'main' into universal2
2020-12-07 15:31:33 -08:00
Greg Neagle
40203eea67
Update some other os version comparisons in Managed Software Center so they function correctly when compiled against the Big Sur SDK
2020-12-07 15:30:35 -08:00
Greg Neagle
3c4a73cdf4
Merge branch 'main' into universal2
2020-12-07 13:07:51 -08:00
Owen Hael
221e75b2f3
Update link to Disney open source page ( #1064 )
...
Co-authored-by: Owen Hael <owen@hackerone.com >
2020-12-07 13:06:50 -08:00
Greg Neagle
97d57a09c9
Merge branch 'Munki5dev' into universal2
2020-12-07 10:56:46 -08:00
Noah
cdc3b40561
Adding managed_updates support for local manifest ( #1027 )
...
* Support repo-based makecatalogs (#1012 )
* if repo plugin has a makecatalogs method defined, use it instead
* pass options and output_fn to repo makecatalogs method
* Revert "Support repo-based makecatalogs (#1012 )" (#1013 )
This reverts commit 98a31e802e .
* Adding managed_updates support for local manifest
Co-authored-by: Taylor Boyko <taylorboyko@gmail.com >
Co-authored-by: Greg Neagle <Gregneagle@mac.com >
Co-authored-by: Noah.Anderson <noah.anderson@target.com >
2020-12-07 10:56:00 -08:00
Greg Neagle
54abb7aa75
Merge branch 'main' into universal2
2020-12-07 10:54:48 -08:00
dhmoore
4c5485d6af
= instead of == for POSIX sh compliance ( #1063 )
2020-12-07 10:53:38 -08:00
Ben Goodstein
7eeed78995
Fixing non-US English localisations ( #1062 )
2020-12-07 10:49:29 -08:00
dhmoore
e8732e0924
= instead of == for POSIX sh compliance ( #1063 )
2020-12-07 10:48:21 -08:00
Greg Neagle
8e543820bd
Merge branch 'main' into universal2
2020-12-07 10:32:56 -08:00
Greg Neagle
d270024803
Now actually get the required OS version correct for Dark Mode support
2020-12-07 10:32:16 -08:00
Greg Neagle
ea4c164a9d
Merge branch 'main' into universal2
2020-12-07 10:26:03 -08:00
Greg Neagle
0e55893916
Fix os version detection when querying if we're in Dark Mode. Addresses #1060 .
2020-12-07 10:24:31 -08:00
Greg Neagle
c2d9578a16
Bump version in version.plist for future release.
2020-12-02 16:44:07 -08:00
Greg Neagle
53feeab1dc
Merge branch 'main' into universal2
2020-12-02 16:40:49 -08:00
Greg Neagle
7f736a4901
Nasty hack to return native processor arch even when running under Rosetta
2020-12-02 16:39:52 -08:00
Greg Neagle
3d92ba59ba
For Universal2 builds, declare arm64 support in the installer pkg
2020-12-02 07:57:57 -08:00
Greg Neagle
e724297686
Ad-hoc code signing of Python framework so it will work on Apple Silicon
2020-11-30 13:59:30 -08:00
Greg Neagle
0ae0d5c609
Changes for Universal2 builds including Python 3.9.1rc1 and PyObjC 7.0
2020-11-29 16:18:29 -08:00
Kyle Crawford
975f649239
Keep content-length on network connection error so downloads can resume ( #1057 )
...
Gurl requires the expected content length in the xattr data in order to
consider resuming a partial download.
When there is a network connection interruption
URLSession_task_didCompleteWithError_ is called with an error.
Prior to this fix content length was always removed from the xattr data
when URLSession_task_didCompleteWithError_ was called so downloads would
never resume after a connection error.
With this fix, content length is only removed from the xattr data when
there is no error since the download would be complete and resuming
would not be necessary.
2020-11-25 09:45:22 -08:00
Ben Goodstein
66acdffc63
fix localisation regression to InfoPlist.strings in xcodeproj ( #1059 )
2020-11-25 09:43:18 -08:00
Greg Neagle
d9520b8af6
Do not attempt to install Rosetta2 if we're not installing to the current startup disk
2020-11-24 09:11:39 -08:00
Greg Neagle
048f48a4c3
Merge branch 'Munki5dev' into main
2020-11-24 07:41:41 -08:00
Greg Neagle
fcf6e8c7a8
Explictly set hostArchitectures in the Distribution only if -R (Rosetta) option is given; leave undefined (and default) otherwise
v5.2.0
2020-11-18 14:46:26 -08:00
eholtam
5fd7f00885
Add rosetta2 option to build script ( #1056 )
...
* Added option for Rosetta2 install for ARM hardware.
* Add hostArchitectures option to Distribution for arm64 support
* Removed file based arm64 arch addition attempt to Distribution
* Adjusted hostArchitecture to be a variable, adding arm64 only if Rosetta is included
Co-authored-by: eholtam <(none)>
2020-11-18 14:07:55 -08:00
Greg Neagle
5da152bd76
Change volume-check in mpkg distribution so minimum OS version is 10.11.
2020-11-17 16:57:39 -08:00
Greg Neagle
72cdd10f47
Add EmulateProfileSupport to the list of prefs shown by managedsoftwareupdate --show-config
2020-11-16 14:41:32 -08:00
Greg Neagle
13cea7b79d
Allow drag from window background -- matches App Store behavior
2020-11-13 15:45:10 -08:00
Greg Neagle
f5c69b0793
Address a crash at launch on macOS 10.11
2020-11-13 15:44:24 -08:00
Greg Neagle
f5ce650ef4
Update version for release
v5.1.2
2020-11-12 09:37:32 -08:00
Greg Neagle
0714196b87
Update required disk space for Big Sur upgrades
2020-11-12 09:35:13 -08:00
Greg Neagle
c2f358750d
Update required disk space for Big Sur upgrades
2020-11-12 09:34:42 -08:00
Greg Neagle
8fe4574b29
Open all http/https links in the default browser. Addresses #1050 . Addresses #1046 .
2020-11-11 09:41:19 -08:00
Greg Neagle
1b2451698a
Address issue in log window where log lines were cut off and did not resize with the window Addresses #1052
2020-11-11 08:03:31 -08:00
Greg Neagle
9209d37bd6
Update 'MARKETING_VERSION'
2020-11-11 08:01:54 -08:00
Greg Neagle
379d76f42b
Don't show action button in update detail for non-optional updates
2020-11-10 16:33:41 -08:00
Greg Neagle
bc62f68e4a
Remove long-commented-out code
2020-11-07 12:04:32 -08:00
Greg Neagle
32267f4285
Fix lack of newline at end of code/tools/py3_requirements.txt
2020-11-07 11:28:27 -08:00
Greg Neagle
af1f2e7735
Merge branch 'Munki5dev' of https://github.com/munki/munki into Munki5dev
2020-11-07 10:43:48 -08:00
Greg Neagle
2e555b8460
Adjust logic for showing navigate back button
2020-11-07 10:43:44 -08:00
Greg Neagle
5876bde384
Test alternate fix for #1022
2020-11-07 08:51:51 -08:00
Jim Zajkowski
4ba29449d2
Directly create layout constraints ( #1047 )
...
Fixes issue #1022 where the autoresizing masks occasionally end up pinning the webView to its smallest size.
2020-11-06 21:00:40 -08:00