Title: [198668] trunk/Tools
- Revision
- 198668
- Author
- [email protected]
- Date
- 2016-03-25 09:05:22 -0700 (Fri, 25 Mar 2016)
Log Message
Use webkitdirs::determineXcodeSDK() instead of webkitdirs::willUseIOSDeviceSDK()
in copy-webkitlibraries-to-product-directory
https://bugs.webkit.org/show_bug.cgi?id=155869
Reviewed by Alexey Proskuryakov.
It is sufficient and more direct to call webkitdirs::determineXcodeSDK() instead of
webkitdirs::willUseIOSDeviceSDK() to process the --sdk/--device/--ios-simulator command
line argument.
* Scripts/copy-webkitlibraries-to-product-directory:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (198667 => 198668)
--- trunk/Tools/ChangeLog 2016-03-25 15:23:42 UTC (rev 198667)
+++ trunk/Tools/ChangeLog 2016-03-25 16:05:22 UTC (rev 198668)
@@ -1,3 +1,17 @@
+2016-03-25 Daniel Bates <[email protected]>
+
+ Use webkitdirs::determineXcodeSDK() instead of webkitdirs::willUseIOSDeviceSDK()
+ in copy-webkitlibraries-to-product-directory
+ https://bugs.webkit.org/show_bug.cgi?id=155869
+
+ Reviewed by Alexey Proskuryakov.
+
+ It is sufficient and more direct to call webkitdirs::determineXcodeSDK() instead of
+ webkitdirs::willUseIOSDeviceSDK() to process the --sdk/--device/--ios-simulator command
+ line argument.
+
+ * Scripts/copy-webkitlibraries-to-product-directory:
+
2016-03-25 Konstantin Tokarev <[email protected]>
Turned on ENABLE_REQUEST_ANIMATION_FRAME by default for any port.
Modified: trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory (198667 => 198668)
--- trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory 2016-03-25 15:23:42 UTC (rev 198667)
+++ trunk/Tools/Scripts/copy-webkitlibraries-to-product-directory 2016-03-25 16:05:22 UTC (rev 198668)
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
-# Copyright (C) 2005, 2008, 2010, 2011, 2012, 2013, 2014, 2016 Apple Inc. All rights reserved.
+# Copyright (C) 2005-2016 Apple Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -37,8 +37,7 @@
my $osxVersion;
my $force = 0;
-# Pops off --sdk=<SDK Name> from the argument list so --sdk is not taken as the productDir.
-willUseIOSDeviceSDK();
+determineXcodeSDK();
my $programName = basename($0);
my $usage = <<EOF;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes