lundi 20 juillet 2020

What is the right/fastest way to test my Swift Package (Swift Package Manager)?

A pretty intuitive question, but I couldn't find an appropriate resource.

For example, if I create a new Swift Package using Xcode SP template than adding a new class like this:

class CustomSPMView: UIView {
    
}

enter image description here

Now I want to test it.
What is the right/fastest way to test/use my Swift Package?

Aucun commentaire:

Enregistrer un commentaire