From 176ad2965092eab0ec6ac8a6fff7824780eb514b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bergr=C3=BCbe?= <68869895+Bergruebe@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:14:46 +0100 Subject: [PATCH 1/2] Add Bitwarden and MacPass bundle identifiers In the exclusion list (pasteboardTypeDenylist) --- Yippy/Sources/Models/History/History.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Yippy/Sources/Models/History/History.swift b/Yippy/Sources/Models/History/History.swift index 2541214..6e69305 100644 --- a/Yippy/Sources/Models/History/History.swift +++ b/Yippy/Sources/Models/History/History.swift @@ -71,6 +71,9 @@ class History { "de.petermaurer.TransientPasteboardType", "Pasteboard generator type", "net.antelle.keeweb", + "com.bitwarden.desktop", + "com.8bit.bitwarden", + "com.hicknhacksoftware.MacPass", ] /// These pasteboard item types will not be saved. private let pasteboardTypeIgnoreList = Set([ From 7749afb3f1159aae35d170c618d58cef96c98e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bergr=C3=BCbe?= <68869895+Bergruebe@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:33:01 +0100 Subject: [PATCH 2/2] add KeePassium bundle identifier --- Yippy/Sources/Models/History/History.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Yippy/Sources/Models/History/History.swift b/Yippy/Sources/Models/History/History.swift index 6e69305..73c1c1b 100644 --- a/Yippy/Sources/Models/History/History.swift +++ b/Yippy/Sources/Models/History/History.swift @@ -74,6 +74,7 @@ class History { "com.bitwarden.desktop", "com.8bit.bitwarden", "com.hicknhacksoftware.MacPass", + "com.keepassium.ios", ] /// These pasteboard item types will not be saved. private let pasteboardTypeIgnoreList = Set([