tor-browser

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

PackageInfo.template (946B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <pkg-info overwrite-permissions="true" relocatable="false" identifier="${CFBundleIdentifier}" postinstall-action="none" version="${simple_version}" format-version="2" generator-version="InstallCmds-681 (18F132)" install-location="/Applications" auth="root">
      3     <payload numberOfFiles="${numberOfFiles}" installKBytes="${installKBytes}"/>
      4     <bundle path="./${app_name}.app" id="${CFBundleIdentifier}" CFBundleShortVersionString="${CFBundleShortVersionString}" CFBundleVersion="${CFBundleVersion}"/>
      5     <bundle-version>
      6         <bundle id="${CFBundleIdentifier}"/>
      7     </bundle-version>
      8     <upgrade-bundle>
      9         <bundle id="${CFBundleIdentifier}"/>
     10     </upgrade-bundle>
     11     <update-bundle/>
     12     <atomic-update-bundle/>
     13     <strict-identifier>
     14         <bundle id="${CFBundleIdentifier}"/>
     15     </strict-identifier>
     16     <relocate>
     17         <bundle id="${CFBundleIdentifier}"/>
     18     </relocate>
     19 </pkg-info>