diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 13:29:07 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 13:29:07 +0000 |
commit | 27a126d6b700e05534deb0e947f25f342ff3fa42 (patch) | |
tree | d159890130d18ef69e12d4e59846dd673ce3b407 /chrome/app/app-Info.plist | |
parent | db862f9cf8152f77949a3d896cb7aa87d0916593 (diff) | |
download | chromium_src-27a126d6b700e05534deb0e947f25f342ff3fa42.zip chromium_src-27a126d6b700e05534deb0e947f25f342ff3fa42.tar.gz chromium_src-27a126d6b700e05534deb0e947f25f342ff3fa42.tar.bz2 |
Put a proper info.plist into the framework so we can codesign it.
Update the tweak info.plist script to work on frameworks as well as apps.
Remove the bundle version since the script manages that.
BUG=20503
TEST=The framework should now have an valid info.plist file in it's resources folder.
Review URL: http://codereview.chromium.org/178055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25027 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/app-Info.plist')
-rw-r--r-- | chrome/app/app-Info.plist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/app/app-Info.plist b/chrome/app/app-Info.plist index 1e65fda..8148422 100644 --- a/chrome/app/app-Info.plist +++ b/chrome/app/app-Info.plist @@ -166,8 +166,6 @@ </array> </dict> </array> - <key>CFBundleVersion</key> - <string>0.1</string> <key>LSFileQuarantineEnabled</key> <true/> <key>LSHasLocalizedDisplayName</key> |