Skip to content

Commit 172b3ff

Browse files
committed
Format with plutil
1 parent 2247143 commit 172b3ff

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

KeePassXC/KeePassXC.download.recipe

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<string>com.github.n8felton.download.KeePassXC</string>
99
<key>Input</key>
1010
<dict>
11-
<key>NAME</key>
12-
<string>KeePassXC</string>
1311
<key>ARCH</key>
1412
<string>arm64</string>
1513
<key>ASSET_REGEX</key>
1614
<string>KeePassXC-.*-%ARCH%\.dmg$</string>
15+
<key>NAME</key>
16+
<string>KeePassXC</string>
1717
</dict>
1818
<key>MinimumVersion</key>
1919
<string>0.6.0</string>

KeePassXC/KeePassXC.munki.recipe

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<string>com.github.n8felton.munki.KeePassXC</string>
99
<key>Input</key>
1010
<dict>
11+
<key>MUNKI_CATEGORY</key>
12+
<string>Utilities</string>
1113
<key>MUNKI_REPO_SUBDIR</key>
1214
<string>apps/%NAME%</string>
1315
<key>NAME</key>
1416
<string>KeePassXC</string>
15-
<key>MUNKI_CATEGORY</key>
16-
<string>Utilities</string>
1717
<key>SUPPORTED_ARCH</key>
1818
<string>arm64</string>
1919
<key>pkginfo</key>
@@ -22,6 +22,8 @@
2222
<array>
2323
<string>testing</string>
2424
</array>
25+
<key>category</key>
26+
<string>%MUNKI_CATEGORY%</string>
2527
<key>description</key>
2628
<string>KeePassXC is a modern, secure, and open-source password manager that stores and manages your most sensitive information.</string>
2729
<key>developer</key>
@@ -30,14 +32,12 @@
3032
<string>KeePassXC</string>
3133
<key>name</key>
3234
<string>%NAME%</string>
33-
<key>category</key>
34-
<string>%MUNKI_CATEGORY%</string>
35-
<key>uninstall_method</key>
36-
<string>remove_copied_items</string>
3735
<key>supported_architectures</key>
3836
<array>
3937
<string>%SUPPORTED_ARCH%</string>
4038
</array>
39+
<key>uninstall_method</key>
40+
<string>remove_copied_items</string>
4141
</dict>
4242
</dict>
4343
<key>MinimumVersion</key>
@@ -49,10 +49,10 @@
4949
<dict>
5050
<key>Arguments</key>
5151
<dict>
52-
<key>repo_subdirectory</key>
53-
<string>%MUNKI_REPO_SUBDIR%</string>
5452
<key>pkg_path</key>
5553
<string>%pathname%</string>
54+
<key>repo_subdirectory</key>
55+
<string>%MUNKI_REPO_SUBDIR%</string>
5656
</dict>
5757
<key>Processor</key>
5858
<string>MunkiImporter</string>

0 commit comments

Comments
 (0)