Skip to content

Commit

Permalink
Make Package/Distribution.plist as close to .pkg contents as possible.
Browse files Browse the repository at this point in the history
Partial mas-cli#638

Signed-off-by: Ross Goldberg <[email protected]>
  • Loading branch information
rgoldberg committed Dec 20, 2024
1 parent 00a7c02 commit d5f9dba
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Package/Distribution.plist
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
<pkg-ref id="com.mphys.mas-cli" version="1.0.0" onConclusion="none">mas_components.pkg</pkg-ref>
<domains enable_localSystem="true" enable_anywhere="true" enable_currentUserHome="false" />
<pkg-ref id="com.mphys.mas-cli">
<bundle-version/>
</pkg-ref>
<pkg-ref id="com.mphys.mas-cli" onConclusion="none">#mas_components.pkg</pkg-ref>
<domains enable_localSystem="true" enable_anywhere="true" enable_currentUserHome="false"/>
<options customize="never" require-scripts="false"/>
<volume-check>
<allowed-os-versions>
Expand Down

0 comments on commit d5f9dba

Please sign in to comment.