Skip to content

Commit

Permalink
Switch from using AppList to LSApplicationWorkspace to find applicati…
Browse files Browse the repository at this point in the history
…onNames and bundleIdentifiers.
  • Loading branch information
tateu committed Sep 2, 2018
1 parent 6fd9d0c commit 11b26fc
Show file tree
Hide file tree
Showing 6 changed files with 133 additions and 85 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ include $(THEOS)/makefiles/common.mk

TOOL_NAME = cyrun2
cyrun2_FILES = main.mm
cyrun2_PRIVATE_FRAMEWORKS = BackBoardServices
cyrun2_FRAMEWORKS = MobileCoreServices
cyrun2_PRIVATE_FRAMEWORKS = BackBoardServices SoftwareUpdateServices
cyrun2_LIBRARIES = applist
cyrun2_CODESIGN_FLAGS = -Sentitlements.xml

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ It is meant to be used alongside [cycriptListenerTweak](https://github.com/tateu
# download https://electrarepo64.coolstar.org/debs/ncurses_6.1_iphoneos-arm.deb
# download http://apt.saurik.com/debs/readline_6.0-8_iphoneos-arm.deb
# download http://apt.saurik.com/debs/cycript_0.9.594_iphoneos-arm.deb
# download http://apt.thebigboss.org/repofiles/cydia/debs2.0/applist_1.5.14_iphoneos-arm.deb
# download http://www.tateu.net/repo/files/net.tateu.cycriptlistenertweak_1.0.0_iphoneos-arm.deb
# download http://www.tateu.net/repo/files/net.tateu.cyrun_1.0.1_iphoneos-arm.deb
dpkg -i ncurses_6.1_iphoneos-arm.deb
dpkg -i readline_6.0-8_iphoneos-arm.deb
dpkg -i cycript_0.9.594_iphoneos-arm.deb
dpkg -i applist_1.5.14_iphoneos-arm.deb
dpkg -i net.tateu.cycriptlistenertweak_1.0.0_iphoneos-arm.deb
dpkg -i net.tateu.cyrun_1.0.1_iphoneos-arm.deb

Expand Down
4 changes: 2 additions & 2 deletions control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: net.tateu.cyrun
Name: cyrun
Depends: firmware (>=11.0), mobilesubstrate, applist, net.tateu.cycriptlistenertweak, Cycript
Version: 1.0.0
Depends: firmware (>=11.0), mobilesubstrate, net.tateu.cycriptlistenertweak, Cycript
Version: 1.0.1
Architecture: iphoneos-arm
Description: Cycript Loader for iOS 11.
Maintainer: tateu (Josh Harris) <[email protected]>
Expand Down
Loading

0 comments on commit 11b26fc

Please sign in to comment.