diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-09 20:54:45 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-09 20:54:45 +0000 |
commit | 1def406160cc4138dd00e8849e9e123341fda0c4 (patch) | |
tree | 95cfa943137162d074557cad2774a469d72a81a1 /content/shell/mac | |
parent | 970451967309a8ab26faaa370fa54ffccec70e24 (diff) | |
download | chromium_src-1def406160cc4138dd00e8849e9e123341fda0c4.zip chromium_src-1def406160cc4138dd00e8849e9e123341fda0c4.tar.gz chromium_src-1def406160cc4138dd00e8849e9e123341fda0c4.tar.bz2 |
roll gyp 1238:1242
1239: Allow specification of VC10 props and configuration attributes in gyp file.
1240: Make _CopyXIBFile() work with Xcode 4.3
1241: mac make and ninja: Don't require CFBundleSignature in Info.plist files.
1242: Add a test case for the CFBundleSignature happy path.
Also remove the now-unused CFBundleSignature fron app-Info.plist for launcher apps.
BUG=117498,114970
TEST=none
TBR=rsesek
Review URL: http://codereview.chromium.org/9663010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125895 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/mac')
-rw-r--r-- | content/shell/mac/app-Info.plist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/shell/mac/app-Info.plist b/content/shell/mac/app-Info.plist index ce2b13d..c8a5310 100644 --- a/content/shell/mac/app-Info.plist +++ b/content/shell/mac/app-Info.plist @@ -18,8 +18,6 @@ <string>${PRODUCT_NAME}</string> <key>CFBundlePackageType</key> <string>APPL</string> - <key>CFBundleSignature</key> - <string>????</string> <key>CFBundleVersion</key> <string>1.0</string> <key>NSMainNibFile</key> |