mirror of
https://github.com/opa334/TrollStore.git
synced 2026-07-02 11:17:51 +08:00
Add TrollInstaller2 installation method for all arm64e devices 14.0-15.5b4
This commit is contained in:
+7
-1
@@ -13,6 +13,11 @@
|
||||
#import <SpringBoardServices/SpringBoardServices.h>
|
||||
#import <Security/Security.h>
|
||||
|
||||
#ifdef INSTALLER_EMBEDDED
|
||||
#define MAIN_NAME rootHelperMain
|
||||
#else
|
||||
#define MAIN_NAME main
|
||||
#endif
|
||||
|
||||
extern mach_msg_return_t SBReloadIconForIdentifier(mach_port_t machport, const char* identifier);
|
||||
@interface SBSHomeScreenService : NSObject
|
||||
@@ -1093,7 +1098,8 @@ void uninstallPersistenceHelper(void)
|
||||
}
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[], char *envp[]) {
|
||||
int MAIN_NAME(int argc, char *argv[], char *envp[])
|
||||
{
|
||||
@autoreleasepool {
|
||||
if(argc <= 1) return -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user