Title: [205528] trunk/Source/_javascript_Core
Revision
205528
Author
[email protected]
Date
2016-09-06 17:29:19 -0700 (Tue, 06 Sep 2016)

Log Message

[iOS] Build fails in JSCLLIntOffsetsExtractor - Ad Hoc code signing is not allowed with SDK 'Simulator - iOS 10.0'
https://bugs.webkit.org/show_bug.cgi?id=161296

Reviewed by Dan Bernstein.

Allow ad-hoc code signing when building _javascript_Core command line tools for simulator
with the iOS 10 beta SDK.

* Configurations/Base.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (205527 => 205528)


--- trunk/Source/_javascript_Core/ChangeLog	2016-09-07 00:18:28 UTC (rev 205527)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-09-07 00:29:19 UTC (rev 205528)
@@ -1,3 +1,15 @@
+2016-09-06  Daniel Bates  <[email protected]>
+
+        [iOS] Build fails in JSCLLIntOffsetsExtractor - Ad Hoc code signing is not allowed with SDK 'Simulator - iOS 10.0'
+        https://bugs.webkit.org/show_bug.cgi?id=161296
+
+        Reviewed by Dan Bernstein.
+
+        Allow ad-hoc code signing when building _javascript_Core command line tools for simulator
+        with the iOS 10 beta SDK.
+
+        * Configurations/Base.xcconfig:
+
 2016-09-06  Saam Barati  <[email protected]>
 
         Unreviewed build fix for 32-bit platforms after r205520.

Modified: trunk/Source/_javascript_Core/Configurations/Base.xcconfig (205527 => 205528)


--- trunk/Source/_javascript_Core/Configurations/Base.xcconfig	2016-09-07 00:18:28 UTC (rev 205527)
+++ trunk/Source/_javascript_Core/Configurations/Base.xcconfig	2016-09-07 00:29:19 UTC (rev 205528)
@@ -94,6 +94,7 @@
 TARGET_MAC_OS_X_VERSION_MAJOR_12 = 101200;
 TARGET_MAC_OS_X_VERSION_MAJOR_13 = 101300;
 
+AD_HOC_CODE_SIGNING_ALLOWED = YES;
 CODE_SIGN_IDENTITY = -;
 
 SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx appletvos appletvsimulator watchos watchsimulator;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to