mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 19:28:40 +09:00
631 B
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
- Install the latest Xcode developer tools from Apple.
- Install Carthage
brew update brew install carthage - Clone the repository:
git clone https://repo.dactyloidae.xyz/dactyloidae/dactyloidae - Pull in the project dependencies:
cd dactyloidae/mobile/ios sh ./bootstrap.sh - Open
Client.xcodeprojin Xcode. - Build the
Fennecscheme in Xcode.