diff options
author | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 15:20:33 +0000 |
---|---|---|
committer | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 15:20:33 +0000 |
commit | 4e3b4209abdd6037f7a2329d54b4578524810af2 (patch) | |
tree | 8cc8e5fbeec20b17c6d7072d652e72ace8e64eac /chrome/app/app-Info.plist | |
parent | f1ac056488379b5f3221c658b32a1b783e87b9e9 (diff) | |
download | chromium_src-4e3b4209abdd6037f7a2329d54b4578524810af2.zip chromium_src-4e3b4209abdd6037f7a2329d54b4578524810af2.tar.gz chromium_src-4e3b4209abdd6037f7a2329d54b4578524810af2.tar.bz2 |
bootstrap app target for browser/renderer.
Review URL: http://codereview.chromium.org/13202
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6430 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/app-Info.plist')
-rw-r--r-- | chrome/app/app-Info.plist | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/chrome/app/app-Info.plist b/chrome/app/app-Info.plist new file mode 100644 index 0000000..07046fd --- /dev/null +++ b/chrome/app/app-Info.plist @@ -0,0 +1,26 @@ +<?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>CFBundleExecutable</key> + <string>${EXECUTABLE_NAME}</string> + <key>CFBundleIconFile</key> + <string>chromium</string> + <key>CFBundleIdentifier</key> + <string>com.google.${PRODUCT_NAME:identifier}</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>0.1</string> + <key>NSMainNibFile</key> + <string>MainMenu</string> + <key>NSPrincipalClass</key> + <string>NSApplication</string> +</dict> +</plist> |