passepartoutvpn / passepartout-app

VPN client for Apple platforms.
https://passepartoutvpn.app
GNU General Public License v3.0
768 stars 119 forks source link

Respect global macOS accent #490

Closed keeshux closed 4 months ago

keeshux commented 4 months ago

Change strategy from #486 by overriding .listRowBackground rather than .tint, because that approach was discarding the global accent on macOS.

Take this opportunity to discard the assets part of SwiftGen as Xcode already automates the process internally.