Post

Replies

Boosts

Views

Activity

Reply to Intermittent App Package Installation failure.
Thanks for the reply! Here's the component.plist file: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC '-//Apple//DTD PLIST 1.0//EN' 'http://www.apple.com/DTDs/PropertyList-1.0.dtd'> <plist version="1.0"> <array> <dict> <key>BundleHasStrictIdentifier</key> <true/> <key>BundleIsRelocatable</key> <false/> <key>BundleIsVersionChecked</key> <true/> <key>BundleOverwriteAction</key> <string>upgrade</string> <key>RootRelativeBundlePath</key> <string>Applications/AternityAgent.app</string> </dict> </array> </plist>
Oct ’24
Reply to Intermittent App Package Installation failure.
Do you have more information about this?
Replies
Boosts
Views
Activity
Dec ’24
Reply to macOS API for hardware model name?
please file an enhancement request Done: Feedback ID is FB15654919 .
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to macOS API for hardware model name?
JWWalker, that's great! But, yes, I still want the user-friendlly second part. "15-inch, 2018" or "M2, 2022"
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to macOS API for hardware model name?
Hello. Thanks for asking. You can get some of this information from the ProcessInfo API. No. [[NSProcessInfo processInfo] hostName] is NOT what I want.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to macOS API for hardware model name?
By updating your table! I end up poking around several different Wikipedia pages to get this information AFTER the new machines have shipped. And then I have to release a new version of my software to all of my customers (this is non-trivial)!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to macOS API for hardware model name?
Okay, Apple, can I make this a feature request? Or alternatively, provide public access to a lookup table? How am I to deal with new models being released?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Intermittent App Package Installation failure.
Thanks for the reply! Here's the component.plist file: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC '-//Apple//DTD PLIST 1.0//EN' 'http://www.apple.com/DTDs/PropertyList-1.0.dtd'> <plist version="1.0"> <array> <dict> <key>BundleHasStrictIdentifier</key> <true/> <key>BundleIsRelocatable</key> <false/> <key>BundleIsVersionChecked</key> <true/> <key>BundleOverwriteAction</key> <string>upgrade</string> <key>RootRelativeBundlePath</key> <string>Applications/AternityAgent.app</string> </dict> </array> </plist>
Replies
Boosts
Views
Activity
Oct ’24
Reply to Intermittent App Package Installation failure.
I'm still looking for any information here. Has anyone from Apple looked at this? Because it is intermittent, I don't know how to create a focused test project for a code-level support request.
Replies
Boosts
Views
Activity
Oct ’24
Reply to Intermittent App Package Installation failure.
Does anyone have any insight here?
Replies
Boosts
Views
Activity
Jul ’24
Reply to Getting the Wi-Fi router BSSID from a Daemon.
Thanks! How do I give a launchd agent the entitlement?
Replies
Boosts
Views
Activity
Jul ’24
Reply to IOPSCopyPowerSourcesInfo → kIOPSBatteryHealthKey returning incorrect value
Seems to be fixed in "13.5 (22G74)".
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to How to print all installed configuration profiles on MacOS.
sudo profiles show -o stdout Seems to work, but why does this command requires root privileges? The System Settings app doesn't seem to need it!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’23
Reply to Find Clock Speed on M1 Mac
Try this: sudo /usr/bin/powermetrics -s cpu_power -n 1 | grep '^cpu [0-9]+ frequency: '
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’21