Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.18 KB

File metadata and controls

44 lines (26 loc) · 1.18 KB

Lab :: Swift Package Manager :: System Module

License

Description

A system module binding the portable uuid C library to Swift.

Prerequisites

Vagrant must be installed on your computer to mount the workbench for this project.

Open a Terminal and run the following commands:

vagrant up
vagrant ssh
cd /vagrant

Creating an empty system module

To create an empty system module use the following command:

swift package init --type system-module

Reporting Issues

Issues can be reported at https://github.com/odaceo/lab-swift-package-manager-system-module/issues

Source code

The source code is available at https://github.com/odaceo/lab-swift-package-manager-system-module

License

All the source code is distributed under ASL 2.0.

Copyright

© 2017 Odaceo. All rights reserved.