futurerestore/.github/workflows/MacOSX10.13.sdk/usr/lib/libxcselect.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

14 lines
603 B
Plaintext

--- !tapi-tbd-v2
archs: [ x86_64 ]
uuids: [ 'x86_64: D4EB11DA-E0E0-3A9B-B622-ECB0822C1E59' ]
platform: macosx
install-name: /usr/lib/libxcselect.dylib
objc-constraint: none
exports:
- archs: [ x86_64 ]
symbols: [ _xcselect_find_developer_contents_from_path, _xcselect_get_developer_dir_path,
_xcselect_get_manpaths, _xcselect_invoke_xcrun, _xcselect_manpaths_free,
_xcselect_manpaths_get_num_paths, _xcselect_manpaths_get_path,
_xcselect_trigger_install_request ]
...