Jamf-Custom-Profile-Schemas / ProfileManifestsMirror

Jamf JSON schema manifests automatically generated from ProfileCreator manifests (https://github.com/ProfileCreator/ProfileManifests)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

com.apple.applicationaccess-macOS.json missing key

staze opened this issue · comments

commented

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

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

@staze let me know if this incorporates the preferences you were looking for ProfileCreator/ProfileManifests#515

commented

This does look like it adds the missing key.

Thanks!

commented

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
    },