-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathappcast.xml
More file actions
287 lines (287 loc) · 10.7 KB
/
appcast.xml
File metadata and controls
287 lines (287 loc) · 10.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Low Profile Changelog</title>
<description>A Mac utility to help inspect Apple Configuration Profile payloads.</description>
<language>en</language>
<link>https://github.com/ninxsoft/LowProfile</link>
<item>
<title>Version 5.0.0</title>
<link>https://github.com/ninxsoft/LowProfile</link>
<sparkle:version>5.0.0</sparkle:version>
<sparkle:fullReleaseNotesLink>https://github.com/ninxsoft/LowProfile/blob/main/CHANGELOG.md</sparkle:fullReleaseNotesLink>
<description>
<![CDATA[
<style>
.styled {
list-style: none;
padding: 0;
}
.styled li {
padding-left: 1rem;
text-indent: -0.75rem;
margin-top: 15px;
margin-bottom: 15px;
}
.styled-500 li::before {
content: "🆕 ";
}
.styled-500 li:nth-child(n + 4):before {
content: "✅ ";
}
.styled-500-child li::before {
content: "";
}
.styled-403 li::before {
content: "✅ ";
}
.styled-402 li::before {
content: "🆕 ";
}
.styled-402 li:nth-child(n + 2):before {
content: "✅ ";
}
.styled-402-child li::before {
content: "";
}
.styled-401 li::before {
content: "✅ ";
}
.styled-400 li::before {
content: "🆕 ";
}
.styled-400 li:nth-child(n + 6):before {
content: "✅ ";
}
.styled-400-child li::before {
content: "";
}
</style>
<h3>Version 5.0.0</h3>
<ul class="styled styled-500">
<li>Added support for <strong>macOS Tahoe 26</strong></li>
<ul class="styled-500-child">
<li>Updated app icon to support new appearances on macOS Tahoe</li>
<li>Updated app accent color to better reflect the new app icon</li>
</ul>
<li>Added more syntax highlighting themes</li>
<li>
Fixed numerous grammatical errors and typos in the payload property
metadata
</li>
<li>
Fixed a bug that attempted to show a payload example if one was not
available
</li>
<li>
Bumped
<a href="https://github.com/raspu/Highlightr">Highlightr</a> version to
<strong>2.3.0</strong>
</li>
<li>
Bumped
<a href="https://github.com/sparkle-project/Sparkle">Sparkle</a> version
to <strong>2.8.0</strong>
</li>
<li>
Bumped <a href="https://github.com/jpsim/Yams">Yams</a> version to
<strong>6.2.0</strong>
</li>
</ul>
<h3>Version 4.0.3</h3>
<ul class="styled styled-403">
<li>
Added missing
<a href="https://developer.apple.com/sf-symbols">Symbol</a> for
<strong>visionOS</strong>
</li>
<li>
Bumped
<a href="https://github.com/filom/ASN1Decoder">ASN1Decoder</a> version to
<strong>1.10.0</strong>
</li>
<li>
Bumped
<a href="https://github.com/raspu/Highlightr">Highlightr</a> version to
<strong>2.2.1</strong>
</li>
<li>
Bumped
<a href="https://github.com/sparkle-project/Sparkle">Sparkle</a> version
to <strong>2.6.4</strong>
</li>
<li>
Bumped <a href="https://github.com/jpsim/Yams">Yams</a> version to
<strong>5.1.3</strong>
</li>
</ul>
<h3>Version 4.0.2</h3>
<ul class="styled styled-402">
<li>
Reports can now be exported via the CLI
<ul class="styled-402-child">
<li>
Use the <code>--export</code> option to export a Low Profile report
</li>
</ul>
</li>
<li>
Fixed a crash caused by payload properties with multiple lines and
carriage returns
</li>
<li>
Bumped
<a href="https://github.com/sparkle-project/Sparkle">Sparkle</a> version
to <strong>2.5.2</strong>
</li>
<li>Minor cosmetic tweaks to the text alignment of payload properties</li>
</ul>
<h3>Version 4.0.1</h3>
<ul class="styled styled-401">
<li>Fixed a bug preventing Low Profile from auto-updating</li>
</ul>
<h3>Version 4.0</h3>
<ul class="styled styled-400">
<li>
Updated payloads to support the following operating systems:
<ul class="styled-400-child">
<li>iOS 17</li>
<li>iPadOS 17</li>
<li>macOS 14 Sonoma</li>
<li>tvOS 17</li>
<li>watchOS 10</li>
</ul>
</li>
<li>
Added support for the following new payloads:
<ul class="styled-400-child">
<li>
<a
href="https://developer.apple.com/documentation/devicemanagement/cellularprivatenetwork"
>CellularPrivateNetwork</a
>
</li>
<li>
<a
href="https://developer.apple.com/documentation/devicemanagement/declarations-t8t"
>Declarations</a
>
</li>
<li>
<a
href="https://developer.apple.com/documentation/devicemanagement/relay"
>Relay</a
>
</li>
<li>
<a
href="https://developer.apple.com/documentation/devicemanagement/servicemanagementmanagedloginitems"
>ServiceManagementManagedLoginItems</a
>
</li>
</ul>
</li>
<li>
Added support for identifying issues:
<ul class="styled-400-child">
<li>
A list of known issues can be viewed via the Issues button located in
the toolbar
</li>
<li>
Duplicated properties across payloads / profiles are listed in the
Issues popover
</li>
<li>Deprecated properties are also listed in the Issues popover</li>
<li>
Click on an individual issue to view the payload property details
</li>
</ul>
</li>
<li>
Added support for exporting Low Profile reports:
<ul class="styled-400-child">
<li>
A report of installed profiles can be exported as a
<code>.lowprofile</code> file via the Export button located in the
toolbar
</li>
<li>Reports can be opened by Low Profile on any Mac</li>
</ul>
</li>
<li>
Syntax highlighting for Property Lists has been rebuilt from the ground
up:
<ul class="styled-400-child">
<li>
Replaced custom code with
<a href="https://github.com/raspu/Highlightr">Highlightr</a> package,
reducing load times significantly!
</li>
<li>Supports themes, customizable via app Settings</li>
<li>
Supports
<a href="https://support.apple.com/en-us/HT208976"
>dynamic appearance</a
>
(i.e. light mode / dark mode)
</li>
</ul>
</li>
<li>
Fixed a bug that prevented payload properties with unicode characters from
loading correctly
</li>
<li>Fix a bug that displayed property value types incorrectly</li>
<li>
The Search bar now supports profile / payload names, identifiers and
property keys
</li>
<li>Sidebars columns are now wider by default and can be resized</li>
<li>Payload properties now indicate if they are deprecated</li>
<li>
An example Property List for each payload is now shown in the Discussion
tab
</li>
<li>The Discussion tab is now hidden if it is empty</li>
<li>
The previously selected payload is now remembered when switching between
profiles
</li>
<li>
The previously selected tab is now remembered when switching between
profiles / payloads
</li>
<li>Text selection has been enabled for the app Settings</li>
<li>
Added the missing tooltip for each payload's "View
Documentation" button
</li>
<li>
Bumped
<a href="https://github.com/filom/ASN1Decoder">AS1NDecoder</a> version to
<strong>1.9.0</strong>
</li>
<li>
Bumped
<a href="https://github.com/sparkle-project/Sparkle">Sparkle</a> version
to <strong>2.5.0</strong>
</li>
<li>
Bumped <a href="https://github.com/jpsim/Yams">Yams</a> version to
<strong>5.0.6</strong>
</li>
<li>A whole bunch of minor cosmetic tweaks</li>
</ul>
]]>
</description>
<pubDate>Sat, 11 Oct 2025 12:00:00 +0000</pubDate>
<enclosure url="https://github.com/ninxsoft/LowProfile/releases/download/v5.0.0/Low.Profile.5.0.0.pkg"
type="application/octet-stream"
sparkle:installationType="package"
sparkle:edSignature="EDjUYJFQCgh+SY6fkccJDk4yinQ+vMaDyicVtBiE1jESYmgAncTiz4ADzDdllZQMHumwRoQhoHniOOOFSJayAg=="
length="6726392"
/>
</item>
</channel>
</rss>