tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

Distribution.template (896B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <installer-gui-script minSpecVersion="1">
      3     <pkg-ref id="${CFBundleIdentifier}">
      4         <bundle-version>
      5             <bundle CFBundleShortVersionString="${CFBundleShortVersionString}" CFBundleVersion="${CFBundleVersion}" id="${CFBundleIdentifier}" path="${app_name}.app"/>
      6         </bundle-version>
      7     </pkg-ref>
      8     <options customize="never" require-scripts="false" hostArchitectures="x86_64,arm64"/>
      9     <choices-outline>
     10         <line choice="default">
     11             <line choice="${CFBundleIdentifier}"/>
     12         </line>
     13     </choices-outline>
     14     <choice id="default"/>
     15     <choice id="${CFBundleIdentifier}" visible="false">
     16         <pkg-ref id="${CFBundleIdentifier}"/>
     17     </choice>
     18     <pkg-ref id="${CFBundleIdentifier}" version="${simple_version}" installKBytes="${installKBytes}">#${app_name_url_encoded}.pkg</pkg-ref>
     19 </installer-gui-script>