Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 7d7cebe

Browse files
committed
remove unused depends
Signed-off-by: 82Flex <82flex@gmail.com>
1 parent b924c83 commit 7d7cebe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gen-control.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Package: ch.xxtou.hudapp
2020
Name: TrollSpeed
2121
Version: $VERSION
2222
Section: Tweaks
23-
Depends: firmware (>= 14.0), mobilesubstrate (>= 0.9.7000)
23+
Depends: firmware (>= 14.0)
2424
Architecture: iphoneos-arm
2525
Author: Lessica <82flex@gmail.com>
2626
Maintainer: Lessica <82flex@gmail.com>
@@ -37,6 +37,7 @@ defaults write $PWD/Resources/Info.plist CFBundleShortVersionString $VERSION
3737
defaults write $PWD/Resources/Info.plist CFBundleVersion $RAND_BUILD_STR
3838
plutil -convert xml1 $PWD/Resources/Info.plist
3939
chmod 0644 $PWD/Resources/Info.plist
40+
4041
defaults write $PWD/supports/Sandbox-Info.plist CFBundleShortVersionString $VERSION
4142
defaults write $PWD/supports/Sandbox-Info.plist CFBundleVersion $RAND_BUILD_STR
4243
plutil -convert xml1 $PWD/supports/Sandbox-Info.plist

0 commit comments

Comments
 (0)