[webkit-changes] cvs commit: WebKit/WebKit.xcodeproj project.pbxproj
Adele
adele at opensource.apple.com
Fri Aug 26 14:54:37 PDT 2005
adele 05/08/26 14:54:37
Modified: . Tag: Safari-2-0-branch ChangeLog
WebKit.xcodeproj Tag: Safari-2-0-branch project.pbxproj
Log:
* WebKit.xcodeproj/project.pbxproj: Change WebKit.Framework to WebKit.framework in UMBRELLA_FRAMEWORK
Revision Changes Path
No revision
No revision
1.3118.4.59 +4 -0 WebKit/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebKit/ChangeLog,v
retrieving revision 1.3118.4.58
retrieving revision 1.3118.4.59
diff -u -r1.3118.4.58 -r1.3118.4.59
--- ChangeLog 26 Aug 2005 17:35:23 -0000 1.3118.4.58
+++ ChangeLog 26 Aug 2005 21:54:30 -0000 1.3118.4.59
@@ -1,3 +1,7 @@
+2005-08-26 Adele Peterson <adele at apple.com>
+
+ * WebKit.xcodeproj/project.pbxproj: Change WebKit.Framework to WebKit.framework in UMBRELLA_FRAMEWORK
+
=== WebKit-416.3.1 ===
=== Safari-416.3 ===
No revision
No revision
1.2.2.11 +2 -2 WebKit/WebKit.xcodeproj/project.pbxproj
Index: project.pbxproj
===================================================================
RCS file: /cvs/root/WebKit/WebKit.xcodeproj/project.pbxproj,v
retrieving revision 1.2.2.10
retrieving revision 1.2.2.11
diff -u -r1.2.2.10 -r1.2.2.11
--- project.pbxproj 26 Aug 2005 17:33:44 -0000 1.2.2.10
+++ project.pbxproj 26 Aug 2005 21:54:36 -0000 1.2.2.11
@@ -1348,7 +1348,6 @@
isa = PBXNativeTarget;
buildConfigurationList = 149C282D08902B0F008A9EFC /* Build configuration list for PBXNativeTarget "WebKit" */;
buildPhases = (
- 939811300824BF01008DF038 /* Frameworks (symlink) */,
B5E928B208B6ADDB00B9F2B3 /* security_cdsa_utils */,
B5E928BC08B6AE4D00B9F2B3 /* WebKitSecurity */,
93AF528708254B33005D0156 /* DOM.h */,
@@ -1363,6 +1362,7 @@
93AF529B08254D62005D0156 /* DOMStylesheets.h */,
93AF52CE08254E18005D0156 /* DOMTraversal.h */,
93AF52D808254E31005D0156 /* DOMViews.h */,
+ 939811300824BF01008DF038 /* Frameworks (symlink) */,
933932420825A64800AADA6B /* npapi.h */,
9339323E0825A64200AADA6B /* npruntime.h */,
93AF52D608254E2D005D0156 /* WebDashboardRegion.h */,
@@ -2215,7 +2215,7 @@
/AppleInternal/OrderFiles/WebKit.order,
);
STYLE_LDFLAGS = "-sub_umbrella WebCore -sub_umbrella JavaScriptCore";
- UMBRELLA_FRAMEWORKS_DIR = /System/Library/Frameworks/WebKit.Framework/Frameworks;
+ UMBRELLA_FRAMEWORKS_DIR = /System/Library/Frameworks/WebKit.framework/Frameworks;
WARNING_CFLAGS = (
"-Wall",
"-W",
More information about the webkit-changes
mailing list