An open API service indexing awesome lists of open source software.

https://github.com/elegantchaos/versionatortest

Test project for the Swift plugin Versionator
https://github.com/elegantchaos/versionatortest

spm-plugin swift swift-package-manager

Last synced: about 1 year ago
JSON representation

Test project for the Swift plugin Versionator

Awesome Lists containing this project

README

          

# VersionatorTest

This is a test package which uses the Versionator plugin to embed a version number into the executable in a way that's accessible at runtime.

Xcode currently seems to have trouble running this plugin, but it works fine from the command line. Just do:

`swift run`

to build & run this executable.

Doing so should fetch, build & run the plugin as part of the build process.

See https://github.com/elegantchaos/Versionator for the plugin itself.