Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions codesign.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@
<property name="codesign.options" value="--force --options runtime"/>
<property name="codesign.arg"
value="--entitlements ${setup}/app/default.entitlements --requirements ${codesign.requirement}"/>
<property name="codesign.provisionprofile" value="embedded.provisionprofile"/>

<target name="codesign" depends="dotclean,compile-codesign-requirement">
<copy todir="${bundle}/${bundle.contents}" overwrite="true">
<file file="${setup}/app/${codesign.provisionprofile}"/>
</copy>
<echo
message="Code signing ${bundle} with certificate ${codesign.certificate} and entitlements ${codesign.arg} from ${codesign.keychain}"/>
<apply executable="/usr/bin/xcrun" failonerror="true"
Expand Down
Binary file added setup/app/embedded.provisionprofile
Binary file not shown.