fix again

This commit is contained in:
opa334 2022-10-07 14:52:42 +02:00
parent 28a3c1cc7d
commit 20714e1f84
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#import "../Store/TSListControllerShared.h"
#import "../../Store/TSListControllerShared.h"
@interface TSI2RootViewController : TSListControllerShared
{

View File

@ -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

0
_compile/build_trollinstaller2.sh Normal file → Executable file
View File

View File

@ -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 - <path/to/pwnify_compiled>`) 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 - <path/to/pwnify_compiled>`) 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)