ProfileCreator / ProfileManifests

Manifest repository for the ProfilePayloads framework
339 stars 143 forks source link

com.apple.applicationaccess-macOS.plist #377

Closed bp88 closed 1 year ago

bp88 commented 3 years ago

Please provide the following information:

Name of App / Payload: com.apple.applicationaccess

Preference key(s) needing fixing:

Description of problem(s) / error(s) with listed key(s): Open up the Restrictions payload for macOS, the following tabs are completely empty when you click on them: AirPrint, Classroom and Updates

Description of expected behavior: I expect to see some preferences in these tabs.

Applicable Documentation URL(s):

How are you testing / deploying your profile?: Running ProfileCreator 0.3.2

apizz commented 3 years ago

After submitting PR #387 seeing updates missing as well. Pretty sure this is a subdomain thing.

Screen Shot 2020-11-21 at 5 36 23 PM

apizz commented 3 years ago

@erikberglund if you're able, can you take a look at this?

kevinmcox commented 2 years ago

There is still an issue here. The tabs are no longer empty, but AirPrint and Classroom display the same single key, enforcedFingerprintTimeout in Profile Creator, but completely different options in iMazing.

Is there a limitation in PC that causes this while iMazing can handle it? @relgit can you take a look since you've been working in the other Restrictions profiles recently?

relgit commented 2 years ago

Sure. Looks like enforcedFingerprintTimeout was not assigned to a segment. I've just added deae6f7 in #504 which fixes that.