Hi,
First, thank you for your awesome app, I use it tens times a day.
Just to let you know, I purchased PopClip on the App Store and migrated to the stand alone version months ago without problems.
However, searching to solve a likely unrelated bug, I went through the console log and found that there is a verbose logging of Popclip related messages
13:00:04.329487 110 smd com.apple.backgroundtaskmanagement main getEffectiveDisposition: disposition=[enabled, allowed, visible, not notified], have LWCR=true BackgroundTaskManagement
13:00:04.329523 110 smd com.apple.xpc.smd all Found status: 1 for <private> smd
13:00:04.329601 1914 PopClip com.apple.libxpc.SMAppService all Service <private> status: 1 ServiceManagement
13:00:04.329607 110 smd com.apple.xpc connection [0x7ff204808470] invalidated because the client process (pid 1914) either cancelled the connection or exited libxpc.dylib
13:00:04.329756 110 smd com.apple.xpc connection [0x7ff204106300] activating connection: mach=false listener=false peer=true name=com.apple.xpc.smd.peer[1914].0x7ff204106300 libxpc.dylib
13:00:04.330216 241 backgroundtaskmanagementd com.apple.backgroundtaskmanagement main effectiveItemDispositionWithAuditToken: pid=1914, type=app, url=(null), config=(null) backgroundtaskmanagementd
13:00:04.332019 241 backgroundtaskmanagementd com.apple.securityd SecError code signing internal problem: unexpected error from xpc: <dictionary: 0x7ff845988010> { count = 1, transaction: 0, voucher = 0x0, contents =
"XPCErrorDescription" => <string: 0x7ff8459881a8> { length = 18, contents = "Connection invalid" }
} Security
13:00:04.332037 241 backgroundtaskmanagementd com.apple.securityd security_exception MacOS error: -67048 Security
13:00:04.333911 241 backgroundtaskmanagementd com.apple.securityd SecError Error registering stapled ticket: Error Domain=NSOSStatusErrorDomain Code=-67048 "(null)" Security
13:00:04.352621 241 backgroundtaskmanagementd com.apple.backgroundtaskmanagement main effectiveItemDisposition: appURL=file:///Applications/PopClip.app/, type=app, url=(null), config=(null) backgroundtaskmanagementd
13:00:04.353507 241 backgroundtaskmanagementd com.apple.securityd SecError code signing internal problem: unexpected error from xpc: <dictionary: 0x7ff845988010> { count = 1, transaction: 0, voucher = 0x0, contents =
"XPCErrorDescription" => <string: 0x7ff8459881a8> { length = 18, contents = "Connection invalid" }
} Security
13:00:04.353528 241 backgroundtaskmanagementd com.apple.securityd security_exception MacOS error: -67048 Security
13:00:04.355525 241 backgroundtaskmanagementd com.apple.securityd SecError Error registering stapled ticket: Error Domain=NSOSStatusErrorDomain Code=-67048 "(null)" Security
Popclip seems normally registered, though
~ % codesign -vvv --deep --strict /Applications/PopClip.app
--prepared:/Applications/PopClip.app/Contents/MacOS/Helper/PopClipEventMonitor
--validated:/Applications/PopClip.app/Contents/MacOS/Helper/PopClipEventMonitor
--prepared:/Applications/PopClip.app/Contents/Frameworks/Sparkle.framework/Versions/Current/.
--prepared:/Applications/PopClip.app/Contents/Frameworks/ShortcutRecorder.framework/Versions/Current/.
--validated:/Applications/PopClip.app/Contents/Frameworks/ShortcutRecorder.framework/Versions/Current/.
--prepared:/Applications/PopClip.app/Contents/Frameworks/Sparkle.framework/Versions/Current/Updater.app
--validated:/Applications/PopClip.app/Contents/Frameworks/Sparkle.framework/Versions/Current/Updater.app
--prepared:/Applications/PopClip.app/Contents/Frameworks/Sparkle.framework/Versions/Current/Autoupdate
--validated:/Applications/PopClip.app/Contents/Frameworks/Sparkle.framework/Versions/Current/Autoupdate
--validated:/Applications/PopClip.app/Contents/Frameworks/Sparkle.framework/Versions/Current/.
/Applications/PopClip.app: valid on disk
/Applications/PopClip.app: satisfies its Designated Requirement
~ % spctl --assess -vv /Applications/PopClip.app
/Applications/PopClip.app: accepted
source=Notarized Developer ID
origin=Developer ID Application: Nicholas Moore (6W6K75YWQ9)
~ %
Is it possible to get rid of all this ?
Thanks