Title: [149076] trunk/Source/WebKit2
Revision
149076
Author
[email protected]
Date
2013-04-24 16:32:32 -0700 (Wed, 24 Apr 2013)

Log Message

Unreviewed build fix; link against CoreServices.framework instead of against
CoreFoundation.framework directly, to make the linker happy on Lion.

* WebKit2.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (149075 => 149076)


--- trunk/Source/WebKit2/ChangeLog	2013-04-24 23:31:55 UTC (rev 149075)
+++ trunk/Source/WebKit2/ChangeLog	2013-04-24 23:32:32 UTC (rev 149076)
@@ -1,3 +1,10 @@
+2013-04-24  Jer Noble  <[email protected]>
+
+        Unreviewed build fix; link against CoreServices.framework instead of against
+        CoreFoundation.framework directly, to make the linker happy on Lion.
+
+        * WebKit2.xcodeproj/project.pbxproj:
+
 2013-04-22  Jer Noble  <[email protected]>
 
         WWDC session videos don’t play at developer.apple.com

Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (149075 => 149076)


--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj	2013-04-24 23:31:55 UTC (rev 149075)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj	2013-04-24 23:32:32 UTC (rev 149076)
@@ -1101,10 +1101,10 @@
 		CDC3830817211890008A2FC3 /* WebProcessShim.dylib in Copy WebProcessShim */ = {isa = PBXBuildFile; fileRef = CDC3830617211799008A2FC3 /* WebProcessShim.dylib */; };
 		CDC3830C17212282008A2FC3 /* CookieStorageShimLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = CDC3830B172121CE008A2FC3 /* CookieStorageShimLibrary.h */; };
 		CDC3831017212440008A2FC3 /* CookieStorageShim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDC3830D1721242D008A2FC3 /* CookieStorageShim.cpp */; };
-		CDC8F4891725E67800166F6E /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDC8F4881725E67800166F6E /* CoreFoundation.framework */; };
 		CDCA85C8132ABA4E00E961DF /* WKFullScreenWindowController.mm in Sources */ = {isa = PBXBuildFile; fileRef = CDCA85C6132ABA4E00E961DF /* WKFullScreenWindowController.mm */; };
 		CDCA85C9132ABA4E00E961DF /* WKFullScreenWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCA85C7132ABA4E00E961DF /* WKFullScreenWindowController.h */; };
 		CDCA85EE132AD70100E961DF /* WebFullScreenManagerProxyMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = CDCA85DE132AD05300E961DF /* WebFullScreenManagerProxyMac.mm */; };
+		CDDF622F1728A20D001EC01F /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCD0042C110C1E27003B8A67 /* CoreServices.framework */; };
 		CEDA12E2152CD1AE00D9E08D /* WebAlternativeTextClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CEDA12DF152CCAE800D9E08D /* WebAlternativeTextClient.cpp */; };
 		CEDA12E3152CD1B300D9E08D /* WebAlternativeTextClient.h in Headers */ = {isa = PBXBuildFile; fileRef = CEDA12DE152CCAE800D9E08D /* WebAlternativeTextClient.h */; };
 		D3B9484611FF4B6500032B39 /* WebPopupMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3B9484211FF4B6500032B39 /* WebPopupMenu.cpp */; };
@@ -2847,9 +2847,9 @@
 			isa = PBXFrameworksBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
+				CDDF622F1728A20D001EC01F /* CoreServices.framework in Frameworks */,
 				CD471F5D1721BC3E00D65CDA /* libWTF.a in Frameworks */,
 				CDC3830017211799008A2FC3 /* CFNetwork.framework in Frameworks */,
-				CDC8F4891725E67800166F6E /* CoreFoundation.framework in Frameworks */,
 				CDC3830117211799008A2FC3 /* Security.framework in Frameworks */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to