Title: [163215] trunk/Tools
- Revision
- 163215
- Author
- [email protected]
- Date
- 2014-01-31 15:57:27 -0800 (Fri, 31 Jan 2014)
Log Message
WebKitTestRunner project doesn't show Mac as a valid destination architecture.
Make sure that SUPPORTED_PLATFORMS is defined in Base.xcconfig.
Also add BaseTarget.xcconfig to the project.
* WebKitTestRunner/Configurations/Base.xcconfig:
* WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (163214 => 163215)
--- trunk/Tools/ChangeLog 2014-01-31 23:53:52 UTC (rev 163214)
+++ trunk/Tools/ChangeLog 2014-01-31 23:57:27 UTC (rev 163215)
@@ -1,3 +1,14 @@
+2014-01-31 Simon Fraser <[email protected]>
+
+ WebKitTestRunner project doesn't show Mac as a valid destination architecture.
+
+ Make sure that SUPPORTED_PLATFORMS is defined in Base.xcconfig.
+
+ Also add BaseTarget.xcconfig to the project.
+
+ * WebKitTestRunner/Configurations/Base.xcconfig:
+ * WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj:
+
2014-01-31 Daniel Bates <[email protected]>
WebKit Bot Watcher's Dashboard: Access restricted queue should only prompt for HTTP credentials once per page load
Modified: trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig (163214 => 163215)
--- trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig 2014-01-31 23:53:52 UTC (rev 163214)
+++ trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig 2014-01-31 23:57:27 UTC (rev 163215)
@@ -67,3 +67,5 @@
TOOLCHAINS_macosx_1080 = default;
TOOLCHAINS_macosx_1090 = $(TOOLCHAINS);
TOOLCHAINS_macosx_101000 = $(TOOLCHAINS_macosx_1090);
+
+SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator;
Modified: trunk/Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj (163214 => 163215)
--- trunk/Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj 2014-01-31 23:53:52 UTC (rev 163214)
+++ trunk/Tools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj 2014-01-31 23:57:27 UTC (rev 163215)
@@ -154,6 +154,7 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
+ 0F2109C7189C650D00F879A3 /* BaseTarget.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = BaseTarget.xcconfig; sourceTree = "<group>"; };
0F5169CA1445222D00E0A9D7 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = WebKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
0FAF67EE160D6C100077CB2B /* InjectedBundlePageMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = InjectedBundlePageMac.mm; sourceTree = "<group>"; };
26D758E5160BECDC00268472 /* GeolocationProviderMock.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GeolocationProviderMock.cpp; sourceTree = "<group>"; };
@@ -608,6 +609,7 @@
isa = PBXGroup;
children = (
BC793426118F7D3C005EA8E2 /* Base.xcconfig */,
+ 0F2109C7189C650D00F879A3 /* BaseTarget.xcconfig */,
BC793427118F7DAF005EA8E2 /* DebugRelease.xcconfig */,
BC25197111D15E61002EBC01 /* InjectedBundle.xcconfig */,
BC251A1811D16795002EBC01 /* WebKitTestRunner.xcconfig */,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes