mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Dactyloidae iOS initial commit
This commit is contained in:
parent
daa6179d22
commit
7154a0497e
2123 changed files with 197052 additions and 0 deletions
25
mobile/ios/README.md
Normal file
25
mobile/ios/README.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# 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](https://developer.apple.com/xcode/downloads/) from Apple.
|
||||
2. Install Carthage
|
||||
```shell
|
||||
brew update
|
||||
brew install carthage
|
||||
```
|
||||
3. Clone the repository:
|
||||
```shell
|
||||
git clone https://repo.dactyloidae.xyz/dactyloidae/dactyloidae
|
||||
```
|
||||
4. Pull in the project dependencies:
|
||||
```shell
|
||||
cd dactyloidae/mobile/ios
|
||||
sh ./bootstrap.sh
|
||||
```
|
||||
5. Open `Client.xcodeproj` in Xcode.
|
||||
6. Build the `Fennec` scheme in Xcode.
|
||||
Loading…
Add table
Add a link
Reference in a new issue