Dactyloidae/mobile/ios/README.md
2026-06-26 21:04:09 -07:00

631 B

Dactyloidae iOS

This code only works with Xcode 9.2 and supports iOS 10 and above.

This code is written in Swift 3.2.

Building the code

  1. Install the latest Xcode developer tools from Apple.
  2. Install Carthage
    brew update
    brew install carthage
    
  3. Clone the repository:
    git clone https://repo.dactyloidae.xyz/dactyloidae/dactyloidae
    
  4. Pull in the project dependencies:
    cd dactyloidae/mobile/ios
    sh ./bootstrap.sh
    
  5. Open Client.xcodeproj in Xcode.
  6. Build the Fennec scheme in Xcode.