Skip to main content

In my Restrictions profile for our pre-k kids I would like to hide this as it will most certainly be a distraction. However when I go to Apps/App Usage/Some apps not allowed and start typing Freeform it does not come up I the list of apps/Bundle ID's.

 

Thanks,

Robert

$ codesign -dvvv Freeform.app/
Executable=/System/Applications/Freeform.app/Contents/MacOS/Freeform
Identifier=com.apple.freeform

You can usually type it in manually using the bundle id from this list

https://support.apple.com/guide/deployment/bundle-ids-for-native-iphone-and-ipad-apps-depece748c41/1/web/1.0


$ codesign -dvvv Freeform.app/
Executable=/System/Applications/Freeform.app/Contents/MacOS/Freeform
Identifier=com.apple.freeform

Holy Cow! That was fast. Thank you so much


Reply