tor-browser

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

Info.plist.in (7239B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      3 <plist version="1.0">
      4 <dict>
      5 	<key>CFBundleDevelopmentRegion</key>
      6 	<string>English</string>
      7 	<key>CFBundleDocumentTypes</key>
      8 	<array>
      9 		<dict>
     10 			<key>CFBundleTypeExtensions</key>
     11 			<array>
     12 				<string>html</string>
     13 				<string>htm</string>
     14 				<string>shtml</string>
     15 				<string>xht</string>
     16 				<string>xhtml</string>
     17 			</array>
     18 			<key>CFBundleTypeIconFile</key>
     19 			<string>document.icns</string>
     20 			<key>CFBundleTypeName</key>
     21 			<string>HTML Document</string>
     22 			<key>CFBundleTypeOSTypes</key>
     23 			<array>
     24 				<string>HTML</string>
     25 			</array>
     26 			<key>CFBundleTypeRole</key>
     27 			<string>Viewer</string>
     28 		</dict>
     29 		<dict>
     30 			<key>CFBundleTypeExtensions</key>
     31 			<array>
     32 				<string>json</string>
     33 			</array>
     34 			<key>CFBundleTypeIconFile</key>
     35 			<string>document.icns</string>
     36 			<key>CFBundleTypeMIMETypes</key>
     37 			<array>
     38 				<string>application/json</string>
     39 			</array>
     40 			<key>CFBundleTypeName</key>
     41 			<string>JSON File</string>
     42 			<key>CFBundleTypeOSTypes</key>
     43 			<array>
     44 				<string>TEXT</string>
     45 			</array>
     46 			<key>CFBundleTypeRole</key>
     47 			<string>Viewer</string>
     48 		</dict>
     49 		<dict>
     50 			<key>CFBundleTypeExtensions</key>
     51 			<array>
     52 				<string>pdf</string>
     53 			</array>
     54 			<key>CFBundleTypeIconFile</key>
     55 			<string>document.icns</string>
     56 			<key>CFBundleTypeMIMETypes</key>
     57 			<array>
     58 				<string>application/pdf</string>
     59 			</array>
     60 			<key>CFBundleTypeName</key>
     61 			<string>PDF document</string>
     62 			<key>CFBundleTypeOSTypes</key>
     63 			<array>
     64 				<string>TEXT</string>
     65 			</array>
     66 			<key>CFBundleTypeRole</key>
     67 			<string>Viewer</string>
     68 			<key>LSHandlerRank</key>
     69 			<string>Alternate</string>
     70 		</dict>
     71 		<dict>
     72 			<key>CFBundleTypeExtensions</key>
     73 			<array>
     74 				<string>svg</string>
     75 			</array>
     76 			<key>CFBundleTypeIconFile</key>
     77 			<string>document.icns</string>
     78 			<key>CFBundleTypeMIMETypes</key>
     79 			<array>
     80 				<string>image/svg+xml</string>
     81 			</array>
     82 			<key>CFBundleTypeName</key>
     83 			<string>SVG document</string>
     84 			<key>CFBundleTypeOSTypes</key>
     85 			<array>
     86 				<string>TEXT</string>
     87 			</array>
     88 			<key>CFBundleTypeRole</key>
     89 			<string>Viewer</string>
     90 			<key>NSDocumentClass</key>
     91 			<string>BrowserDocument</string>
     92 		</dict>
     93 		<dict>
     94 			<key>CFBundleTypeExtensions</key>
     95 			<array>
     96 			    <string>text</string>
     97 				<string>txt</string>
     98 				<string>js</string>
     99 				<string>log</string>
    100 				<string>css</string>
    101 				<string>xul</string>
    102 				<string>rdf</string>
    103 			</array>
    104 			<key>CFBundleTypeIconFile</key>
    105 			<string>document.icns</string>
    106 			<key>CFBundleTypeName</key>
    107 			<string>Text Document</string>
    108 			<key>CFBundleTypeOSTypes</key>
    109 			<array>
    110 				<string>TEXT</string>
    111 				<string>utxt</string>
    112 			</array>
    113 			<key>CFBundleTypeRole</key>
    114 			<string>Viewer</string>
    115 		</dict>
    116 		<dict>
    117 			<key>CFBundleTypeExtensions</key>
    118 			<array>
    119 				<string>jpeg</string>
    120 				<string>jpg</string>
    121 				<string>png</string>
    122 				<string>gif</string>
    123 			</array>
    124 			<key>CFBundleTypeIconFile</key>
    125 			<string>fileBookmark.icns</string>
    126 			<key>CFBundleTypeName</key>
    127 			<string>document.icns</string>
    128 			<key>CFBundleTypeOSTypes</key>
    129 			<array>
    130 				<string>GIFf</string>
    131 				<string>JPEG</string>
    132 				<string>PNGf</string>
    133 			</array>
    134 			<key>CFBundleTypeRole</key>
    135 			<string>Viewer</string>
    136 		</dict>
    137 		<dict>
    138 			<key>CFBundleTypeExtensions</key>
    139 			<array>
    140 				<string>oga</string>
    141 				<string>ogg</string>
    142 			</array>
    143 			<key>CFBundleTypeIconFile</key>
    144 			<string>document.icns</string>
    145 			<key>CFBundleTypeMIMETypes</key>
    146 			<array>
    147 				<string>audio/ogg</string>
    148 			</array>
    149 			<key>CFBundleTypeName</key>
    150 			<string>HTML5 Audio (Ogg)</string>
    151 			<key>CFBundleTypeRole</key>
    152 			<string>Viewer</string>
    153 		</dict>
    154 		<dict>
    155 			<key>CFBundleTypeExtensions</key>
    156 			<array>
    157 				<string>ogv</string>
    158 			</array>
    159 			<key>CFBundleTypeIconFile</key>
    160 			<string>document.icns</string>
    161 			<key>CFBundleTypeMIMETypes</key>
    162 			<array>
    163 				<string>video/ogg</string>
    164 			</array>
    165 			<key>CFBundleTypeName</key>
    166 			<string>HTML5 Video (Ogg)</string>
    167 			<key>CFBundleTypeRole</key>
    168 			<string>Viewer</string>
    169 		</dict>
    170 		<dict>
    171 			<key>CFBundleTypeExtensions</key>
    172 			<array>
    173 				<string>webm</string>
    174 			</array>
    175 			<key>CFBundleTypeIconFile</key>
    176 			<string>document.icns</string>
    177 			<key>CFBundleTypeMIMETypes</key>
    178 			<array>
    179 				<string>video/webm</string>
    180 			</array>
    181 			<key>CFBundleTypeName</key>
    182 			<string>HTML5 Video (WebM)</string>
    183 			<key>CFBundleTypeRole</key>
    184 			<string>Viewer</string>
    185 		</dict>
    186 	</array>
    187 	<key>CFBundleExecutable</key>
    188 	<string>@MOZ_APP_NAME@</string>
    189 	<key>CFBundleGetInfoString</key>
    190 	<string>@MAC_APP_NAME@ @APP_VERSION@</string>
    191 	<key>CFBundleIconFile</key>
    192 	<string>firefox.icns</string>
    193 	<key>CFBundleIdentifier</key>
    194 	<string>@MOZ_MACBUNDLE_ID@</string>
    195 	<key>CFBundleInfoDictionaryVersion</key>
    196 	<string>6.0</string>
    197 	<key>CFBundleName</key>
    198 	<string>@MAC_APP_NAME@</string>
    199 	<key>CFBundlePackageType</key>
    200 	<string>APPL</string>
    201 	<key>CFBundleShortVersionString</key>
    202 	<string>@APP_VERSION@</string>
    203 	<key>CFBundleSignature</key>
    204 	<string>TORB</string>
    205 	<key>CFBundleURLTypes</key>
    206 	<array>
    207 		<dict>
    208 			<key>CFBundleURLIconFile</key>
    209 			<string>document.icns</string>
    210 			<key>CFBundleURLName</key>
    211 			<string>http URL</string>
    212 			<key>CFBundleURLSchemes</key>
    213 			<array>
    214 				<string>http</string>
    215 			</array>
    216 		</dict>
    217 		<dict>
    218 			<key>CFBundleURLIconFile</key>
    219 			<string>document.icns</string>
    220 			<key>CFBundleURLName</key>
    221 			<string>https URL</string>
    222 			<key>CFBundleURLSchemes</key>
    223 			<array>
    224 				<string>https</string>
    225 			</array>
    226 		</dict>
    227 		<dict>
    228 			<key>CFBundleURLName</key>
    229 			<string>file URL</string>
    230 			<key>CFBundleURLSchemes</key>
    231 			<array>
    232 				<string>file</string>
    233 			</array>
    234 		</dict>
    235 	</array>
    236 	<key>CFBundleVersion</key>
    237 	<string>@MAC_BUNDLE_VERSION@</string>
    238 	<key>NSUserActivityTypes</key>
    239 	<array>
    240 		<string>NSUserActivityTypeBrowsingWeb</string>
    241 	</array>
    242 	<key>NSAppleScriptEnabled</key>
    243 	<true/>
    244 	<key>LSApplicationCategoryType</key>
    245 	<string>public.app-category.productivity</string>
    246 	<key>LSEnvironment</key>
    247 	<dict>
    248 		<key>MallocNanoZone</key>
    249 		<string>0</string>
    250 		<key>SYSTEM_VERSION_COMPAT</key>
    251 		<string>0</string>
    252 	</dict>
    253 	<key>LSFileQuarantineEnabled</key>
    254 	<true/>
    255 	<key>LSMinimumSystemVersion</key>
    256 	<string>10.15.0</string>
    257   <key>NSSupportsAutomaticGraphicsSwitching</key>
    258   <true/>
    259   <key>NSRequiresAquaSystemAppearance</key>
    260   <false/>
    261   <key>NSPrincipalClass</key>
    262   <string>GeckoNSApplication</string>
    263 	<key>SMPrivilegedExecutables</key>
    264 	<dict>
    265 		<key>org.mozilla.updater</key>
    266 		<string>@MOZ_SMPRIVILEGEDEXECUTABLES_REQUIREMENTS@</string>
    267 	</dict>
    268   <key>MozillaDeveloperRepoPath</key>
    269   <string>@MOZ_DEVELOPER_REPO_PATH@</string>
    270   <key>MozillaDeveloperObjPath</key>
    271   <string>@MOZ_DEVELOPER_OBJ_PATH@</string>
    272 
    273   <key>NSCameraUsageDescription</key>
    274   <string>Only sites you allow within @MAC_APP_NAME@ will be able to use the camera.</string>
    275 
    276   <key>NSMicrophoneUsageDescription</key>
    277   <string>Only sites you allow within @MAC_APP_NAME@ will be able to use the microphone.</string>
    278 
    279   <key>NSCameraReactionEffectGesturesEnabledDefault</key>
    280   <false/>
    281 </dict>
    282 </plist>