erikberglund / SwiftPrivilegedHelper

Example application using a privileged helper tool with authentication in an unsandboxed application written in Swift
MIT License
180 stars 33 forks source link

import Foundation and not Cocoa in HelperConstants.swift #17

Closed asmosoinio closed 5 years ago

asmosoinio commented 5 years ago

Does not matter much since both libraries will be available on macos, but nothing from Cocoa is needed in this file, and this makes it explicit that the privileged helper does not have any UI

erikberglund commented 5 years ago

Thank You