Title: [205530] trunk/Tools
- Revision
- 205530
- Author
- [email protected]
- Date
- 2016-09-06 17:48:46 -0700 (Tue, 06 Sep 2016)
Log Message
[iOS] DumpRenderTree and WebKitTestRunner fail to build - "Ad Hoc code signing is not allowed with SDK 'Simulator - iOS 10.0'"
https://bugs.webkit.org/show_bug.cgi?id=161661
Reviewed by Darin Adler.
Allow ad-hoc code signing when building the dummy DumpRenderTree and WebKitTestRunner
command line tools for simulator with the iOS 10 beta SDK.
* DumpRenderTree/mac/Configurations/Base.xcconfig:
* WebKitTestRunner/Configurations/Base.xcconfig:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (205529 => 205530)
--- trunk/Tools/ChangeLog 2016-09-07 00:31:55 UTC (rev 205529)
+++ trunk/Tools/ChangeLog 2016-09-07 00:48:46 UTC (rev 205530)
@@ -1,3 +1,16 @@
+2016-09-06 Daniel Bates <[email protected]>
+
+ [iOS] DumpRenderTree and WebKitTestRunner fail to build - "Ad Hoc code signing is not allowed with SDK 'Simulator - iOS 10.0'"
+ https://bugs.webkit.org/show_bug.cgi?id=161661
+
+ Reviewed by Darin Adler.
+
+ Allow ad-hoc code signing when building the dummy DumpRenderTree and WebKitTestRunner
+ command line tools for simulator with the iOS 10 beta SDK.
+
+ * DumpRenderTree/mac/Configurations/Base.xcconfig:
+ * WebKitTestRunner/Configurations/Base.xcconfig:
+
2016-09-06 Alex Christensen <[email protected]>
Fix query-only and fragment-only relative URLs when using URLParser
Modified: trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig (205529 => 205530)
--- trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig 2016-09-07 00:31:55 UTC (rev 205529)
+++ trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig 2016-09-07 00:48:46 UTC (rev 205530)
@@ -98,6 +98,8 @@
WEBKIT_SYSTEM_INTERFACE_LIBRARY = WebKitSystemInterface
+AD_HOC_CODE_SIGNING_ALLOWED = YES;
+
SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
OTHER_CFLAGS = $(ASAN_OTHER_CFLAGS);
Modified: trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig (205529 => 205530)
--- trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig 2016-09-07 00:31:55 UTC (rev 205529)
+++ trunk/Tools/WebKitTestRunner/Configurations/Base.xcconfig 2016-09-07 00:48:46 UTC (rev 205530)
@@ -59,6 +59,8 @@
TARGET_MAC_OS_X_VERSION_MAJOR_12 = 101200;
TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
+AD_HOC_CODE_SIGNING_ALLOWED = YES;
+
SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
SDKROOT = macosx.internal;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes