Skip to content

Commit

Permalink
Fix errors (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 26, 2024
1 parent 2b7c970 commit 7edeacf
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2094,37 +2094,6 @@
<arg value="${ant.project.name}-${app.version}.dmg"/>
</exec>
</target>

<<<<<<< Upstream, based on branch 'master-syn' of https://github.com/byrnHDF/hdfview.git
<target name="zip-submit-notary" if="sign.enable">
<exec executable="/usr/bin/xcrun" failonerror="true">
<redirector output="retUUID.txt" alwayslog="true"/>
<arg value="notarytool"/>
<arg value="submit"/>
<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="--team-id"/>
<arg value="${sign.account}"/>
<arg value="${dist.dir}/${ant.project.name}-${app.version}.zip"/>
</exec>
<loadfile property="retUUID" srcfile="retUUID.txt">
<filterchain>
<tokenfilter>
<containsregex
pattern="RequestUUID\s*\=\s*([0-9a-fA-F-]+)$"
replace="\1" />
</tokenfilter>
<striplinebreaks/>
</filterchain>
</loadfile>
<echo>notarize-app:${retUUID}</echo>
</target>
=======
<target name="zip-submit-notary" if="sign.enable">
<exec executable="/usr/bin/xcrun" failonerror="true"
outputproperty="zipUUID.txt">
Expand Down Expand Up @@ -2153,8 +2122,8 @@
</filterchain>
</loadfile>
<echo>notarize-zip-app:${zipUUID}</echo>
</sequential>
</target>
>>>>>>> 533cade correct regex for new output

<!-- Staple the received notarization to the app -->
<!-- run this after notarization is completed -->
Expand Down

0 comments on commit 7edeacf

Please sign in to comment.