Defined the IDE enumeration in the library target.
This commit is contained in:
parent
ced12d509e
commit
d5f7edf049
4
Library/Sources/Public/Enumerations/IDE.swift
Normal file
4
Library/Sources/Public/Enumerations/IDE.swift
Normal file
@ -0,0 +1,4 @@
|
||||
public enum IDE: String {
|
||||
case vscode
|
||||
case xcode
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user