https://github.com/elastos/elastos.hive.app.ios.hyport
https://github.com/elastos/elastos.hive.app.ios.hyport
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elastos/elastos.hive.app.ios.hyport
- Owner: elastos
- License: mit
- Created: 2019-08-14T07:59:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T02:12:55.000Z (over 5 years ago)
- Last Synced: 2025-02-12T20:39:07.196Z (4 months ago)
- Language: Swift
- Size: 2.69 MB
- Stars: 0
- Watchers: 27
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HyPort
## Introduction
**Hyport** is an application to utilise hive Swift SDK to access/store files or data located on the remote cloud storage backends. From this perspective, HyPort also can be considered as **Remote Storage Browser**.
Currently, Hyport provides data access to the following remote storage backends:
- OneDrive
- Hive IPFS## Build from source
Run following commands to get source code from this repository on MacOS:
```
$ git clone https://github.com/elastos/Elastos.NET.Hive.App.Swift.HyPort.git HyPort
$ cd HyPort
$ pod install
$ open -a "Xcode".app HyPort.xcworkspace
```Then use **Xcode** to build and install it on your iOS device/simulator.
## License
MIT @elastos.org