项目介绍:
Firefox for iOS
源码下载:
体验快速,智能和个人网站。 Firefox是由Mozilla所做的独立,以人为先的浏览器,浏览体验极佳。
Building the code
As of March 28, 2016, this project requires Xcode 7.3.
- Install the latest Xcode developer tools from Apple.
- Install Carthage
brew updatebrew install carthage - Clone the repository:
git clone https://github.com/mozilla/firefox-ios - Pull in the project dependencies:
cd firefox-iossh ./bootstrap.sh - Open Client.xcodeproj in Xcode.
- Build the Fennec scheme in Xcode.
It is possible to use App Code instead of Xcode, but you will still require the Xcode developer tools.