Skip to content

Commit 4bc31e8

Browse files
authored
Bump apple cert (#1336)
1 parent e887927 commit 4bc31e8

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
58 Bytes
Binary file not shown.

ant/apple/certs/apple-packager.cer

32 Bytes
Binary file not shown.

ant/apple/installer.xml

+5
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,11 @@
295295
<arg value="-Z"/>
296296
<arg value="6FD7892971854384AF40FAD1E0E6C56A992BC5EE"/>
297297
</exec>
298+
<exec executable="security">
299+
<arg value="delete-certificate"/>
300+
<arg value="-Z"/>
301+
<arg value="F7F10838412D9187042EE1EB018794094AFA189A"/>
302+
</exec>
298303

299304
<exec executable="security">
300305
<arg value="add-certificates"/>

0 commit comments

Comments
 (0)