Reference implementation for connecting to the Yggdrasil Network from iPhones and iPads
Find a file
Neil Alexander f4a42c7339 Add readme
2021-01-30 22:57:40 +00:00
Yggdrasil Network Cross-Platform Sanitised 2020-07-19 14:20:15 +01:00
Yggdrasil Network Extension Sanitised 2020-07-19 14:20:15 +01:00
Yggdrasil Network iOS Sanitised 2020-07-19 14:20:15 +01:00
Yggdrasil Network.xcodeproj Remove unsupported architectures 2020-08-20 22:11:19 +01:00
.gitignore Sanitised 2020-07-19 14:20:15 +01:00
README.md Add readme 2021-01-30 22:57:40 +00:00
YggdrasilNetwork.entitlements Sanitised 2020-07-19 14:20:15 +01:00
YggdrasilNetworkExtension.entitlements Sanitised 2020-07-19 14:20:15 +01:00

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.