We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b90b9 commit 3cbc9f2Copy full SHA for 3cbc9f2
1 file changed
Sources/CEExtensionKit/ExtensionAPI.swift
@@ -11,6 +11,7 @@ import Foundation
11
public protocol ExtensionAPI {
12
13
var extensionId: String { get }
14
+ var workspaceURL: URL { get }
15
16
/// API to work with targets
17
var targets: TargetsAPI { get }
0 commit comments