smmr-software / privacy-redirect-safari

A Safari extension that redirects Twitter, YouTube, Reddit, and more to privacy friendly alternatives.
GNU General Public License v3.0
165 stars 14 forks source link

Migrate to SwiftUI and Flesh Out Native App #1

Closed FIGBERT closed 3 years ago

FIGBERT commented 3 years ago

This pull request replaces the existing UIKit code automatically generated by Xcode. The new native app is written in SwiftUI, and is not only a 1:1 replacement of the existing UI – it also adds additional features, like a settings menu to replace the existing one in HTML.

The new toggles throughout the SwiftUI implementation do not currently function, but a second upcoming pull request will tie them to the JavaScript side of the extension.