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

Side by Side Diff: tpmd_dev/darwin/Info.plist

Issue 660204: Upgrade to tpm-emulator version 0.7. (Closed)
Patch Set: Created 10 years, 9 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
« no previous file with comments | « tpmd_dev/darwin/English.lproj/InfoPlist.strings ('k') | tpmd_dev/darwin/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleExecutable</key>
8 <string>tpm_bridge</string>
9 <key>CFBundleIdentifier</key>
10 <string>com.osxbook.kext.tpm_bridge</string>
11 <key>CFBundleInfoDictionaryVersion</key>
12 <string>6.0</string>
13 <key>CFBundleName</key>
14 <string>TPM Emulator Bridge</string>
15 <key>CFBundlePackageType</key>
16 <string>KEXT</string>
17 <key>CFBundleSignature</key>
18 <string>????</string>
19 <key>CFBundleVersion</key>
20 <string>1.0.0d1</string>
21 <key>NSHumanReadableCopyright</key>
22 <string>© Amit Singh, 2009-2010</string>
23 <key>OSBundleLibraries</key>
24 <dict>
25 <key>com.apple.kpi.bsd</key>
26 <string>9.0.0</string>
27 <key>com.apple.kpi.libkern</key>
28 <string>9.0.0</string>
29 </dict>
30 </dict>
31 </plist>
OLDNEW
« no previous file with comments | « tpmd_dev/darwin/English.lproj/InfoPlist.strings ('k') | tpmd_dev/darwin/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698