From c09ac3045fb7fd5dd85714817661670bacf6d295 Mon Sep 17 00:00:00 2001 From: stevohubstunt Date: Wed, 19 Feb 2025 03:46:53 +0100 Subject: [PATCH 1/4] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 2b340845422b78f6f9e0d426e0d06973d07fe451 Mon Sep 17 00:00:00 2001 From: stevohubstunt Date: Wed, 19 Feb 2025 03:48:20 +0100 Subject: [PATCH 2/4] Update auto-close-pr.yml --- .github/workflows/auto-close-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] From ea744f21ec5ca07ea9dc4dda7c85d2349418fca5 Mon Sep 17 00:00:00 2001 From: stevohubstunt Date: Thu, 27 Feb 2025 13:27:34 +0100 Subject: [PATCH 3/4] Update ServiceDelegate.swift --- CommunicationBridge/ServiceDelegate.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 } } From 31a8039fb3a5c25418b2aab6b1e10f19599d0e50 Mon Sep 17 00:00:00 2001 From: stevohubstunt Date: Thu, 27 Feb 2025 13:29:59 +0100 Subject: [PATCH 4/4] Create assets --- ExtensionService/assets | 1 + 1 file changed, 1 insertion(+) create mode 100644 ExtensionService/assets 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