This commit is contained in:
eevee
2025-06-18 06:26:39 +03:00
parent fe0921582c
commit 469de6cd04

View File

@@ -12,7 +12,7 @@ class UIApplicationLiveContainerSharingHook: ClassHook<UIApplication> {
UIPasteboard.general.addItems([[UTType.url.identifier: url]])
let data = url.dataRepresentation
let liveContainerUrl = URL(string: "livecontainer://open-web-page?url=\(data.base64EncodedString())")!
let liveContainerUrl = URL(string: "livecontainer://open-url?url=\(data.base64EncodedString())")!
orig.openURL(
liveContainerUrl,