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
- Host: GitHub
- URL: https://github.com/elegantchaos/versionatortest
- Owner: elegantchaos
- Created: 2022-06-10T13:25:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T13:41:11.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T20:18:06.355Z (over 1 year ago)
- Topics: spm-plugin, swift, swift-package-manager
- Language: Swift
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.