Skip to content

Commit a3a3e41

Browse files
committed
Generalize hook name and add manifest checks
1 parent 400d052 commit a3a3e41

5 files changed

Lines changed: 398 additions & 97 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@
100100
files: '\.(plist|recipe|mobileconfig|pkginfo)$'
101101
types: [text]
102102

103-
- id: check-profilecreator-manifests
104-
name: Check ProfileCreator Manifests
105-
description: This hook checks ProfileCreator manifest plists for inconsistencies and common issues.
106-
entry: check-profilecreator-manifests
103+
- id: check-preference-manifests
104+
name: Check Apple Preference Manifests
105+
description: This hook checks preference manifest plists for inconsistencies and common issues.
106+
entry: check-preference-manifests
107107
language: python
108108
files: '\.plist$'
109109
types: [text]

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file. This projec
1515
### Added
1616

1717
- New `check-jamf-json-schemas` hook for checking [Jamf JSON schemas](https://docs.jamf.com/technical-papers/jamf-pro/json-schema/10.19.0/Introduction.html) for management of app settings.
18-
- New `check-profilecreator-manifests` hook for checking ProfileCreator and iMazing Profile Editor [manifest plists](https://github.com/ProfileCreator/ProfileManifests).
18+
- New `check-preference-manifests` hook for checking Apple preference manifests like those used by ProfileCreator and iMazing Profile Editor [manifests](https://github.com/ProfileCreator/ProfileManifests).
1919
- Check for the [recommended order](https://youtu.be/srz4U9RHliQ?list=PLlxHm_Px-Ie1EIRlDHG2lW5H7c2UYvops&t=1010) of JamfUploader processors.
2020

2121
## [1.11.0] - 2021-11-20

0 commit comments

Comments
 (0)