Reorder the keys in the text-based stubs to make linker happy.
* WebKitPrivateFrameworkStubs/iOS/9/AppSupport.framework/AppSupport.tbd:
* WebKitPrivateFrameworkStubs/iOS/9/AssertionServices.framework/AssertionServices.tbd:
* WebKitPrivateFrameworkStubs/iOS/9/CorePDF.framework/CorePDF.tbd:
* WebKitPrivateFrameworkStubs/iOS/9/GraphicsServices.framework/GraphicsServices.tbd:
* WebKitPrivateFrameworkStubs/iOS/9/IOSurface.framework/IOSurface.tbd:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@204634
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2016-08-19 Daniel Bates <dabates@apple.com>
+
+ Attempt to fix the iOS 9.3 build
+
+ Reorder the keys in the text-based stubs to make linker happy.
+
+ * WebKitPrivateFrameworkStubs/iOS/9/AppSupport.framework/AppSupport.tbd:
+ * WebKitPrivateFrameworkStubs/iOS/9/AssertionServices.framework/AssertionServices.tbd:
+ * WebKitPrivateFrameworkStubs/iOS/9/CorePDF.framework/CorePDF.tbd:
+ * WebKitPrivateFrameworkStubs/iOS/9/GraphicsServices.framework/GraphicsServices.tbd:
+ * WebKitPrivateFrameworkStubs/iOS/9/IOSurface.framework/IOSurface.tbd:
+
2016-08-16 Daniel Bates <dabates@apple.com>
WKSI static library should be named by major iOS revision, not individual updates
---
archs: [ armv7, armv7s, arm64 ]
+platform: ios
+install-name: /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
+objc-constraint: none
exports:
- archs: [ armv7, armv7s, arm64 ]
symbols: [ _CPCopyBundleIdentifierFromAuditToken ]
-install-name: /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
-objc-constraint: none
-platform: ios
...
---
archs: [ armv7, armv7s, arm64 ]
+platform: ios
+install-name: /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
+objc-constraint: none
exports:
- archs: [ armv7, armv7s, arm64 ]
- objc-classes: [ _BKSApplicationStateMonitor, _BKSProcessAssertion ]
symbols: [ _BKSApplicationStateMostElevatedStateForProcessIDKey, _BKSApplicationStateProcessIDKey ]
-install-name: /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
-objc-constraint: none
-platform: ios
+ objc-classes: [ _BKSApplicationStateMonitor, _BKSProcessAssertion ]
...
---
archs: [ armv7, armv7s, arm64 ]
+platform: ios
+install-name: /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
+objc-constraint: none
exports:
- archs: [ armv7, armv7s, arm64 ]
objc-classes: [ _UIPDFDocument, _UIPDFLinkAnnotation, _UIPDFPageView, _UIPDFSelection ]
-install-name: /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
-objc-constraint: none
-platform: ios
...
---
archs: [ armv7, armv7s, arm64 ]
+platform: ios
+install-name: /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
+objc-constraint: none
exports:
- archs: [ armv7, armv7s, arm64 ]
symbols: [ _GSCurrentEventTimestamp, _GSInitialize, _GSSystemRootDirectory ]
-install-name: /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
-objc-constraint: none
-platform: ios
...
---
archs: [ armv7, armv7s, arm64 ]
+platform: ios
+install-name: /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
+objc-constraint: none
exports:
- archs: [ armv7, armv7s, arm64 ]
symbols: [
_kIOSurfacePlaneWidth,
_kIOSurfaceWidth
]
-install-name: /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
-objc-constraint: none
-platform: ios
...