- it was slightly improved how it interacted with the Last.fm api - the source code files were reorganized for a cleaner and more organized appearance when encoding - small graphical bugs of the interface were fixed when rendering with Swift.
18 lines
729 B
XML
18 lines
729 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<installer-gui-script minSpecVersion="1">
|
|
<title>Valentine Installer</title>
|
|
<license file="License.txt"/>
|
|
<pkg-ref id="dev.jesuschapman.Valentine"/>
|
|
<options customize="never" require-scripts="false" hostArchitectures="arm64"/>
|
|
<choices-outline>
|
|
<line choice="default">
|
|
<line choice="dev.jesuschapman.Valentine"/>
|
|
</line>
|
|
</choices-outline>
|
|
<choice id="default"/>
|
|
<choice id="dev.jesuschapman.Valentine" visible="false">
|
|
<pkg-ref id="dev.jesuschapman.Valentine"/>
|
|
</choice>
|
|
<pkg-ref id="dev.jesuschapman.Valentine" version="1.2 - 003" onConclusion="none">Valentine-component.pkg</pkg-ref>
|
|
</installer-gui-script>
|