Skip to content

Commit

Permalink
first blood for real
Browse files Browse the repository at this point in the history
  • Loading branch information
dlevi309 committed Sep 25, 2021
1 parent 6d12763 commit 3386bf4
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions MIDaemonConfiguration.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
@interface MIGlobalConfiguration : NSObject {}
@interface MIGlobalConfiguration : NSObject

@end

@interface MIDaemonConfiguration : MIGlobalConfiguration {}
@property (nonatomic,readonly) BOOL skipDeviceFamilyCheck;
@property (nonatomic,readonly) BOOL skipThinningCheck;
@property (nonatomic,readonly) BOOL allowPatchWithoutSinf;
@property (nonatomic,readonly) BOOL codeSigningEnforcementIsDisabled;
@property (nonatomic,readonly) BOOL isInternalImageType;
-(BOOL)isInternalImageType;
-(BOOL)codeSigningEnforcementIsDisabled;
-(BOOL)skipDeviceFamilyCheck;
-(BOOL)skipThinningCheck;
-(BOOL)allowPatchWithoutSinf;
@interface MIDaemonConfiguration : MIGlobalConfiguration

@property (nonatomic, readonly) BOOL skipDeviceFamilyCheck;
@property (nonatomic, readonly) BOOL skipThinningCheck;
@property (nonatomic, readonly) BOOL allowPatchWithoutSinf;

@end

0 comments on commit 3386bf4

Please sign in to comment.