huntresslabs / deployment-scripts

RMM deployment scripts for Huntress
37 stars 33 forks source link

fix bundle id #75

Closed evanburkeyhl closed 4 months ago

evanburkeyhl commented 4 months ago

The Bundle ID also needed to be changed, which is partially hidden in the GUI of the profile editor that I used...

uttie-huntress commented 4 months ago

This makes sense and it jibes with the docs: https://developer.apple.com/documentation/devicemanagement/privacypreferencespolicycontrol/services/identity#:~:text=Not%20used.-,Identifier,-string

That should've always likely be a bundleid and not a appID. Thanks for catching it!