From 20714e1f8469e9b085d5d94e757f844db3bd7cb9 Mon Sep 17 00:00:00 2001 From: opa334 Date: Fri, 7 Oct 2022 14:52:42 +0200 Subject: [PATCH] fix again --- Installer/TrollInstaller2/Makefile | 2 +- Installer/TrollInstaller2/TSI2RootViewController.h | 2 +- Installer/TrollInstaller2/TSI2RootViewController.m | 4 ++-- _compile/build_trollinstaller2.sh | 0 install_trollinstaller2.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) mode change 100644 => 100755 _compile/build_trollinstaller2.sh diff --git a/Installer/TrollInstaller2/Makefile b/Installer/TrollInstaller2/Makefile index c6296d0..09c7c62 100644 --- a/Installer/TrollInstaller2/Makefile +++ b/Installer/TrollInstaller2/Makefile @@ -6,7 +6,7 @@ include $(THEOS)/makefiles/common.mk APPLICATION_NAME = TrollInstaller2 -TrollInstaller2_FILES = main.m $(wildcard *.m) $(wildcard ../Helper/*.m) ../Store/TSListControllerShared.m ../Store/TSUtil.m +TrollInstaller2_FILES = main.m $(wildcard *.m) $(wildcard ../../Helper/*.m) ../../Store/TSListControllerShared.m ../../Store/TSUtil.m TrollInstaller2_FRAMEWORKS = UIKit CoreGraphics TrollInstaller2_PRIVATE_FRAMEWORKS = Preferences TrollInstaller2_LIBRARIES = archive diff --git a/Installer/TrollInstaller2/TSI2RootViewController.h b/Installer/TrollInstaller2/TSI2RootViewController.h index 2370c78..3e85dd9 100644 --- a/Installer/TrollInstaller2/TSI2RootViewController.h +++ b/Installer/TrollInstaller2/TSI2RootViewController.h @@ -1,4 +1,4 @@ -#import "../Store/TSListControllerShared.h" +#import "../../Store/TSListControllerShared.h" @interface TSI2RootViewController : TSListControllerShared { diff --git a/Installer/TrollInstaller2/TSI2RootViewController.m b/Installer/TrollInstaller2/TSI2RootViewController.m index 1aa8cef..e583b62 100644 --- a/Installer/TrollInstaller2/TSI2RootViewController.m +++ b/Installer/TrollInstaller2/TSI2RootViewController.m @@ -1,6 +1,6 @@ #import "TSI2RootViewController.h" -#import "../Helper/Shared.h" -#import "../Store/TSUtil.h" +#import "../../Helper/Shared.h" +#import "../../Store/TSUtil.h" @implementation TSI2RootViewController diff --git a/_compile/build_trollinstaller2.sh b/_compile/build_trollinstaller2.sh old mode 100644 new mode 100755 diff --git a/install_trollinstaller2.md b/install_trollinstaller2.md index 71a0d42..d1b6fd2 100644 --- a/install_trollinstaller2.md +++ b/install_trollinstaller2.md @@ -18,7 +18,7 @@ 3. Rename the output ipa to `Developer.ipa`, and put it into ~/TrollStore/_compile/target/Developer.ipa -4. Grab pwnify_compiled from Fugu14 repo (https://github.com/LinusHenze/Fugu14/blob/master/tools/pwnify_compiled), sign it using codesign (`codesign -s - `) and put it at ~/TrollStore/_compile/pwnify_compiled +4. Grab pwnify_compiled from Fugu14 repo (https://github.com/LinusHenze/Fugu14/blob/master/tools/pwnify_compiled), sign it using codesign (`codesign -f -s - `) and put it at ~/TrollStore/_compile/pwnify_compiled 5. Make sure you have Procursus ldid installed and added to your path! (https://github.com/ProcursusTeam/ldid) - `brew uninstall ldid` (brew ldid is bad ldid if you have it)