https://github.com/functionland/wnfs-ios
https://github.com/functionland/wnfs-ios
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/functionland/wnfs-ios
- Owner: functionland
- License: mit
- Created: 2023-03-02T13:18:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T07:38:57.000Z (over 2 years ago)
- Last Synced: 2025-03-02T17:02:38.183Z (11 months ago)
- Language: Swift
- Size: 35.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wnfs Swift package
This is home to the wnfs package for the Apple mac/ios devices.
## Requirements
- An OSX environment
- Latest Xcode installed
## How to build
```sh
$ swift build
```
## Testing the swift package
Run the following commands to test the package:
```sh
$ swift test
```