Add Exit Shortcut

This commit is contained in:
spidy123222
2025-04-03 03:32:35 -07:00
committed by Spidy123222
parent f7e34cbbe9
commit 625389ab96
2 changed files with 8 additions and 1 deletions

View File

@@ -39,7 +39,6 @@ final class SendAppOperation: ResultOperation<()>
}
let shortcutURLoff = URL(string: "shortcuts://run-shortcut?name=TurnOffData")!
let shortcutURLon = URL(string: "shortcuts://run-shortcut?name=TurnOnData")!
let app = AnyApp(name: resignedApp.name, bundleIdentifier: self.context.bundleIdentifier, url: resignedApp.fileURL, storeApp: nil)
let fileURL = InstalledApp.refreshedIPAURL(for: app)