futurerestore/.github/workflows/MacOSX10.13.sdk/usr/lib/libXSEvent.tbd
Liam(Cryptic) 029e768ca3
Fix FDR SEP Panic and a13 iPhone 11 family devices (#3)
Rose fix. Also Add working CI Static building.
2021-02-24 17:53:08 -08:00

12 lines
423 B
Plaintext

--- !tapi-tbd-v2
archs: [ x86_64 ]
uuids: [ 'x86_64: 5A4AB032-649F-3606-93B1-F625A1C95C8E' ]
platform: macosx
install-name: /usr/lib/libXSEvent.dylib
objc-constraint: none
exports:
- archs: [ x86_64 ]
symbols: [ _PackMessage, _SetupConnection, _XSEventPortCreate, _XSEventPortDelete,
_XSEventPortPostEvent, ___XSEventPortFinalize ]
...