Skip to content

Commit

Permalink
Update build.xml with notarytool team_id
Browse files Browse the repository at this point in the history
  • Loading branch information
lkurz authored May 25, 2024
1 parent 18a5685 commit c3beb23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2119,6 +2119,8 @@
<arg value="--wait"/>
<arg value="--apple-id"/>
<arg value="${notarize.account}"/>
<arg value="--team-id"/>
<arg value="${sign.account}"/>
<arg value="--password"/>
<arg value="${notarize.keychain_key}"/>
<!-- <arg value="@keychain:${notarize.keychain_key}"/> -->
Expand Down Expand Up @@ -2155,6 +2157,8 @@
<arg value="${retUUID}"/>
<arg value="--username"/>
<arg value="${notarize.account}"/>
<arg value="--team-id"/>
<arg value="${sign.account}"/>
<arg value="--password"/>
<arg value="${notarize.keychain_key}"/>
<!-- <arg value="@keychain:${notarize.keychain_key}"/> -->
Expand Down Expand Up @@ -2192,6 +2196,8 @@
<arg value="--wait"/>
<arg value="--username"/>
<arg value="${notarize.account}"/>
<arg value="--team-id"/>
<arg value="${sign.account}"/>
<arg value="--password"/>
<arg value="${notarize.keychain_key}"/>
<!-- <arg value="@keychain:${notarize.keychain_key}"/> -->
Expand Down

0 comments on commit c3beb23

Please sign in to comment.