remove from install apps

Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com>
This commit is contained in:
Spidy123222
2025-03-31 18:27:38 -07:00
parent 06e38aae00
commit 2d141afbaf

View File

@@ -225,9 +225,6 @@ final class InstallAppOperation: ResultOperation<InstalledApp>
}
do {
let shortcutURL = URL(string: "shortcuts://run-shortcut?name=TurnOffData")!
UIApplication.shared.open(shortcutURL, options: [:], completionHandler: nil)
try install_ipa(installedApp.bundleIdentifier)
installing = false
installedApp.refreshedDate = Date()