mirror of
https://github.com/yggdrasil-network/yggdrasil-ios.git
synced 2025-04-27 13:45:10 +03:00
Add readme
This commit is contained in:
parent
bad89cece2
commit
f4a42c7339
1 changed files with 22 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Yggdrasil for iOS
|
||||
|
||||
Requires an Apple Developer account for the App Groups and Network Extension entitlements.
|
||||
|
||||
You will need to provision an app group and update bundle IDs throughout the Xcode project as appropriate.
|
||||
|
||||
To build, install Go 1.13 or later, and then install `gomobile`:
|
||||
|
||||
```
|
||||
go get golang.org/x/mobile/cmd/gomobile
|
||||
gomobile init
|
||||
```
|
||||
|
||||
Clone the main Yggdrasil repository and build the `Yggdrasil.framework`:
|
||||
|
||||
```
|
||||
git clone https://github.com/yggdrasil-network/yggdrasil-go
|
||||
cd yggdrasil-go
|
||||
./build -i
|
||||
```
|
||||
|
||||
Then copy `Yggdrasil.framework` into the top-level folder of this repository and then build using Xcode.
|
Loading…
Add table
Add a link
Reference in a new issue