Posts

Post marked as solved
17 Replies
1.5k Views
Per https://support.apple.com/en-us/HT211025Quoting:"In our ongoing efforts to improve web security for our users, Apple is reducing the maximum allowed lifetimes of TLS server certificates [to 398 days]" [...]"This change will not affect certificates issued from user-added or administrator-added Root CAs."Questions:What defines "user-added or administrator-added Root CAs"?How do we get our hands on a version of Safari now to test/prepare for this change? What version(s) of Safari honors this change?Note, I've asked a similar question on StackExchange: https://apple.stackexchange.com/questions/384033
Posted
by tresf.
Last updated
.
Post marked as solved
10 Replies
2.8k Views
Hi, since macOS dark mode was originally offered, I've been using the following technique to detect the Dark/Light Desktop theme: defaults read -g AppleInterfaceStyle Recently with the upgrade to Big Sur, the menu bar and system tray area goes light/dark based on the wallpaper, NOT based on the Desktop preference. How do I detect this so that I can change my app's System Tray icon to match the os behavior?
Posted
by tresf.
Last updated
.
Post marked as solved
1 Replies
651 Views
I have `cmake` a project that's always seemed happy looking in `/usr/local/lib` for library dependencies and I'm struggling to get the linker to see the files. Has anything changed with Mojave? I've gone through the cmake.rb formula and don't see any major changes.I can quite easily correct the problem by adding `LINK_DIRECTORIES(/usr/local/lib)` to my main project file, but this path could change, so I'd rather not commit that back to the main project.I've asked in a few other places as well... https://stackoverflow.com/q/54068035/3196753https://discourse.brew.sh/t/cmake-linking-not-working-since-mojave/3790Any insight is appreciated! 🙂
Posted
by tresf.
Last updated
.