Title: [199833] trunk/Source/_javascript_Core
Revision
199833
Author
gga...@apple.com
Date
2016-04-21 13:23:28 -0700 (Thu, 21 Apr 2016)

Log Message

Build warning: CODE_SIGN_ENTITLEMENTS specified without specifying CODE_SIGN_IDENTITY
https://bugs.webkit.org/show_bug.cgi?id=156862

Reviewed by Joseph Pecoraro.

* Configurations/Base.xcconfig: Specify the ad hoc signing identity by
default. See <http://trac.webkit.org/changeset/143544>.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (199832 => 199833)


--- trunk/Source/_javascript_Core/ChangeLog	2016-04-21 20:21:03 UTC (rev 199832)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-04-21 20:23:28 UTC (rev 199833)
@@ -1,3 +1,13 @@
+2016-04-21  Geoffrey Garen  <gga...@apple.com>
+
+        Build warning: CODE_SIGN_ENTITLEMENTS specified without specifying CODE_SIGN_IDENTITY
+        https://bugs.webkit.org/show_bug.cgi?id=156862
+
+        Reviewed by Joseph Pecoraro.
+
+        * Configurations/Base.xcconfig: Specify the ad hoc signing identity by
+        default. See <http://trac.webkit.org/changeset/143544>.
+
 2016-04-21  Andy Estes  <aes...@apple.com>
 
         REGRESSION (r199734): WebKit crashes loading numerous websites in iOS Simulator

Modified: trunk/Source/_javascript_Core/Configurations/Base.xcconfig (199832 => 199833)


--- trunk/Source/_javascript_Core/Configurations/Base.xcconfig	2016-04-21 20:21:03 UTC (rev 199832)
+++ trunk/Source/_javascript_Core/Configurations/Base.xcconfig	2016-04-21 20:23:28 UTC (rev 199833)
@@ -94,6 +94,8 @@
 TARGET_MAC_OS_X_VERSION_MAJOR_12 = 101200;
 TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
 
+CODE_SIGN_IDENTITY = -;
+
 SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx tvos tvsimulator watchos watchsimulator;
 
 FRAMEWORK_SEARCH_PATHS = $(WK_QUOTED_OVERRIDE_FRAMEWORKS_DIR);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to