rizin/dist/osx/Distribution
Riccardo Schirone 6f41360178
MacOS improvements (#322)
* Ad-hoc sign rizin binary with debugger entitlements on MacOS
* Use re.rizin.rizin and move OSX pkg files in dist/osx
* Use dist/osx/build_osx_package.sh to create OSX pkg with meson
* Mention how to create OSX pkg in doc/PACKAGERS.md
* Remove doc/macos.md
2021-01-11 14:45:38 +01:00

19 lines
No EOL
773 B
XML

<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
<title>Rizin</title>
<license file="COPYING.LESSER" mime-type="text/plain"/>
<pkg-ref id="re.rizin.rizin"/>
<options customize="never" require-scripts="false"/>
<choices-outline>
<line choice="default">
<line choice="re.rizin.rizin"/>
</line>
</choices-outline>
<choice id="default"/>
<choice id="re.rizin.rizin" visible="false">
<pkg-ref id="re.rizin.rizin"/>
</choice>
<pkg-ref id="re.rizin.rizin" version="0" onConclusion="none">rizin.pkg</pkg-ref>
<welcome file="welcome.rtf" mime-type="text/enriched"/>
<background file="rizin-logo.png" mime-type="image/png" alignment="center"/>
</installer-gui-script>