Skip to content

Commit

Permalink
Try json (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 28, 2024
1 parent c0262cc commit 2438ea1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2030,6 +2030,8 @@
<arg value="notarytool"/>
<arg value="submit"/>
<arg value="--wait"/>
<arg value="--output-format"/>
<arg value="json"/>
<arg value="--apple-id"/>
<arg value="${notarize.account}"/>
<arg value="--team-id"/>
Expand Down Expand Up @@ -2104,6 +2106,8 @@
<arg value="notarytool"/>
<arg value="submit"/>
<arg value="--wait"/>
<arg value="--output-format"/>
<arg value="json"/>
<arg value="--apple-id"/>
<arg value="${notarize.account}"/>
<arg value="--password"/>
Expand Down

0 comments on commit 2438ea1

Please sign in to comment.