1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/app/macbuild/Contents/Info.plist.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,224 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 1.6 +<plist version="1.0"> 1.7 +<dict> 1.8 + <key>CFBundleDevelopmentRegion</key> 1.9 + <string>English</string> 1.10 + <key>CFBundleDocumentTypes</key> 1.11 + <array> 1.12 + <dict> 1.13 + <key>CFBundleTypeExtensions</key> 1.14 + <array> 1.15 + <string>html</string> 1.16 + <string>htm</string> 1.17 + <string>shtml</string> 1.18 + <string>xht</string> 1.19 + <string>xhtml</string> 1.20 + </array> 1.21 + <key>CFBundleTypeIconFile</key> 1.22 + <string>document.icns</string> 1.23 + <key>CFBundleTypeName</key> 1.24 + <string>HTML Document</string> 1.25 + <key>CFBundleTypeOSTypes</key> 1.26 + <array> 1.27 + <string>HTML</string> 1.28 + </array> 1.29 + <key>CFBundleTypeRole</key> 1.30 + <string>Viewer</string> 1.31 + </dict> 1.32 + <dict> 1.33 + <key>CFBundleTypeExtensions</key> 1.34 + <array> 1.35 + <string>svg</string> 1.36 + </array> 1.37 + <key>CFBundleTypeIconFile</key> 1.38 + <string>document.icns</string> 1.39 + <key>CFBundleTypeMIMETypes</key> 1.40 + <array> 1.41 + <string>image/svg+xml</string> 1.42 + </array> 1.43 + <key>CFBundleTypeName</key> 1.44 + <string>SVG document</string> 1.45 + <key>CFBundleTypeOSTypes</key> 1.46 + <array> 1.47 + <string>TEXT</string> 1.48 + </array> 1.49 + <key>CFBundleTypeRole</key> 1.50 + <string>Viewer</string> 1.51 + <key>NSDocumentClass</key> 1.52 + <string>BrowserDocument</string> 1.53 + </dict> 1.54 + <dict> 1.55 + <key>CFBundleTypeExtensions</key> 1.56 + <array> 1.57 + <string>text</string> 1.58 + <string>txt</string> 1.59 + <string>js</string> 1.60 + <string>log</string> 1.61 + <string>css</string> 1.62 + <string>xul</string> 1.63 + <string>rdf</string> 1.64 + </array> 1.65 + <key>CFBundleTypeIconFile</key> 1.66 + <string>document.icns</string> 1.67 + <key>CFBundleTypeName</key> 1.68 + <string>Text Document</string> 1.69 + <key>CFBundleTypeOSTypes</key> 1.70 + <array> 1.71 + <string>TEXT</string> 1.72 + <string>utxt</string> 1.73 + </array> 1.74 + <key>CFBundleTypeRole</key> 1.75 + <string>Viewer</string> 1.76 + </dict> 1.77 + <dict> 1.78 + <key>CFBundleTypeExtensions</key> 1.79 + <array> 1.80 + <string>jpeg</string> 1.81 + <string>jpg</string> 1.82 + <string>png</string> 1.83 + <string>gif</string> 1.84 + </array> 1.85 + <key>CFBundleTypeIconFile</key> 1.86 + <string>fileBookmark.icns</string> 1.87 + <key>CFBundleTypeName</key> 1.88 + <string>document.icns</string> 1.89 + <key>CFBundleTypeOSTypes</key> 1.90 + <array> 1.91 + <string>GIFf</string> 1.92 + <string>JPEG</string> 1.93 + <string>PNGf</string> 1.94 + </array> 1.95 + <key>CFBundleTypeRole</key> 1.96 + <string>Viewer</string> 1.97 + </dict> 1.98 + <dict> 1.99 + <key>CFBundleTypeExtensions</key> 1.100 + <array> 1.101 + <string>oga</string> 1.102 + <string>ogg</string> 1.103 + </array> 1.104 + <key>CFBundleTypeIconFile</key> 1.105 + <string>document.icns</string> 1.106 + <key>CFBundleTypeMIMETypes</key> 1.107 + <array> 1.108 + <string>audio/ogg</string> 1.109 + </array> 1.110 + <key>CFBundleTypeName</key> 1.111 + <string>HTML5 Audio (Ogg)</string> 1.112 + <key>CFBundleTypeRole</key> 1.113 + <string>Viewer</string> 1.114 + </dict> 1.115 + <dict> 1.116 + <key>CFBundleTypeExtensions</key> 1.117 + <array> 1.118 + <string>ogv</string> 1.119 + </array> 1.120 + <key>CFBundleTypeIconFile</key> 1.121 + <string>document.icns</string> 1.122 + <key>CFBundleTypeMIMETypes</key> 1.123 + <array> 1.124 + <string>video/ogg</string> 1.125 + </array> 1.126 + <key>CFBundleTypeName</key> 1.127 + <string>HTML5 Video (Ogg)</string> 1.128 + <key>CFBundleTypeRole</key> 1.129 + <string>Viewer</string> 1.130 + </dict> 1.131 + <dict> 1.132 + <key>CFBundleTypeExtensions</key> 1.133 + <array> 1.134 + <string>webm</string> 1.135 + </array> 1.136 + <key>CFBundleTypeIconFile</key> 1.137 + <string>document.icns</string> 1.138 + <key>CFBundleTypeMIMETypes</key> 1.139 + <array> 1.140 + <string>video/webm</string> 1.141 + </array> 1.142 + <key>CFBundleTypeName</key> 1.143 + <string>HTML5 Video (WebM)</string> 1.144 + <key>CFBundleTypeRole</key> 1.145 + <string>Viewer</string> 1.146 + </dict> 1.147 + </array> 1.148 + <key>CFBundleExecutable</key> 1.149 + <string>firefox</string> 1.150 + <key>CFBundleGetInfoString</key> 1.151 + <string>%MAC_APP_NAME% %APP_VERSION%</string> 1.152 + <key>CFBundleIconFile</key> 1.153 + <string>firefox</string> 1.154 + <key>CFBundleIdentifier</key> 1.155 + <string>%MOZ_MACBUNDLE_ID%</string> 1.156 + <key>CFBundleInfoDictionaryVersion</key> 1.157 + <string>6.0</string> 1.158 + <key>CFBundleName</key> 1.159 + <string>%MAC_APP_NAME%</string> 1.160 + <key>CFBundlePackageType</key> 1.161 + <string>APPL</string> 1.162 + <key>CFBundleShortVersionString</key> 1.163 + <string>%APP_VERSION%</string> 1.164 + <key>CFBundleSignature</key> 1.165 + <string>MOZB</string> 1.166 + <key>CFBundleURLTypes</key> 1.167 + <array> 1.168 + <dict> 1.169 + <key>CFBundleURLIconFile</key> 1.170 + <string>document.icns</string> 1.171 + <key>CFBundleURLName</key> 1.172 + <string>http URL</string> 1.173 + <key>CFBundleURLSchemes</key> 1.174 + <array> 1.175 + <string>http</string> 1.176 + </array> 1.177 + </dict> 1.178 + <dict> 1.179 + <key>CFBundleURLIconFile</key> 1.180 + <string>document.icns</string> 1.181 + <key>CFBundleURLName</key> 1.182 + <string>https URL</string> 1.183 + <key>CFBundleURLSchemes</key> 1.184 + <array> 1.185 + <string>https</string> 1.186 + </array> 1.187 + </dict> 1.188 + <dict> 1.189 + <key>CFBundleURLName</key> 1.190 + <string>ftp URL</string> 1.191 + <key>CFBundleURLSchemes</key> 1.192 + <array> 1.193 + <string>ftp</string> 1.194 + </array> 1.195 + </dict> 1.196 + <dict> 1.197 + <key>CFBundleURLName</key> 1.198 + <string>file URL</string> 1.199 + <key>CFBundleURLSchemes</key> 1.200 + <array> 1.201 + <string>file</string> 1.202 + </array> 1.203 + </dict> 1.204 + </array> 1.205 + <key>CFBundleVersion</key> 1.206 + <string>%MAC_BUNDLE_VERSION%</string> 1.207 + <key>NSAppleScriptEnabled</key> 1.208 + <true/> 1.209 + <key>LSApplicationCategoryType</key> 1.210 + <string>public.app-category.productivity</string> 1.211 + <key>LSMinimumSystemVersion</key> 1.212 + <string>10.6</string> 1.213 + <key>LSMinimumSystemVersionByArchitecture</key> 1.214 + <dict> 1.215 + <key>i386</key> 1.216 + <string>10.6.0</string> 1.217 + <key>x86_64</key> 1.218 + <string>10.6.0</string> 1.219 + </dict> 1.220 + <key>NSSupportsAutomaticGraphicsSwitching</key> 1.221 + <true/> 1.222 + <key>NSPrincipalClass</key> 1.223 + <string>GeckoNSApplication</string> 1.224 + <key>NSDisablePersistence</key> 1.225 + <true/> 1.226 +</dict> 1.227 +</plist>