-
Notifications
You must be signed in to change notification settings - Fork 4
/
libMobileGestalt.tbd
32 lines (32 loc) · 1.98 KB
/
libMobileGestalt.tbd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- !tapi-tbd
tbd-version: 4
targets: [ armv7-ios, armv7s-ios, arm64-ios, arm64e-ios ]
uuids:
- target: armv7-ios
value: 68DD3984-2C99-324B-9AA8-1EB416363A08
- target: armv7s-ios
value: AD86E452-050E-3A8E-8809-63B88E14577A
- target: arm64-ios
value: F44D210E-C63C-3EE4-8F20-44C3DCD20AC5
- target: arm64e-ios
value: 8184EC5E-B635-35E8-97D0-D3B61A901A53
install-name: '/usr/lib/libMobileGestalt.dylib'
exports:
- targets: [ arm64-ios, arm64e-ios, armv7-ios, armv7s-ios ]
symbols: [ _MGCancelNotifications, _MGCopyAnswer, _MGCopyAnswerWithError,
_MGCopyMultipleAnswers, _MGGetBoolAnswer, _MGGetFloat32Answer,
_MGGetProductType, _MGGetSInt32Answer, _MGGetSInt64Answer,
_MGGetStringAnswer, _MGIsDeviceOfType, _MGIsDeviceOneOfType,
_MGIsQuestionValid, _MGRegisterForBulkUpdates, _MGRegisterForUpdates,
_MGSetAnswer, _MGSetLogHandler, __MGCacheCopyValueForKey,
__MGCacheValid, __MGClearInProcessCache, __MGCopyDeviceDescription,
__MGCopyIteratedDeviceDescription, __MGGetFastPathLog, __MGIterateDevices,
__MGLog, __MGPrintIteratedDeviceDescription, __MGRebuildCache,
__MGRebuildCache4PurpleRestore, __MGServerCopyAnswerWithError,
__MGServerQuestionIsPlatform, __MGSetServer, __MGWaitForDevices,
__MGWriteCache, __MGWriteCacheOnHelper, _is_restore_os, _kMGQDiskUsageAmountDataAvailable,
_kMGQDiskUsageAmountDataReserved, _kMGQDiskUsageAmountRestoreAvailable,
_kMGQDiskUsageTotalDataAvailable, _kMGQDiskUsageTotalDataCapacity,
_kMGQDiskUsageTotalDiskCapacity, _kMGQDiskUsageTotalSystemAvailable,
_kMGQDiskUsageTotalSystemCapacity ]
...