Title: [254955] trunk/Tools
Revision
254955
Author
[email protected]
Date
2020-01-22 18:14:54 -0800 (Wed, 22 Jan 2020)

Log Message

WebKitTestRunner: move code sign configurations from WebKitTestRunner.xcconfig to DebugRelease.xcconfig
https://bugs.webkit.org/show_bug.cgi?id=206607
<rdar://problem/56087327>

Reviewed by Alexey Proskuryakov.

* WebKitTestRunner/Configurations/WebKitTestRunner.xcconfig:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (254954 => 254955)


--- trunk/Tools/ChangeLog	2020-01-23 01:53:18 UTC (rev 254954)
+++ trunk/Tools/ChangeLog	2020-01-23 02:14:54 UTC (rev 254955)
@@ -1,3 +1,13 @@
+2020-01-22  Jiewen Tan  <[email protected]>
+
+        WebKitTestRunner: move code sign configurations from WebKitTestRunner.xcconfig to DebugRelease.xcconfig
+        https://bugs.webkit.org/show_bug.cgi?id=206607
+        <rdar://problem/56087327>
+
+        Reviewed by Alexey Proskuryakov.
+
+        * WebKitTestRunner/Configurations/WebKitTestRunner.xcconfig:
+
 2020-01-22  Brady Eidson  <[email protected]>
 
         REGRESSION (r253519): [WKWebView evaluateJavaScript:completionHandler:] gives a non-nil, non-Error result even when _javascript_ cannot be evaluated

Modified: trunk/Tools/WebKitTestRunner/Configurations/WebKitTestRunner.xcconfig (254954 => 254955)


--- trunk/Tools/WebKitTestRunner/Configurations/WebKitTestRunner.xcconfig	2020-01-23 01:53:18 UTC (rev 254954)
+++ trunk/Tools/WebKitTestRunner/Configurations/WebKitTestRunner.xcconfig	2020-01-23 02:14:54 UTC (rev 254955)
@@ -37,7 +37,5 @@
 
 CODE_SIGN_ENTITLEMENTS[sdk=macosx*] = Configurations/WebKitTestRunner.entitlements;
 
-CODE_SIGN_IDENTITY[sdk=macosx*] = $(CODE_SIGN_IDENTITY_$(CONFIGURATION));
-CODE_SIGN_IDENTITY_Debug = $(CODE_SIGN_IDENTITY_$(USE_INTERNAL_SDK));
-CODE_SIGN_IDENTITY_Release = $(CODE_SIGN_IDENTITY_$(USE_INTERNAL_SDK));
+CODE_SIGN_IDENTITY[sdk=macosx*] = $(CODE_SIGN_IDENTITY_$(USE_INTERNAL_SDK));
 CODE_SIGN_IDENTITY_YES = $(WK_ENGINEERING_CODE_SIGN_IDENTITY);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to