Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
remove unused depends
Browse files Browse the repository at this point in the history
Signed-off-by: 82Flex <82flex@gmail.com>
  • Loading branch information
Lessica committed Mar 17, 2024
1 parent b924c83 commit 7d7cebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gen-control.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Package: ch.xxtou.hudapp
Name: TrollSpeed
Version: $VERSION
Section: Tweaks
Depends: firmware (>= 14.0), mobilesubstrate (>= 0.9.7000)
Depends: firmware (>= 14.0)
Architecture: iphoneos-arm
Author: Lessica <82flex@gmail.com>
Maintainer: Lessica <82flex@gmail.com>
Expand All @@ -37,6 +37,7 @@ defaults write $PWD/Resources/Info.plist CFBundleShortVersionString $VERSION
defaults write $PWD/Resources/Info.plist CFBundleVersion $RAND_BUILD_STR
plutil -convert xml1 $PWD/Resources/Info.plist
chmod 0644 $PWD/Resources/Info.plist

defaults write $PWD/supports/Sandbox-Info.plist CFBundleShortVersionString $VERSION
defaults write $PWD/supports/Sandbox-Info.plist CFBundleVersion $RAND_BUILD_STR
plutil -convert xml1 $PWD/supports/Sandbox-Info.plist
Expand Down

0 comments on commit 7d7cebe

Please sign in to comment.