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

22 lines
1.5 KiB
Plaintext

--- !tapi-tbd-v2
archs: [ x86_64 ]
uuids: [ 'x86_64: 392D2EB9-FC56-36D4-A44E-DC2EEC134D05' ]
platform: macosx
install-name: /usr/lib/libIASUnifiedProgress.dylib
exports:
- archs: [ x86_64 ]
symbols: [ _IASLog, _StartDebugLogging, _StopDebugLogging, _WriteDebugLog,
_kIASInstallPhaseConclusionDelayKey, _kIASInstallPhaseNameKey,
_kIASInstallPhasePercentageKey, _kIASUnifedProgressDelegateAnimateKey,
_kIASUnifiedProgressDelegateAbortNotificationName, _kIASUnifiedProgressDelegateAlternateStatusKey,
_kIASUnifiedProgressDelegateBatteryIsLowKey, _kIASUnifiedProgressDelegateDoneNotificationName,
_kIASUnifiedProgressDelegatePhaseNameKey, _kIASUnifiedProgressDelegateProcessIDKey,
_kIASUnifiedProgressDelegateProgessUpdatedNotificationName,
_kIASUnifiedProgressDelegateProgressKey, _kIASUnifiedProgressDelegateStatusKey,
_kIASUnifiedProgressDelegateStatusUpdatedNotificationName,
_kIASUnifiedProgressDelegateUUIDKey, _kIASUnifiedProgressManagerServiceName ]
objc-classes: [ _IASPPhase, _IASPRegistryManager, _IASUPCaller, _IASUnifiedProgressClient,
_IASUnifiedProgressConnection, _IASUnifiedProgressManager ]
objc-ivars: [ _IASUnifiedProgressConnection._callers, _IASUnifiedProgressConnection._connection ]
...