Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

update readme ready for archiving #39

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 9 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,13 @@
# DuckDuckGo Privacy for Safari
# DuckDuckGo Safari Extension

## Building
Requires Xcode 11 and macOS 10.15 or better.
## Project status
This project is now archived.

Open the project in Xcode then build and run the DuckDuckGo scheme.
## Download DuckDuckGo app
For a more protected browsing experience that blocks creepy trackers, targeted ads, cookie pop-ups, and more, download the DuckDuckGo app for macOS from the [DuckDuckGo app page](https://duckduckgo.com/app).

### SwiftLint
We use [SwiftLint](https://github.com/realm/SwiftLint) for enforcing Swift style and conventions, so you'll need to [install it](https://github.com/realm/SwiftLint#installation).
Switch to DuckDuckGo Search
If you prefer to stay in Safari, you can still improve your privacy by setting DuckDuckGo as your default search engine. Follow our easy [step-by-step guide](https://duckduckgo.com/duckduckgo-help-pages/change-default-search-engine/safari/).

### Fonts
We use Proxima Nova fonts which are proprietary and cannot be committed to source control, see [fonts](https://github.com/duckduckgo/privacy-essentials-safari/tree/develop/fonts/licensed).

## Cleaning up

***CAUTION** - this is a destructive process. Please be comfortable with the contents of `deleteApp.sh` before running it.*

To competely remove the app and any files it creates:

* Disable the extension in Safari's Extension Preferences pane.
* Run the `./deleteApp.sh` script.

## Contribute
Please refer to [contributing](CONTRIBUTING.md).

## Discuss
Contact us at https://duckduckgo.com/feedback if you have feedback, questions or want to chat. You can also use the feedback form embedded within the macOS app - to do so open the app and select "Send Feedback".

## License
DuckDuckGo Privacy for Safari is distributed under the Apache 2.0 [license](https://github.com/duckduckgo/privacy-essentials-safari/blob/master/LICENSE).
## Source code
Explore the [source for our macOS app](https://github.com/duckduckgo/macos-browser).
Loading