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

Side by Side Diff: chrome_mac/Chromium.app/Contents/Versions/31.0.1624.0/Chromium Framework.framework/Resources/Info.plist

Issue 85333005: Update reference builds to Chrome 32.0.1700.19 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years 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
OLDNEW
(Empty)
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">
3 <plist version="1.0">
4 <dict>
5 <key>BreakpadProduct</key>
6 <string>Chromium_Mac</string>
7 <key>BreakpadProductDisplay</key>
8 <string>Chromium</string>
9 <key>BreakpadReportInterval</key>
10 <string>3600</string>
11 <key>BreakpadSendAndExit</key>
12 <string>YES</string>
13 <key>BreakpadSkipConfirm</key>
14 <string>YES</string>
15 <key>BreakpadURL</key>
16 <string>none</string>
17 <key>BreakpadVersion</key>
18 <string>31.0.1624.0</string>
19 <key>BuildMachineOSBuild</key>
20 <string>10K549</string>
21 <key>CFBundleDevelopmentRegion</key>
22 <string>en</string>
23 <key>CFBundleExecutable</key>
24 <string>Chromium Framework</string>
25 <key>CFBundleIdentifier</key>
26 <string>org.chromium.Chromium.framework</string>
27 <key>CFBundleInfoDictionaryVersion</key>
28 <string>6.0</string>
29 <key>CFBundlePackageType</key>
30 <string>FMWK</string>
31 <key>CFBundleShortVersionString</key>
32 <string>31.0.1624.0</string>
33 <key>CFBundleSignature</key>
34 <string>????</string>
35 <key>CFBundleVersion</key>
36 <string>1624.0</string>
37 <key>DTCompiler</key>
38 <string>com.apple.compilers.llvm.clang.1_0</string>
39 <key>DTPlatformBuild</key>
40 <string>4C199</string>
41 <key>DTPlatformVersion</key>
42 <string>GM</string>
43 <key>DTSDKBuild</key>
44 <string>10K549</string>
45 <key>DTSDKName</key>
46 <string>macosx10.6</string>
47 <key>DTXcode</key>
48 <string>0420</string>
49 <key>DTXcodeBuild</key>
50 <string>4C199</string>
51 <key>SCMRevision</key>
52 <string>221697</string>
53 </dict>
54 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698