-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.2.1, removed ts checks to imrpove stability
- Loading branch information
Showing
7 changed files
with
101 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+2.03 KB
(110%)
...xcodeproj/project.xcworkspace/xcuserdata/haxi0.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
/* | ||
* This header is generated by classdump-dyld 1.0 | ||
* on Wednesday, November 15, 2023 at 5:37:33 PM Eastern European Standard Time | ||
* Operating System: Version 17.1 (Build 21B74) | ||
* Image Source: /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation | ||
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. | ||
*/ | ||
|
||
|
||
@class SBSApplicationShortcutService, SBSApplicationShortcutServiceFetchResult, NSString, NSURL, NSNumber, NSArray; | ||
|
||
@interface SBFApplication : NSObject { | ||
|
||
SBSApplicationShortcutService* _applicationShortcutService; | ||
SBSApplicationShortcutServiceFetchResult* _applicationShortcutServiceFetchResult; | ||
double _applicationShortcutServiceFetchResultExpirationReferenceTime; | ||
BOOL _systemOrInternalApplication; | ||
NSString* _applicationBundleIdentifier; | ||
NSString* _displayName; | ||
NSURL* _bundleURL; | ||
NSNumber* _appStoreItemID; | ||
NSString* _applicationShortcutWidgetBundleIdentifier; | ||
|
||
} | ||
|
||
@property (nonatomic,readonly) NSString * applicationBundleIdentifier; //@synthesize applicationBundleIdentifier=_applicationBundleIdentifier - In the implementation block | ||
@property (nonatomic,readonly) NSString * displayName; //@synthesize displayName=_displayName - In the implementation block | ||
@property (nonatomic,readonly) NSURL * bundleURL; //@synthesize bundleURL=_bundleURL - In the implementation block | ||
@property (getter=isSystemOrInternalApplication,nonatomic,readonly) BOOL systemOrInternalApplication; //@synthesize systemOrInternalApplication=_systemOrInternalApplication - In the implementation block | ||
@property (nonatomic,readonly) NSNumber * appStoreItemID; //@synthesize appStoreItemID=_appStoreItemID - In the implementation block | ||
@property (nonatomic,readonly) NSString * applicationShortcutWidgetBundleIdentifier; //@synthesize applicationShortcutWidgetBundleIdentifier=_applicationShortcutWidgetBundleIdentifier - In the implementation block | ||
@property (nonatomic,readonly) NSArray * staticApplicationShortcutItems; | ||
@property (nonatomic,readonly) NSArray * dynamicApplicationShortcutItems; | ||
-(NSString *)applicationBundleIdentifier; | ||
-(NSURL *)bundleURL; | ||
-(id)initWithApplicationBundleIdentifier:(id)arg1 ; | ||
-(BOOL)isSystemOrInternalApplication; | ||
-(NSArray *)staticApplicationShortcutItems; | ||
-(void)dealloc; | ||
-(NSString *)applicationShortcutWidgetBundleIdentifier; | ||
-(id)init; | ||
-(NSNumber *)appStoreItemID; | ||
-(NSString *)displayName; | ||
-(NSArray *)dynamicApplicationShortcutItems; | ||
-(void)_updateApplicationShortcutServiceFetchResult; | ||
@end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>platform-application</key> | ||
<true/> | ||
<key>application-identifier</key> | ||
<string>kr.h4ck.trolldecryptor</string> | ||
<key>com.apple.security.exception.files.absolute-path.read-write</key> | ||
<array> | ||
<string>/</string> | ||
</array> | ||
<key>com.apple.private.security.no-sandbox</key> | ||
<true/> | ||
<key>com.apple.private.persona-mgmt</key> | ||
<true/> | ||
<key>com.apple.private.MobileContainerManager.allowed</key> | ||
<true/> | ||
<key>com.apple.private.security.container-manager</key> | ||
<true/> | ||
<key>com.apple.private.security.storage.AppBundles</key> | ||
<true/> | ||
<key>com.apple.private.security.storage.AppDataContainers</key> | ||
<true/> | ||
<key>task_for_pid-allow</key> | ||
<true/> | ||
<key>get-task-allow</key> | ||
<true/> | ||
<key>com.apple.security.get-task-allow</key> | ||
<true/> | ||
<key>proc_info-allow</key> | ||
<true/> | ||
<key>com.apple.system-task-ports</key> | ||
<true/> | ||
</dict> | ||
</plist> |