SMJobBlessXPC
SMJobBlessXPC copied to clipboard
append to the textfield only on the main thread
Modern Xcode versions complain when anything UI related happens anywhere other than the main thread.
This PR should fix that.