I manage Macs for JPMorgan Chase & Co. My opinions are my own and do not necessarily represent the views of my employer or anyone else for that matter.
Hey @twostraws have you seen this issue when using a list of navigation. Links? https://t.co/QixR1bpH8r
It’s breaking my 3 tier menu on macOS
Also in your programmatic navigation examples you often use emptyView which I think I works on iOS but looks bad on macOS.
Any thoughts
@twostraws How does one get values set by a mobile configuration profile or defaults write? Tried AppStorage and UserDefaults.standard using https://t.co/s0r0CDxztK.myApp namespace, no luck. Couldn't find this on HWS site. I want to deploy dynamic data my app can read at runtime.
@TajyMany This worked yes. However now I'm working on getting MultiMC working. Getting LWJGL to build is my issue. I have the native MultiMC built though :)
@TajyMany Yea I am struggling to compile lwjgl. I got QT built, and MultiMC built. The LWJGL you provided seems to be one fat file. Can you share any tips for building LWJGL. I can't get the ant compile-natives to work.
@MagerValp @nick00li And since the Mac will DEP is there is no internet connection or other issues it’s by no means fool proof. It needs to be more like iOS where it must contact Apple or it can’t continue...
Hey @MyFitnessPal and @MFP_Ops I know you had maintenance this am. Are you aware the site and app are still have multiple issues? Timeouts, maintenance pages and error pop ups.
The 10.15.4 Supplemental Update (19E287) is resetting the ComputerName & HostName back to Default on some Macs
If you use the ComputerName or HostName for
MDM Policy Scope
802.1x Authentication
Active Directory
VPN
You might have some issues
#MacAdmins
https://t.co/DlEtTmi3k6
Hey @twostraws, 100 Days of Swift, switch statements, quiz question 2. You must list all outcomes as case statements or use default. This wording is suspect.. don't you need a default no matter what?