[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:28:54 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 04d3e6c0b7b9b3fca5174eda276ef62dcc0bbe1f
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Mar 8 23:46:08 2004 +0000

    2004-03-08  Ken Kocienda  <kocienda at apple.com>
    
            Reviewed by Darin
    
            * WebKit.pbproj/project.pbxproj: Added CFBundleName to Info.plist
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6183 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 9a9cb02..d5832d2 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-08  Ken Kocienda  <kocienda at apple.com>
+
+        Reviewed by Darin
+
+        * WebKit.pbproj/project.pbxproj: Added CFBundleName to Info.plist
+
 2004-03-05  Chris Blumenberg  <cblu at apple.com>
 
 	Fixed: <rdar://problem/3560132>: REGRESSION: Safari crashed in -[NSPasteboard setData:forType:] dragging a map out of Mapquest.com
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index b3da1de..ba0abe0 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -189,17 +189,19 @@
 	<key>CFBundleExecutable</key>
 	<string>WebKit</string>
 	<key>CFBundleGetInfoString</key>
-	<string>1.2, Copyright 2004 Apple Computer, Inc.</string>
+	<string>1.3, Copyright 2004 Apple Computer, Inc.</string>
 	<key>CFBundleIdentifier</key>
 	<string>com.apple.WebKit</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>WebKit</string>
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.2</string>
+	<string>1.3</string>
 	<key>CFBundleVersion</key>
-	<string>131u</string>
+	<string>131</string>
 </dict>
 </plist>
 ";
@@ -2902,7 +2904,7 @@
 		BE1B2F5504755C7700CA289C = {
 			fallbackIsa = PBXFileReference;
 			isa = PBXFrameworkReference;
-			lastKnownFileType = file;
+			lastKnownFileType = wrapper.framework;
 			path = Foundation.framework;
 			refType = 3;
 			sourceTree = BUILT_PRODUCTS_DIR;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list