Skip to content

Commit d01dc33

Browse files
RootHelper
1 parent ef81bb0 commit d01dc33

File tree

25 files changed

+221
-0
lines changed

25 files changed

+221
-0
lines changed

RootHelper/.theos/.DS_Store

6 KB
Binary file not shown.

RootHelper/.theos/_/DEBIAN/control

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Package: net.sourceloc.trolltoolsroothelper
2+
Name: trolltoolsroothelper
3+
Architecture: iphoneos-arm
4+
Description: TrollToolsRootHelper
5+
Maintainer: sourcelocation
6+
Author: sourcelocation
7+
Section: System
8+
Tag: role::hackerVersion: 1.0-1+debug
9+
Installed-Size: 84
83.8 KB
Binary file not shown.

RootHelper/.theos/build_session

Whitespace-only changes.

RootHelper/.theos/fakeroot

Whitespace-only changes.

RootHelper/.theos/obj/.stamp

Whitespace-only changes.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
/Users/exerhythm/developer/TrollTools/RootHelper/.theos/obj/arm64/main.m.dadd9ddb.o: \
2+
main.m /Users/exerhythm/theos/Prefix.pch \
3+
/Users/exerhythm/theos/vendor/include/libhooker/module.modulemap \
4+
/Users/exerhythm/theos/vendor/include/AppList/module.modulemap \
5+
/Users/exerhythm/theos/vendor/include/rocketbootstrap/module.modulemap \
6+
/Users/exerhythm/theos/vendor/include/Flipswitch/module.modulemap \
7+
/Users/exerhythm/theos/vendor/include/libundirect/module.modulemap \
8+
/Users/exerhythm/theos/vendor/include/libactivator/module.modulemap \
9+
/Users/exerhythm/theos/vendor/include/libprefs/module.modulemap \
10+
/Users/exerhythm/theos/vendor/include/Preferences/module.modulemap \
11+
/Users/exerhythm/theos/vendor/include/SpringBoardServices/SpringBoardServices.h
12+
13+
/Users/exerhythm/theos/Prefix.pch:
14+
15+
/Users/exerhythm/theos/vendor/include/libhooker/module.modulemap:
16+
17+
/Users/exerhythm/theos/vendor/include/AppList/module.modulemap:
18+
19+
/Users/exerhythm/theos/vendor/include/rocketbootstrap/module.modulemap:
20+
21+
/Users/exerhythm/theos/vendor/include/Flipswitch/module.modulemap:
22+
23+
/Users/exerhythm/theos/vendor/include/libundirect/module.modulemap:
24+
25+
/Users/exerhythm/theos/vendor/include/libactivator/module.modulemap:
26+
27+
/Users/exerhythm/theos/vendor/include/libprefs/module.modulemap:
28+
29+
/Users/exerhythm/theos/vendor/include/Preferences/module.modulemap:
30+
31+
/Users/exerhythm/theos/vendor/include/SpringBoardServices/SpringBoardServices.h:
10.8 KB
Binary file not shown.
65.3 KB
Binary file not shown.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>com.apple.xcode.dsym.trolltoolsroothelper</string>
9+
<key>CFBundleInfoDictionaryVersion</key>
10+
<string>6.0</string>
11+
<key>CFBundlePackageType</key>
12+
<string>dSYM</string>
13+
<key>CFBundleSignature</key>
14+
<string>????</string>
15+
<key>CFBundleShortVersionString</key>
16+
<string>1.0</string>
17+
<key>CFBundleVersion</key>
18+
<string>1</string>
19+
</dict>
20+
</plist>

0 commit comments

Comments
 (0)