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

Unified Diff: remoting/host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg/Contents/Info.plist

Issue 9956155: [Chromoting] Keystone installer package. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: remoting/host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg/Contents/Info.plist
===================================================================
--- remoting/host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg/Contents/Info.plist (revision 0)
+++ remoting/host/installer/mac/Keystone/GoogleSoftwareUpdate.pkg/Contents/Info.plist (working copy)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleGetInfoString</key>
+ <string>Google Software Update 1.0.9.2865, © 2005-2010 Google Inc.</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.google.pkg.Keystone</string>
+ <key>CFBundleName</key>
+ <string>GoogleSoftwareUpdate</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0.9</string>
+ <key>IFMajorVersion</key>
+ <string>1</string>
+ <key>IFMinorVersion</key>
+ <string>0</string>
+ <key>IFPkgBuildDate</key>
+ <date>2011-05-23T18:11:05Z</date>
+ <key>IFPkgBuildVersion</key>
+ <string>9L31a</string>
+ <key>IFPkgCreator</key>
+ <string>IcebergBuilder 1.2.8</string>
+ <key>IFPkgFlagAllowBackRev</key>
+ <true/>
+ <key>IFPkgFlagAuthorizationAction</key>
+ <string>RootAuthorization</string>
+ <key>IFPkgFlagDefaultLocation</key>
+ <string>/</string>
+ <key>IFPkgFlagFollowLinks</key>
+ <false/>
+ <key>IFPkgFlagInstalledSize</key>
+ <integer>4</integer>
+ <key>IFPkgFlagIsRequired</key>
+ <false/>
+ <key>IFPkgFlagOverwritePermissions</key>
+ <false/>
+ <key>IFPkgFlagRelocatable</key>
+ <false/>
+ <key>IFPkgFlagRestartAction</key>
+ <string>NoRestart</string>
+ <key>IFPkgFlagRootVolumeOnly</key>
+ <true/>
+ <key>IFPkgFlagUpdateInstalledLanguages</key>
+ <false/>
+ <key>IFPkgFormatVersion</key>
+ <real>0.10000000149011612</real>
+ <key>IFRequirementDicts</key>
+ <array>
+ <dict>
+ <key>LabelKey</key>
+ <string>10.4 or later</string>
+ <key>Level</key>
+ <string>requires</string>
+ <key>MessageKey</key>
+ <string>messagekey0</string>
+ <key>SpecArgument</key>
+ <string>sysv</string>
+ <key>SpecType</key>
+ <string>gestalt</string>
+ <key>TestObject</key>
+ <string>4160</string>
+ <key>TestOperator</key>
+ <string>&gt;=</string>
+ <key>TitleKey</key>
+ <string>titlekey0</string>
+ </dict>
+ </array>
+</dict>
+</plist>

Powered by Google App Engine
This is Rietveld 408576698