Skip to content

Commit 3cbc9f2

Browse files
committed
Add workspaceURL to ExtensionAPI
1 parent a1b90b9 commit 3cbc9f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/CEExtensionKit/ExtensionAPI.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import Foundation
1111
public protocol ExtensionAPI {
1212

1313
var extensionId: String { get }
14+
var workspaceURL: URL { get }
1415

1516
/// API to work with targets
1617
var targets: TargetsAPI { get }

0 commit comments

Comments
 (0)