StanfordSpezi / .github

Stanford Spezi
1 stars 2 forks source link

Dependencies & Licenses Module #42

Closed PSchmiedmayer closed 2 months ago

PSchmiedmayer commented 10 months ago

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

NikolaiMadlener commented 6 months ago

Would love to refactor this from the template app to its own separate module! Could you create the repo for it @PSchmiedmayer ?

PSchmiedmayer commented 6 months ago

@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

PSchmiedmayer commented 2 months ago

This issue has been addressed with tagging 0.1.0 in https://github.com/StanfordSpezi/SpeziLicense; thank you @NikolaiMadlener!