please file an enhancement request
Done: Feedback ID is FB15654919 .
Post
Replies
Boosts
Views
Activity
JWWalker, that's great!
But, yes, I still want the user-friendlly second part. "15-inch, 2018" or "M2, 2022"
Hello. Thanks for asking. You can get some of this information from the ProcessInfo API.
No. [[NSProcessInfo processInfo] hostName] is NOT what I want.
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)!
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?
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>
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.
Does anyone have any insight here?
Thanks!
How do I give a launchd agent the entitlement?
Seems to be fixed in "13.5 (22G74)".
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!
Try this:
sudo /usr/bin/powermetrics -s cpu_power -n 1 | grep '^cpu [0-9]+ frequency: '