-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibMobileGestalt.tbd
24 lines (24 loc) · 1.73 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
--- !tapi-tbd-v3
archs: [ armv7, armv7s, arm64, arm64e ]
uuids: [ 'armv7: C52C1FE0-0EA7-389D-9DFE-34896FB707A5', 'armv7s: 8FD6C22D-D115-3D84-8CF4-8E483E065EA6',
'arm64: C75F200E-88AC-3E1B-8CDD-1A99D2BE385E', 'arm64e: E3092F90-166E-3324-8559-993366CD85B3' ]
platform: ios
install-name: '/usr/lib/libMobileGestalt.dylib'
exports:
- archs: [ armv7, armv7s, arm64, arm64e ]
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,
__MGServerCopyAnswerWithError, __MGServerQuestionIsPlatform,
__MGSetServer, __MGWaitForDevices, __MGWriteCache, _kMGQDiskUsageAmountDataAvailable,
_kMGQDiskUsageAmountDataReserved, _kMGQDiskUsageAmountRestoreAvailable,
_kMGQDiskUsageTotalDataAvailable, _kMGQDiskUsageTotalDataCapacity,
_kMGQDiskUsageTotalDiskCapacity, _kMGQDiskUsageTotalSystemAvailable,
_kMGQDiskUsageTotalSystemCapacity ]
...