Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.14 KB

Focus iOS

This is the subdirectory that contains the Focus iOS application.

Browse like no one’s watching. The new Firefox Focus automatically blocks a wide range of online trackers — from the moment you launch it to the second you leave it. Easily erase your history, passwords and cookies, so you won’t get followed by things like unwanted ads.

Download on the App Store.

Main Branch

This branch works with Xcode 16.1 and supports iOS 15.0 and newer.

Pull requests should be submitted with main as the base branch.

Getting Involved

See readme at the root of the project for the guidelines on how to contribute to this project.

Build Instructions

  1. Install the latest Xcode developer tools from Apple.
  2. Clone the repository:
git clone https://github.com/mozilla-mobile/firefox-ios.git
  1. Pull in the project dependencies:
cd firefox-ios
./checkout.sh
  1. Open Blockzilla.xcodeproj in Xcode.
  2. Build the Focus scheme in Xcode.