Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.13 KB

File metadata and controls

27 lines (21 loc) · 1.13 KB

Focus iOS

This is the subdirectory that contains the Focus iOS application.

For details on compatible Xcode and Swift versions used to build this project, as well as the minimum iOS version, refer to the root README.

Getting Involved

For information on how to contribute to this project, including communication channels, coding style, PR naming guidelines and more, visit the Contribution guidelines.

Build Instructions

  1. Install the version of Xcode from Apple that matches what this project uses, as listed in the root README.
  2. Clone the repository:
    git clone https://github.com/mozilla-mobile/firefox-ios.git
  3. Change directories to the project root:
    cd firefox-ios
  4. Pull in the project dependencies using the bootstrap script (pass in focus as the product argument):
    ./bootstrap.sh focus
  5. Open Blockzilla.xcodeproj under the focus-ios folder in Xcode.
  6. Build the Focus scheme in Xcode.