mirror of https://github.com/opa334/TrollStore.git
fix again
This commit is contained in:
parent
28a3c1cc7d
commit
20714e1f84
|
@ -6,7 +6,7 @@ include $(THEOS)/makefiles/common.mk
|
||||||
|
|
||||||
APPLICATION_NAME = TrollInstaller2
|
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_FRAMEWORKS = UIKit CoreGraphics
|
||||||
TrollInstaller2_PRIVATE_FRAMEWORKS = Preferences
|
TrollInstaller2_PRIVATE_FRAMEWORKS = Preferences
|
||||||
TrollInstaller2_LIBRARIES = archive
|
TrollInstaller2_LIBRARIES = archive
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#import "../Store/TSListControllerShared.h"
|
#import "../../Store/TSListControllerShared.h"
|
||||||
|
|
||||||
@interface TSI2RootViewController : TSListControllerShared
|
@interface TSI2RootViewController : TSListControllerShared
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#import "TSI2RootViewController.h"
|
#import "TSI2RootViewController.h"
|
||||||
#import "../Helper/Shared.h"
|
#import "../../Helper/Shared.h"
|
||||||
#import "../Store/TSUtil.h"
|
#import "../../Store/TSUtil.h"
|
||||||
|
|
||||||
@implementation TSI2RootViewController
|
@implementation TSI2RootViewController
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
3. Rename the output ipa to `Developer.ipa`, and put it into ~/TrollStore/_compile/target/Developer.ipa
|
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)
|
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)
|
- `brew uninstall ldid` (brew ldid is bad ldid if you have it)
|
||||||
|
|
Loading…
Reference in New Issue