Jamf-Custom-Profile-Schemas / ProfileManifestsMirror

Jamf JSON schema manifests automatically generated from ProfileCreator manifests (https://github.com/ProfileCreator/ProfileManifests)
Apache License 2.0
169 stars 25 forks source link

com.apple.applicationaccess-macOS.json missing key #6

Closed staze closed 2 years ago

staze commented 2 years ago

Missing allowGameCenter (and related keys) from com.apple.applicationaccess-macOS.json

https://developer.apple.com/documentation/devicemanagement/restrictions

apizz commented 2 years ago

@staze let me know if this incorporates the preferences you were looking for https://github.com/ProfileCreator/ProfileManifests/pull/515

staze commented 2 years ago

This does look like it adds the missing key.

Thanks!

staze commented 2 years ago

Just a heads up, the "Allow Game Center Friends" looks like it has the same title.

    "allowGameCenter": {
        "type": "boolean",
        "title": "Allow Game Center",
        "default": true,
        "property_order": 145
    },
    "allowAddingGameCenterFriends": {
        "type": "boolean",
        "title": "Allow Game Center",
        "default": true,
        "property_order": 150
    },