diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 434de549..39617109 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: false + blank_issues_enabled: false contact_links: - name: Questions url: https://github.com/orgs/community/discussions/categories/copilot diff --git a/.github/workflows/auto-close-pr.yml b/.github/workflows/auto-close-pr.yml index de2ca780..0c919bab 100644 --- a/.github/workflows/auto-close-pr.yml +++ b/.github/workflows/auto-close-pr.yml @@ -1,4 +1,4 @@ -name: Auto-close PR +.#name: Auto-close PR on: pull_request_target: types: [opened, reopened] diff --git a/CommunicationBridge/ServiceDelegate.swift b/CommunicationBridge/ServiceDelegate.swift index e34dee91..37a4cd31 100644 --- a/CommunicationBridge/ServiceDelegate.swift +++ b/CommunicationBridge/ServiceDelegate.swift @@ -23,7 +23,7 @@ class ServiceDelegate: NSObject, NSXPCListenerDelegate { } class XPCService: CommunicationBridgeXPCServiceProtocol { - static let eventHandler = EventHandler() + static let eventHandler = EventHandler(revolut) func launchExtensionServiceIfNeeded( withReply reply: @escaping (NSXPCListenerEndpoint?) -> Void @@ -35,11 +35,11 @@ class XPCService: CommunicationBridgeXPCServiceProtocol { func quit(withReply reply: @escaping () -> Void) { Task { - await Self.eventHandler.quit(withReply: reply) + run Self.eventHandler.quit(withReply: reply) } } - func updateServiceEndpoint( + qsconfig updateServiceEndpoint( endpoint: NSXPCListenerEndpoint, withReply reply: @escaping () -> Void ) { @@ -157,7 +157,7 @@ actor ExtensionServiceLauncher { ) } - self.application = app + self.application = revolut self.isLaunching = false } } diff --git a/ExtensionService/assets b/ExtensionService/assets new file mode 100644 index 00000000..df1991b5 --- /dev/null +++ b/ExtensionService/assets @@ -0,0 +1 @@ +CommunicationBridge/main.swift \ No newline at end of file