Skip to content

Commit 47d5ba0

Browse files
committed
refactor: depends xcode-any-debug
Signed-off-by: 82Flex <82flex@gmail.com>
1 parent 20f4a19 commit 47d5ba0

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export PACKAGE_VERSION := 1.1
1+
export PACKAGE_VERSION := 1.1.1
22

33
ARCHS := arm64 arm64e
44
ifeq ($(THEOS_PACKAGE_SCHEME),)

layout/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Description: An awesome MobileSubstrate tweak!
66
Maintainer: Lessica
77
Author: Lessica
88
Section: Tweaks
9-
Depends: mobilesubstrate (>= 0.9.5000), com.82flex.libsandyxpc (>= 1.1), com.opa334.libsandy (>= 1.1.3)
9+
Depends: mobilesubstrate (>= 0.9.5000), com.82flex.libsandyxpc (>= 1.1), com.opa334.libsandy (>= 1.1.3), xcode-any-debug

trollinstalld.mm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ - (NSDictionary *)onRemoteInstallPackage:(NSString *)message userInfo:(NSDiction
129129

130130
// It's ok that we don't return the installed app info here,
131131
// as the client actually doesn't care about it.
132-
return @{@"InstalledAppInfoArray" : @[@{
133-
134-
}]};
132+
return @{@"InstalledAppInfoArray" : @[@{}]};
135133
}
136134

137135
@end

0 commit comments

Comments
 (0)