I've made a basic Mac OS X Cocoa application with Swift in Xcode 9. The app gathers a source and a destination from the user, and then transfers the data from source to destination. The data transfer is done by launching an rsync script as a Process:I've made a basic Mac OS X Cocoa application wi