Lord-Kamina / SwiftDefaultApps

Replacement for RCDefaultApps, written in Swift.
Other
1.43k stars 62 forks source link

Fix Swift error #42

Closed Tatsh closed 2 years ago

Tatsh commented 3 years ago

Needed this to build on Xcode 12.2 with Big Sur.

Apparently an inout parameter cannot have a default value.