karaggeorge / macos-audio-devices

Get, set and configure the Audio Devices on macOS
MIT License
166 stars 17 forks source link

Fix compile warning #28

Open stefansundin opened 1 year ago

stefansundin commented 1 year ago

Fixes this compilation warning:

/Users/user/macos-audio-devices/Sources/audio-devices/main.swift:268:9: warning: variable 'device' was never mutated; consider changing to 'let' constant
    var device = try getDevice(deviceId: deviceId)
    ~~~ ^
    let

Also adds .DS_Store to .gitignore.