-
Notifications
You must be signed in to change notification settings - Fork 2
/
libapplist.tbd
17 lines (17 loc) · 1.05 KB
/
libapplist.tbd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
archs: [ armv7, armv7s, arm64, arm64e ]
platform: ios
install-name: '@rpath/libapplist.dylib'
current-version: 0
compatibility-version: 0
objc-constraint: retain_release
exports:
- archs: [ armv7, armv7s, arm64, arm64e ]
symbols: [ _ALDisplayIdentifierKey, _ALIconLoadedNotification, _ALIconSizeKey, _ALItemDescriptorDetailTextKey,
_ALItemDescriptorImageKey, _ALItemDescriptorTextKey, _ALSectionDescriptorCellClassNameKey,
_ALSectionDescriptorFooterTitleKey, _ALSectionDescriptorIconSizeKey, _ALSectionDescriptorItemsKey,
_ALSectionDescriptorPredicateKey, _ALSectionDescriptorSuppressHiddenAppsKey,
_ALSectionDescriptorTitleKey, _ALSectionDescriptorVisibilityPredicateKey ]
objc-classes: [ _ALApplicationList, _ALApplicationLoadingTableViewCell, _ALApplicationTableDataSource, _ALCheckCell,
_ALDisclosureIndicatedCell, _ALSwitchCell, _ALValueCell ]
...