mirror of
https://github.com/Burrit0z/4x3Folders
synced 2025-07-06 06:56:48 +00:00
remove extraneous stuff
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
.theos/*
|
28
4x3folders.x
28
4x3folders.x
@ -38,34 +38,6 @@ BOOL dpkgInvalid = NO;
|
|||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
%ctor {
|
%ctor {
|
||||||
if (![NSProcessInfo processInfo]) return;
|
|
||||||
NSString *processName = [NSProcessInfo processInfo].processName;
|
|
||||||
bool isSpringboard = [@"SpringBoard" isEqualToString:processName];
|
|
||||||
|
|
||||||
// Someone smarter than Nepeta invented this.
|
|
||||||
// https://www.reddit.com/r/jailbreak/comments/4yz5v5/questionremote_messages_not_enabling/d6rlh88/
|
|
||||||
bool shouldLoad = NO;
|
|
||||||
NSArray *args = [[NSClassFromString(@"NSProcessInfo") processInfo] arguments];
|
|
||||||
NSUInteger count = args.count;
|
|
||||||
if (count != 0) {
|
|
||||||
NSString *executablePath = args[0];
|
|
||||||
if (executablePath) {
|
|
||||||
NSString *processName = [executablePath lastPathComponent];
|
|
||||||
BOOL isApplication = [executablePath rangeOfString:@"/Application/"].location != NSNotFound || [executablePath rangeOfString:@"/Applications/"].location != NSNotFound;
|
|
||||||
BOOL isFileProvider = [[processName lowercaseString] rangeOfString:@"fileprovider"].location != NSNotFound;
|
|
||||||
BOOL skip = [processName isEqualToString:@"AdSheet"]
|
|
||||||
|| [processName isEqualToString:@"CoreAuthUI"]
|
|
||||||
|| [processName isEqualToString:@"InCallService"]
|
|
||||||
|| [processName isEqualToString:@"MessagesNotificationViewService"]
|
|
||||||
|| [executablePath rangeOfString:@".appex/"].location != NSNotFound;
|
|
||||||
if ((!isFileProvider && isApplication && !skip) || isSpringboard) {
|
|
||||||
shouldLoad = YES;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!shouldLoad) return;
|
|
||||||
|
|
||||||
dpkgInvalid = ![[NSFileManager defaultManager] fileExistsAtPath:@"/var/lib/dpkg/info/com.burritoz.4x3folders.list"];
|
dpkgInvalid = ![[NSFileManager defaultManager] fileExistsAtPath:@"/var/lib/dpkg/info/com.burritoz.4x3folders.list"];
|
||||||
if (!dpkgInvalid) dpkgInvalid = ![[NSFileManager defaultManager] fileExistsAtPath:@"/var/lib/dpkg/info/com.burritoz.4x3folders.md5sums"];
|
if (!dpkgInvalid) dpkgInvalid = ![[NSFileManager defaultManager] fileExistsAtPath:@"/var/lib/dpkg/info/com.burritoz.4x3folders.md5sums"];
|
||||||
}
|
}
|
||||||
|
2
control
2
control
@ -1,7 +1,7 @@
|
|||||||
Package: com.burritoz.4x3folders
|
Package: com.burritoz.4x3folders
|
||||||
Name: 4x3 Folders
|
Name: 4x3 Folders
|
||||||
Depends: mobilesubstrate
|
Depends: mobilesubstrate
|
||||||
Version: 1.0
|
Version: 1.0.1
|
||||||
Architecture: iphoneos-arm
|
Architecture: iphoneos-arm
|
||||||
Description: Sometimes 9 just isn't enough. Give your folders an extra column!
|
Description: Sometimes 9 just isn't enough. Give your folders an extra column!
|
||||||
Maintainer: burrit0z
|
Maintainer: burrit0z
|
||||||
|
BIN
packages/com.burritoz.4x3folders_1.0.1_iphoneos-arm.deb
Normal file
BIN
packages/com.burritoz.4x3folders_1.0.1_iphoneos-arm.deb
Normal file
Binary file not shown.
Reference in New Issue
Block a user