Skip to content

Commit 716058b

Browse files
KritantaDevKritantaDev
authored andcommitted
Initial Commit
0 parents  commit 716058b

16 files changed

+265
-0
lines changed

LICENSE.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# License
2+
There is no particular license on this repo. This repo hosts files in a plain text .tbd file format, containing only the minimum information needed by the linker. These aren’t necessarily under the same license as the original product. Headers hosted on this repo are still the copyright of the original owner, and are available in this repo either due to an open source license or through an agreement with the developer.
3+
4+
The licenses of each library on this repo are listed as follows.
5+
6+
## By Author
7+
### ashikase
8+
* TechSupport: [GNU LGPL, version 3.0, Apache License, version 2.0](https://github.com/ashikase/TechSupport/blob/master/LICENSE)
9+
10+
### HASHBANG Productions
11+
* Cephei: [Apache License, version 2.0](https://github.com/hbang/libcephei/blob/master/LICENSE.md)
12+
* Opener: [Apache License, version 2.0](https://github.com/hbang/libopener/blob/master/LICENSE.md)
13+
14+
### Ryan Petrich
15+
* libactivator: Closed source - used with permission
16+
* libapplist: [GNU LGPL, version 2.1](https://github.com/rpetrich/AppList/blob/master/LICENSE)
17+
* libflipswitch: [GNU LGPL, version 2.1](https://github.com/a3tweaks/Flipswitch/blob/master/LICENSE)
18+
* librocketbootstrap: Unknown - used with permission
19+
20+
### SaurikIT
21+
* Cycript: [GNU AGPL, version 3.0](http://gitweb.saurik.com/cycript.git/blob/HEAD:/COPYING)
22+
* Cydia Substrate: Licensing is rather strange and unclear here.
23+
* As of approximately version 0.9.3997, Cydia Substrate became closed source. It was previously GNU GPL v3.
24+
* The header provided here is taken from Cydia Substrate 0.9.4001 (February 2013) and has a comment that indicates that it is licensed under [GNU LGPL v3](CydiaSubstrate.framework/Headers/CydiaSubstrate.h).
25+
* Cydia Substrate 0.9.5000 (December 2013) changed the license comment to GNU GPL v3. It is unclear why this has changed.
26+
27+
### Other
28+
Files in this repo that aren’t copied or generated from elsewhere are released into the Public Domain.
29+
30+
---
31+
32+
This is free and unencumbered software released into the public domain.
33+
34+
Anyone is free to copy, modify, publish, use, compile, sell, or
35+
distribute this software, either in source code form or as a compiled
36+
binary, for any purpose, commercial or non-commercial, and by any
37+
means.
38+
39+
In jurisdictions that recognize copyright laws, the author or authors
40+
of this software dedicate any and all copyright interest in the
41+
software to the public domain. We make this dedication for the benefit
42+
of the public at large and to the detriment of our heirs and
43+
successors. We intend this dedication to be an overt act of
44+
relinquishment in perpetuity of all present and future rights to this
45+
software under copyright law.
46+
47+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
48+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
49+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
50+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
51+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
52+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
53+
OTHER DEALINGS IN THE SOFTWARE.
54+
55+
For more information, please refer to <http://unlicense.org/>

libCozy.dylib

254 KB
Binary file not shown.

libactivator.tbd

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
---
2+
archs: [ armv7, arm64, arm64e ]
3+
platform: ios
4+
install-name: /usr/lib/libactivator.dylib
5+
current-version: 0
6+
compatibility-version: 0
7+
objc-constraint: retain_release
8+
exports:
9+
- archs: [ armv7, arm64, arm64e ]
10+
objc-ivars: [ _LAEvent._handled, _LAEvent._mode, _LAEvent._name, _LAEvent._userInfo ]
11+
- archs: [ armv7, arm64, arm64e ]
12+
symbols: [ _LAActivatorAssignmentsChangedNotification, _LAActivatorAuthorizationChangedNotification,
13+
_LAActivatorAvailableEventsChangedNotification, _LAActivatorAvailableListenersChangedNotification,
14+
_LAActivatorEventModeChangedNotification, _LAEventModeApplication, _LAEventModeLockScreen,
15+
_LAEventModeSpringBoard, _LAEventNameClamshellClose, _LAEventNameClamshellOpen,
16+
_LAEventNameDeviceLocked, _LAEventNameDeviceUnlocked, _LAEventNameDragOffBottom,
17+
_LAEventNameDragOffLeft, _LAEventNameDragOffRight, _LAEventNameDragOffTop,
18+
_LAEventNameFingerprintSensorHold, _LAEventNameFingerprintSensorHoldLong,
19+
_LAEventNameFingerprintSensorPressSingle, _LAEventNameFingerprintSensorPressSingleAndHold,
20+
_LAEventNameFingerprintSensorPressSingleAndSlideIn, _LAEventNameFingerprintSensorPressTwice,
21+
_LAEventNameFiveFingerPinch, _LAEventNameFiveFingerSpread, _LAEventNameFiveFingerTap,
22+
_LAEventNameFourFingerPinch, _LAEventNameFourFingerSpread, _LAEventNameFourFingerTap,
23+
_LAEventNameHeadsetButtonHoldShort, _LAEventNameHeadsetButtonPressSingle,
24+
_LAEventNameHeadsetConnected, _LAEventNameHeadsetDisconnected, _LAEventNameLockHoldLong,
25+
_LAEventNameLockHoldShort, _LAEventNameLockPressDouble, _LAEventNameLockPressWithMenu,
26+
_LAEventNameLockScreenClockDoubleTap, _LAEventNameLockScreenClockSwipeDown,
27+
_LAEventNameLockScreenClockSwipeLeft, _LAEventNameLockScreenClockSwipeRight,
28+
_LAEventNameLockScreenClockTapHold, _LAEventNameMenuHoldLong, _LAEventNameMenuHoldShort,
29+
_LAEventNameMenuPressAtSpringBoard, _LAEventNameMenuPressDouble, _LAEventNameMenuPressSingle,
30+
_LAEventNameMenuPressTriple, _LAEventNameMotionShake, _LAEventNameNetworkJoinedWiFi,
31+
_LAEventNameNetworkLeftWiFi, _LAEventNamePowerConnected, _LAEventNamePowerDisconnected,
32+
_LAEventNameSlideInFromBottom, _LAEventNameSlideInFromBottomLeft, _LAEventNameSlideInFromBottomRight,
33+
_LAEventNameSlideInFromLeft, _LAEventNameSlideInFromLeftBottom, _LAEventNameSlideInFromLeftTop,
34+
_LAEventNameSlideInFromRight, _LAEventNameSlideInFromRightBottom, _LAEventNameSlideInFromRightTop,
35+
_LAEventNameSlideInFromTopLeft, _LAEventNameSlideInFromTopRight, _LAEventNameSpringBoardIcon3DTouch,
36+
_LAEventNameSpringBoardIconDoubleTap, _LAEventNameSpringBoardIconFlickDown,
37+
_LAEventNameSpringBoardIconFlickLeft, _LAEventNameSpringBoardIconFlickRight,
38+
_LAEventNameSpringBoardIconFlickUp, _LAEventNameSpringBoardIconHold, _LAEventNameSpringBoardPinch,
39+
_LAEventNameSpringBoardSpread, _LAEventNameStatusBarHold, _LAEventNameStatusBarHoldLeft,
40+
_LAEventNameStatusBarHoldRight, _LAEventNameStatusBarSwipeDown, _LAEventNameStatusBarSwipeLeft,
41+
_LAEventNameStatusBarSwipeRight, _LAEventNameStatusBarTapDouble, _LAEventNameStatusBarTapDoubleLeft,
42+
_LAEventNameStatusBarTapDoubleRight, _LAEventNameStatusBarTapSingle,
43+
_LAEventNameStatusBarTapSingleLeft, _LAEventNameStatusBarTapSingleRight, _LAEventNameThreeFingerPinch,
44+
_LAEventNameThreeFingerSpread, _LAEventNameThreeFingerTap, _LAEventNameTwoFingerSlideInFromBottom,
45+
_LAEventNameTwoFingerSlideInFromBottomLeft, _LAEventNameTwoFingerSlideInFromBottomRight,
46+
_LAEventNameTwoFingerSlideInFromLeft, _LAEventNameTwoFingerSlideInFromLeftBottom,
47+
_LAEventNameTwoFingerSlideInFromLeftTop, _LAEventNameTwoFingerSlideInFromRight,
48+
_LAEventNameTwoFingerSlideInFromRightBottom, _LAEventNameTwoFingerSlideInFromRightTop,
49+
_LAEventNameTwoFingerSlideInFromTop, _LAEventNameTwoFingerSlideInFromTopLeft,
50+
_LAEventNameTwoFingerSlideInFromTopRight, _LAEventNameVolumeBothPress, _LAEventNameVolumeDisplayTap,
51+
_LAEventNameVolumeDownHoldShort, _LAEventNameVolumeDownPress, _LAEventNameVolumeDownPressWithMenu,
52+
_LAEventNameVolumeDownUp, _LAEventNameVolumeMuteOff, _LAEventNameVolumeMuteOn,
53+
_LAEventNameVolumeToggleMuteTwice, _LAEventNameVolumeUpDown, _LAEventNameVolumeUpHoldShort,
54+
_LAEventNameVolumeUpPress, _LAEventNameVolumeUpPressWithMenu, _LAEventScreenBottomSwipeLeft,
55+
_LAEventScreenBottomSwipeRight, _LAEventScreenLeftSwipeDown, _LAEventScreenLeftSwipeUp,
56+
_LAEventScreenRightSwipeDown, _LAEventScreenRightSwipeUp, _LAEventUserInfoDisplayIdentifier,
57+
_LAEventUserInfoIconView, _LAEventUserInfoUnlockedDeviceToSendEvent, _LASharedActivator,
58+
__LAListenerBundles, __LAListenerDictionaries, __LAStatusBarTouchBegan, __LAStatusBarTouchCancelled,
59+
__LAStatusBarTouchEnded, __LAStatusBarTouchMoved ]
60+
objc-classes: [ _LAActivator, _LAEvent, _LAEventConfigurationViewController, _LAEventSettingsController,
61+
_LAListenerConfigurationViewController, _LAListenerSettingsViewController, _LAModeSettingsController,
62+
_LARootSettingsController, _LASettingsViewController ]
63+
objc-ivars: [ _LAActivator._cachedListenerDescriptions, _LAActivator._cachedListenerGroups,
64+
_LAActivator._cachedListenerTitles, _LAActivator._cachedPreferences,
65+
_LAActivator._configurableListenerNames, _LAActivator._preference_notify_token,
66+
_LAActivator._preferences_change_count, _LAEventConfigurationViewController._eventConfiguration,
67+
_LAEventConfigurationViewController._eventEmitterName, _LAEventConfigurationViewController._eventName,
68+
_LAEventConfigurationViewController._saveBarButtonItem,
69+
_LAEventSettingsController._configurableListenerNames, _LAEventSettingsController._currentAssignments,
70+
_LAEventSettingsController._dataSource, _LAEventSettingsController._eventName,
71+
_LAEventSettingsController._headerView, _LAEventSettingsController._headerWrapper,
72+
_LAEventSettingsController._incompatibleListenerNames, _LAEventSettingsController._modes,
73+
_LAEventSettingsController._modesContainsLockScreen, _LAEventSettingsController._pendingCompatibleModes,
74+
_LAEventSettingsController._pendingIsMutuallyCompatible,
75+
_LAEventSettingsController._pendingListenerName, _LAEventSettingsController._searchBar,
76+
_LAEventSettingsController._searchController, _LAEventSettingsController._viaSpecifier,
77+
_LAListenerConfigurationViewController._listenerConfiguration,
78+
_LAListenerConfigurationViewController._listenerEmitterName,
79+
_LAListenerConfigurationViewController._listenerName,
80+
_LAListenerConfigurationViewController._saveBarButtonItem,
81+
_LAListenerSettingsViewController._compatibleEvents, _LAListenerSettingsViewController._eventMode,
82+
_LAListenerSettingsViewController._events, _LAListenerSettingsViewController._groups,
83+
_LAListenerSettingsViewController._listenerName, _LAModeSettingsController._editItem,
84+
_LAModeSettingsController._eventMode, _LAModeSettingsController._events,
85+
_LAModeSettingsController._groups, _LAModeSettingsController._resolvedModes,
86+
_LAModeSettingsController._searchController, _LAModeSettingsController._searchText,
87+
_LARootSettingsController.alive, _LARootSettingsController.libhide,
88+
_LARootSettingsController.libhideIsHidden, _LARootSettingsController.rootSettingsDelegate,
89+
_LARootSettingsController.selectedIndexPath, _LARootSettingsController.showsPersistentSelection,
90+
_LASettingsViewController._delegate, _LASettingsViewController._savedNavigationController,
91+
_LASettingsViewController._tableView ]
92+
...

libapplist.tbd

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
archs: [ armv7, armv7s, arm64, arm64e ]
3+
platform: ios
4+
install-name: /usr/lib/libapplist.dylib
5+
current-version: 0
6+
compatibility-version: 0
7+
objc-constraint: retain_release
8+
exports:
9+
- archs: [ armv7, armv7s, arm64, arm64e ]
10+
symbols: [ _ALDisplayIdentifierKey, _ALIconLoadedNotification, _ALIconSizeKey, _ALItemDescriptorDetailTextKey,
11+
_ALItemDescriptorImageKey, _ALItemDescriptorTextKey, _ALSectionDescriptorCellClassNameKey,
12+
_ALSectionDescriptorFooterTitleKey, _ALSectionDescriptorIconSizeKey, _ALSectionDescriptorItemsKey,
13+
_ALSectionDescriptorPredicateKey, _ALSectionDescriptorSuppressHiddenAppsKey,
14+
_ALSectionDescriptorTitleKey, _ALSectionDescriptorVisibilityPredicateKey ]
15+
objc-classes: [ _ALApplicationList, _ALApplicationLoadingTableViewCell, _ALApplicationTableDataSource, _ALCheckCell,
16+
_ALDisclosureIndicatedCell, _ALSwitchCell, _ALValueCell ]
17+
...

libcolorpicker.dylib

608 KB
Binary file not shown.

libflipswitch.tbd

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
archs: [ armv7, armv7s, arm64, arm64e ]
3+
platform: ios
4+
install-name: /usr/lib/libflipswitch.dylib
5+
current-version: 0
6+
compatibility-version: 0
7+
objc-constraint: retain_release
8+
exports:
9+
- archs: [ armv7, armv7s, arm64, arm64e ]
10+
symbols: [ _FSColorWithHexString, _FSSwitchPanelSwitchIdentifierKey,
11+
_FSSwitchPanelSwitchStateChangedNotification, _FSSwitchPanelSwitchWillOpenURLNotification,
12+
_FSSwitchPanelSwitchesChangedNotification, _FSSwitchStateFromNSString, _NSStringFromFSSwitchState ]
13+
objc-classes: [ _FSSwitchPanel ]
14+
...

libgcc_s.1.tbd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
archs: [ armv7, armv7s, arm64, arm64e ]
3+
platform: ios
4+
install-name: /usr/lib/libgcc_s.1.dylib
5+
exports:
6+
- archs: [ armv7, armv7s, arm64, arm64e ]
7+
symbols: [ __Unwind_DeleteException, __Unwind_GetCFA, __Unwind_GetDataRelBase, __Unwind_GetGR, __Unwind_GetIP, __Unwind_GetIPInfo, __Unwind_GetLanguageSpecificData, __Unwind_GetRegionStart, __Unwind_GetTextRelBase, __Unwind_SetGR, __Unwind_SetIP, __Unwind_SjLj_RaiseException, __Unwind_SjLj_Register, __Unwind_SjLj_Resume, __Unwind_SjLj_Resume_or_Rethrow, __Unwind_SjLj_Unregister, ___absvdi2, ___absvsi2, ___adddf3, ___adddf3vfp, ___addsf3, ___addsf3vfp, ___addvdi3, ___addvsi3, ___ashldi3, ___ashrdi3, ___bswapdi2, ___bswapsi2, ___clzdi2, ___clzsi2, ___cmpdi2, ___ctzdi2, ___ctzsi2, ___divdc3, ___divdf3, ___divdf3vfp, ___divdi3, ___divsc3, ___divsf3, ___divsf3vfp, ___divsi3, ___eqdf2, ___eqdf2vfp, ___eqsf2, ___eqsf2vfp, ___extendsfdf2, ___extendsfdf2vfp, ___ffsdi2, ___fixdfdi, ___fixdfsi, ___fixdfsivfp, ___fixsfdi, ___fixsfsi, ___fixsfsivfp, ___fixunsdfdi, ___fixunsdfsi, ___fixunsdfsivfp, ___fixunssfdi, ___fixunssfsi, ___fixunssfsivfp, ___floatdidf, ___floatdisf, ___floatsidf, ___floatsidfvfp, ___floatsisf, ___floatsisfvfp, ___floatundidf, ___floatundisf, ___floatunsidf, ___floatunsisf, ___floatunssidfvfp, ___floatunssisfvfp, ___gcc_personality_sj0, ___gedf2, ___gedf2vfp, ___gesf2, ___gesf2vfp, ___gtdf2, ___gtdf2vfp, ___gtsf2, ___gtsf2vfp, ___ledf2, ___ledf2vfp, ___lesf2, ___lesf2vfp, ___lshrdi3, ___ltdf2, ___ltdf2vfp, ___ltsf2, ___ltsf2vfp, ___moddi3, ___modsi3, ___muldc3, ___muldf3, ___muldf3vfp, ___muldi3, ___mulsc3, ___mulsf3, ___mulsf3vfp, ___mulvdi3, ___mulvsi3, ___nedf2, ___nedf2vfp, ___negdi2, ___negvdi2, ___negvsi2, ___nesf2, ___nesf2vfp, ___paritydi2, ___paritysi2, ___popcountdi2, ___popcountsi2, ___powidf2, ___powisf2, ___subdf3, ___subdf3vfp, ___subsf3, ___subsf3vfp, ___subvdi3, ___subvsi3, ___truncdfsf2, ___truncdfsf2vfp, ___ucmpdi2, ___udivdi3, ___udivmoddi4, ___udivsi3, ___umoddi3, ___umodsi3, ___unorddf2, ___unorddf2vfp, ___unordsf2, ___unordsf2vfp ]
8+
...

libimagepicker.dylib

324 KB
Binary file not shown.

0 commit comments

Comments
 (0)