1--- !tapi-tbd-v3 2archs: [ i386, x86_64 ] 3uuids: [ 'i386: 00000000-0000-0000-0000-000000000000', 'x86_64: 00000000-0000-0000-0000-000000000001' ] 4platform: ios 5install-name: '/usr/lib/libSystem.B.dylib' 6current-version: 1281 7exports: 8 - archs: [ i386, x86_64 ] 9 re-exports: [ '/usr/lib/system/libcache.dylib' ] 10 symbols: [ __crashreporter_info__ ] 11--- !tapi-tbd-v3 12archs: [ i386, x86_64 ] 13uuids: [ 'i386: 00000000-0000-0000-0000-000000000002', 'x86_64: 00000000-0000-0000-0000-000000000003' ] 14platform: ios 15install-name: '/usr/lib/system/libcache.dylib' 16current-version: 83 17parent-umbrella: System 18exports: 19 - archs: [ i386 ] 20 symbols: [ __cache_handle_memory_pressure_event ] 21 - archs: [ i386, x86_64 ] 22 symbols: [ _cache_create, _cache_destroy, _cache_get ] 23 24# The following TAPI document is not re-exported by any other document in this 25# TBD file, and should therefore be inaccessible. 26--- !tapi-tbd-v3 27archs: [ i386, x86_64 ] 28uuids: [ 'i386: 00000000-0000-0000-0000-000000000003', 'x86_64: 00000000-0000-0000-0000-000000000004' ] 29platform: ios 30install-name: '/usr/lib/libnotreexported.dylib' 31exports: 32 - archs: [ i386, x86_64 ] 33 symbols: [ _from_non_reexported_tapi_dylib ] 34... 35