Skip to content

Commit

Permalink
Use full pattern (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 28, 2024
1 parent cc4ed24 commit b293326
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2034,8 +2034,6 @@
<arg value="json"/>
<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="--team-id"/>
Expand All @@ -2047,7 +2045,7 @@
<concat>${retUUID.txt}</concat>
<filterchain>
<tokenfilter>
<containsregex pattern="[0-9a-fA-F\-]+" />
<containsregex pattern="[0-9a-fA-F]+\-[0-9a-fA-F]+\-[0-9a-fA-F]+\-[0-9a-fA-F]+\-[0-9a-fA-F]+" />
</tokenfilter>
<striplinebreaks/>
</filterchain>
Expand All @@ -2062,8 +2060,6 @@
<arg value="info"/>
<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="--team-id"/>
Expand Down Expand Up @@ -2111,12 +2107,12 @@
<arg value="${sign.account}"/>
<arg value="${dist.dir}/${ant.project.name}-${app.version}.zip"/>
</exec>
<echo>notarize-zip-app:${zipUUID.txt}</echo>
<echo>notarize-zip-app output:${zipUUID.txt}</echo>
<loadresource property="zipUUID">
<concat>${zipUUID.txt}</concat>
<filterchain>
<tokenfilter>
<containsregex pattern="[0-9a-fA-F\-]+" />
<containsregex pattern="[0-9a-fA-F]+\-[0-9a-fA-F]+\-[0-9a-fA-F]+\-[0-9a-fA-F]+\-[0-9a-fA-F]+" />
</tokenfilter>
<striplinebreaks/>
</filterchain>
Expand Down

0 comments on commit b293326

Please sign in to comment.