Defined the IDE enumeration in the library target.

This commit is contained in:
Javier Cicchelli 2025-02-20 00:17:13 +01:00
parent ced12d509e
commit d5f7edf049

View File

@ -0,0 +1,4 @@
public enum IDE: String {
case vscode
case xcode
}