February 2018
Intermediate to advanced
346 pages
9h 56m
English
So far, we've installed the necessary tools, forked the Firefox for iOS project into our own repository, and pulled in the project dependencies. To make sure everything is set up and working in your environment, let's build and run the project by opening up the Client.xcodeproj project file in Xcode. Open Client.xcodeproj in Xcode, then switching to the Fennec scheme. The first file you will see is the Cartfile, which is a dependency management file used by Carthage (https://github.com/Carthage/Carthage). The following code refers to the various third-party libraries the project takes advantage of:

Provided there ...
Read now
Unlock full access