Skip to content

odaceo/lab-swift-package-manager-executable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab :: Swift Package Manager :: Executable

License Build Status

Description

A Swift Executable using a Swift Library.

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 application

To create an empty application use the following command:

swift package init --type executable

Building the application

The build command produces the binary file:

swift build --configuration release

Testing the application

To launch the application use the following command:

.build/release/UuidGenerator

Reporting Issues

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

Source code

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

License

All the source code is distributed under ASL 2.0.

Copyright

© 2017 Odaceo. All rights reserved.

Releases

No releases published

Packages

No packages published

Languages