Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: chrome/app/app-Info.plist

Issue 3046042: Added AppleScript support (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>en</string> 6 <string>en</string>
7 <key>CFBundleDisplayName</key> 7 <key>CFBundleDisplayName</key>
8 <string>${EXECUTABLE_NAME}</string> 8 <string>${EXECUTABLE_NAME}</string>
9 <key>CFBundleDocumentTypes</key> 9 <key>CFBundleDocumentTypes</key>
10 <array> 10 <array>
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 <key>CFBundleInfoDictionaryVersion</key> 145 <key>CFBundleInfoDictionaryVersion</key>
146 <string>6.0</string> 146 <string>6.0</string>
147 <key>CFBundleName</key> 147 <key>CFBundleName</key>
148 <string>${CHROMIUM_SHORT_NAME}</string> 148 <string>${CHROMIUM_SHORT_NAME}</string>
149 <key>CFBundlePackageType</key> 149 <key>CFBundlePackageType</key>
150 <string>APPL</string> 150 <string>APPL</string>
151 <key>CFBundleSignature</key> 151 <key>CFBundleSignature</key>
152 <string>${CHROMIUM_CREATOR}</string> 152 <string>${CHROMIUM_CREATOR}</string>
153 <key>NSAppleScriptEnabled</key> 153 <key>NSAppleScriptEnabled</key>
154 <true/> 154 <true/>
155 <key>OSAScriptingDefinition</key>
156 <string>scripting.sdef</string>
155 <key>CFBundleURLTypes</key> 157 <key>CFBundleURLTypes</key>
156 <array> 158 <array>
157 <dict> 159 <dict>
158 <key>CFBundleURLName</key> 160 <key>CFBundleURLName</key>
159 <string>Web site URL</string> 161 <string>Web site URL</string>
160 <key>CFBundleURLSchemes</key> 162 <key>CFBundleURLSchemes</key>
161 <array> 163 <array>
162 <string>http</string> 164 <string>http</string>
163 <string>https</string> 165 <string>https</string>
164 </array> 166 </array>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 <dict> 203 <dict>
202 <key>public.filename-extension</key> 204 <key>public.filename-extension</key>
203 <array> 205 <array>
204 <string>crx</string> 206 <string>crx</string>
205 </array> 207 </array>
206 </dict> 208 </dict>
207 </dict> 209 </dict>
208 </array> 210 </array>
209 </dict> 211 </dict>
210 </plist> 212 </plist>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698