tor-browser

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

priconfig.xml (1831B)


      1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
      3   - License, v. 2.0. If a copy of the MPL was not distributed with this
      4   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      5 
      6 <resources targetOsVersion="10.0.0" majorVersion="1">
      7 <!-- Commenting this out yields a single `.pri` declaring all scales. See
      8      https://stackoverflow.com/a/42975692. -->
      9 <!-- <packaging> -->
     10 <!-- 	<autoResourcePackage qualifier="Language"/> -->
     11 <!-- 	<autoResourcePackage qualifier="Scale"/> -->
     12 <!-- 	<autoResourcePackage qualifier="DXFeatureLevel"/> -->
     13 <!-- </packaging> -->
     14 <index root="\" startIndexAt="\">
     15 	<default>
     16 		<qualifier name="Language" value="en-US"/>
     17 		<qualifier name="Contrast" value="standard"/>
     18 		<qualifier name="Scale" value="100"/>
     19 		<qualifier name="HomeRegion" value="001"/>
     20 		<qualifier name="TargetSize" value="256"/>
     21 		<qualifier name="LayoutDirection" value="LTR"/>
     22 		<qualifier name="Theme" value="dark"/>
     23 		<qualifier name="AlternateForm" value=""/>
     24 		<qualifier name="DXFeatureLevel" value="DX9"/>
     25 		<qualifier name="Configuration" value=""/>
     26 		<qualifier name="DeviceFamily" value="Universal"/>
     27 		<qualifier name="Custom" value=""/>
     28 	</default>
     29 	<indexer-config type="folder" foldernameAsQualifier="true" filenameAsQualifier="true" qualifierDelimiter="."/>
     30 	<indexer-config type="resw" convertDotsToSlashes="true" initialPath=""/>
     31 	<indexer-config type="resjson" initialPath=""/>
     32 	<indexer-config type="PRI"/>
     33 </index>
     34 <!--<index startIndexAt="Start Index Here" root="Root Here">-->
     35 <!--        <indexer-config type="resfiles" qualifierDelimiter="."/>-->
     36 <!--        <indexer-config type="priinfo" emitStrings="true" emitPaths="true" emitEmbeddedData="true"/>-->
     37 <!--</index>-->
     38 </resources>