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.
For information on how to contribute to this project, including communication channels, coding style, PR naming guidelines and more, visit the Contribution guidelines.
- Install the version of Xcode from Apple that matches what this project uses, as listed in the root README.
- Clone the repository:
git clone https://github.com/mozilla-mobile/firefox-ios.git
- Change directories to the project root:
cd firefox-ios - Pull in the project dependencies using the bootstrap script (pass in
focusas the product argument):./bootstrap.sh focus
- Open
Blockzilla.xcodeprojunder thefocus-iosfolder in Xcode. - Build the
Focusscheme in Xcode.