feat: 统一 Commilitia Drop 全客户端命名与分发
This commit is contained in:
@@ -59,7 +59,7 @@ final class ShareViewController: UIViewController
|
||||
// (立即 completeRequest 会拆掉扩展进程、可能取消尚未真正开始的唤起)。文件留在收件箱供主 app 接手。
|
||||
private func openAndFinish()
|
||||
{
|
||||
if let url = URL(string: "cdrop://share") { openViaResponder(url) }
|
||||
if let url = URL(string: "commilitia-drop://share") { openViaResponder(url) }
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 0.35)
|
||||
{ [weak self] in
|
||||
self?.extensionContext?.completeRequest(returningItems: nil)
|
||||
|
||||
Reference in New Issue
Block a user