Skip to content

Commit

Permalink
Regenerate manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 6, 2024
1 parent 83f3428 commit 84b9d08
Show file tree
Hide file tree
Showing 14 changed files with 394 additions and 284 deletions.
2 changes: 1 addition & 1 deletion last_build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "hash": "13586c007fbc678ea08e038e90f23d4a370d4fb3", "date": "2024-06-03 14:05:30" }
{ "hash": "f76479b09edcf00d8abb13c291d26d32a77c1283", "date": "2024-06-06 07:35:54" }
2 changes: 1 addition & 1 deletion manifests/ManifestsApple/com.apple.AssetCache.managed.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"AutoActivation": {
"type": "boolean",
"title": "Automatically activate content caching",
"default": true,
"default": false,
"description": "Users can't turn off the content caching service.",
"property_order": 5
},
Expand Down
2 changes: 1 addition & 1 deletion manifests/ManifestsApple/com.apple.MCX-EnergySaver.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
"SleepDisabled": {
"type": "boolean",
"title": "Sleep Disabled",
"default": true,
"default": false,
"property_order": 25
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,61 @@
},
"title": "AppleEvents"
},
"BluetoothAlways": {
"type": "array",
"items": {
"type": "object",
"title": "Services",
"description": "Keys are limited to the privacy service names listed below. Each key is an array of dictionaries describing the app or process to which access is given. In the case of conflicting specifications, the most restrictive setting (deny) will be used.",
"properties": {
"Identifier": {
"type": "string",
"title": "Identifier",
"description": "The bundle ID or installation path of the binary."
},
"IdentifierType": {
"type": "string",
"title": "Identifier Type",
"description": "The type of Identifier value.",
"enum": [
"bundleID",
"path"
],
"options": {
"enum_titles": [
"Bundle ID",
"Path"
]
}
},
"CodeRequirement": {
"type": "string",
"title": "Code Requirement",
"description": "The designated requirement describing the code signature of this executable."
},
"StaticCode": {
"type": "boolean",
"title": "StaticCode",
"description": "If set to true, statically validate the code requirement. Used only if the process invalidates its dynamic code signature."
},
"Authorization": {
"type": "string",
"description": "The 'Authorization' key is an optional replacement for the 'Allowed' key. Every payload must specify either 'Authorization' or 'Allowed', but not both.\n'Allow': Equivalent to a 'true' value for the 'Allowed' key.\n'Deny': Equivalent to a 'false' value for the 'Allowed' key.",
"enum": [
"Allow",
"Deny"
]
},
"Comment": {
"type": "string",
"title": "Comment",
"description": "Not Used"
}
}
},
"title": "Bluetooth Always",
"description": "Specifies the policies for the app to access Bluetooth devices."
},
"Calendar": {
"type": "array",
"items": {
Expand Down
Loading

0 comments on commit 84b9d08

Please sign in to comment.