We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00779f0 commit c795b28Copy full SHA for c795b28
ant/apple/installer.xml
@@ -269,6 +269,18 @@
269
</target>
270
271
<target name="add-certificates" depends="get-identity">
272
+ <!-- Remove expired certificates -->
273
+ <exec executable="security">
274
+ <arg value="delete-certificate"/>
275
+ <arg value="-Z"/>
276
+ <arg value="A69020D49B47383064ADD5779911822850235953"/>
277
+ </exec>
278
279
280
281
+ <arg value="6FD7892971854384AF40FAD1E0E6C56A992BC5EE"/>
282
283
+
284
<exec executable="security">
285
<arg value="add-certificates"/>
286
<arg value="${basedir}/ant/apple/certs/apple-packager.cer"/>
0 commit comments