test open URL

Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com>
This commit is contained in:
Spidy123222
2025-03-31 16:35:44 -07:00
parent 591913743e
commit 6c479bfede

View File

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