Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

timonus/DuckDuckGo-iOS

 
 

Repository files navigation

DuckDuckGo iOS

We are excited to engage the community in development and will open up this project to contributions soon.

If you are trying to contribute in other ways, that happens over at DuckDuckHack or on GitHub.

Building

Submodules

We only have one submodule at the moment, but because of that you will need to bring it in to the project in order to build and run it:

Run git submodule update --init --recursive

Dependencies

We use Carthage for dependency management. If you don't have Carthage installed refer to Installing Carthage.

Run carthage bootstrap --platform iOS before opening the project in XCode

You can also run the unit tests to do the above and ensure everythig seems in order: ./run_tests.sh

Fonts

We use Proxima Nova fonts which are proprietary and cannot be committed to source control, see fonts.

Discuss

Contact us at ios@duckduckgo.com if you want to get more involved, have questions or want to chat.

License

DuckDuckGo Search & Stories is distributed under the Apache 2.0 license.

Packages

No packages published

Languages

  • Swift 76.7%
  • JavaScript 22.5%
  • Other 0.8%