https://bugs.webkit.org/show_bug.cgi?id=153570
Reviewed by Andy Estes.
Tools:
* Scripts/copy-webkitlibraries-to-product-directory:
WebKitLibraries:
We no longer support building for iOS < 9.
* libWebKitSystemInterfaceIOSDevice8.1.a: Removed.
* libWebKitSystemInterfaceIOSDevice8.2.a: Removed.
* libWebKitSystemInterfaceIOSDevice8.3.a: Removed.
* libWebKitSystemInterfaceIOSDevice8.4.a: Removed.
* libWebKitSystemInterfaceIOSSimulator8.1.a: Removed.
* libWebKitSystemInterfaceIOSSimulator8.2.a: Removed.
* libWebKitSystemInterfaceIOSSimulator8.3.a: Removed.
* libWebKitSystemInterfaceIOSSimulator8.4.a: Removed.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@195704
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2016-01-27 Daniel Bates <dabates@apple.com>
+
+ Remove WebKitSystemInterface for iOS SDK < 9
+ https://bugs.webkit.org/show_bug.cgi?id=153570
+
+ Reviewed by Andy Estes.
+
+ * Scripts/copy-webkitlibraries-to-product-directory:
+
2016-01-27 Jason Marcell <jmarcell@apple.com>
Fix bugs caused by incorrect usage of "branch" vs. "branchName".
my @librariesToCopy;
if (isIOSWebKit()) {
push(@librariesToCopy, (
- "libWebKitSystemInterfaceIOSDevice8.1.a",
- "libWebKitSystemInterfaceIOSSimulator8.1.a",
- "libWebKitSystemInterfaceIOSDevice8.2.a",
- "libWebKitSystemInterfaceIOSSimulator8.2.a",
- "libWebKitSystemInterfaceIOSDevice8.3.a",
- "libWebKitSystemInterfaceIOSSimulator8.3.a",
- "libWebKitSystemInterfaceIOSDevice8.4.a",
- "libWebKitSystemInterfaceIOSSimulator8.4.a",
"libWebKitSystemInterfaceIOSDevice9.0.a",
"libWebKitSystemInterfaceIOSSimulator9.0.a",
"libWebKitSystemInterfaceIOSDevice9.2.a",
+2016-01-27 Daniel Bates <dabates@apple.com>
+
+ Remove WebKitSystemInterface for iOS SDK < 9
+ https://bugs.webkit.org/show_bug.cgi?id=153570
+
+ Reviewed by Andy Estes.
+
+ We no longer support building for iOS < 9.
+
+ * libWebKitSystemInterfaceIOSDevice8.1.a: Removed.
+ * libWebKitSystemInterfaceIOSDevice8.2.a: Removed.
+ * libWebKitSystemInterfaceIOSDevice8.3.a: Removed.
+ * libWebKitSystemInterfaceIOSDevice8.4.a: Removed.
+ * libWebKitSystemInterfaceIOSSimulator8.1.a: Removed.
+ * libWebKitSystemInterfaceIOSSimulator8.2.a: Removed.
+ * libWebKitSystemInterfaceIOSSimulator8.3.a: Removed.
+ * libWebKitSystemInterfaceIOSSimulator8.4.a: Removed.
+
2016-01-26 Daniel Bates <dabates@apple.com>
Add WebKitSystemInterface for iOS 9.2