Closed PSchmiedmayer closed 4 months ago
Would love to refactor this from the template app to its own separate module! Could you create the repo for it @PSchmiedmayer ?
@NikolaiMadlener Sorry for the late response here! I have created the repo here and gave you permissions to work on it: https://github.com/StanfordSpezi/SpeziLicense
This issue has been addressed with tagging 0.1.0 in https://github.com/StanfordSpezi/SpeziLicense; thank you @NikolaiMadlener!
Problem
The current SpeziTemplateApplication includes an automated setup to populate a list of dependencies and accompanying licenses base on the Swift Package dependencies based on https://github.com/FelixHerrmann/swift-package-list and the work done by @NikolaiMadlener.
Replicating this functionality outside of the Template Application is challenging and requires one to manually copy code.
Solution
The functionality should move into its own Spezi Module that allows one to use the functionality in multiple applications.
Code of Conduct