https://bugs.webkit.org/show_bug.cgi?id=143883
Reviewed by David Kilzer.
Tools:
Copy libraries libWebKitSystemInterfaceIOS{Device, Simulator}8.3.a to the built product directory
so that Xcode uses them.
* Scripts/copy-webkitlibraries-to-product-directory:
WebKitLibraries:
Add WebKitSystemInterface for iOS 8.3.
* libWebKitSystemInterfaceIOSDevice8.3.a: Added.
* libWebKitSystemInterfaceIOSSimulator8.3.a: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@182964
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-04-17 Daniel Bates <dabates@apple.com>
+
+ Not able to build WebKit against iOS Simulator 8.3 SDK
+ https://bugs.webkit.org/show_bug.cgi?id=143883
+
+ Reviewed by David Kilzer.
+
+ Copy libraries libWebKitSystemInterfaceIOS{Device, Simulator}8.3.a to the built product directory
+ so that Xcode uses them.
+
+ * Scripts/copy-webkitlibraries-to-product-directory:
+
2015-04-17 Beth Dakin <bdakin@apple.com>
Force mouse events should go through normal mouse event handling code paths
"libWebKitSystemInterfaceIOSSimulator8.1.a",
"libWebKitSystemInterfaceIOSDevice8.2.a",
"libWebKitSystemInterfaceIOSSimulator8.2.a",
+ "libWebKitSystemInterfaceIOSDevice8.3.a",
+ "libWebKitSystemInterfaceIOSSimulator8.3.a",
));
} else {
push(@librariesToCopy, (
+2015-04-17 Daniel Bates <dabates@apple.com>
+
+ Not able to build WebKit against iOS Simulator 8.3 SDK
+ https://bugs.webkit.org/show_bug.cgi?id=143883
+
+ Reviewed by David Kilzer.
+
+ Add WebKitSystemInterface for iOS 8.3.
+
+ * libWebKitSystemInterfaceIOSDevice8.3.a: Added.
+ * libWebKitSystemInterfaceIOSSimulator8.3.a: Added.
+
2015-04-06 Myles C. Maxfield <mmaxfield@apple.com>
[Win] [SVG -> OTF Converter] Turn off on Windows until I can get the tests under control