Skip to content

Commit 652a59f

Browse files
committed
Merge branch 'master' into v2.0.1
2 parents 3cea4ba + 31f378e commit 652a59f

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

ViewGenerator/Source/SourceEditorExtension.swift

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ import XcodeKit
1111

1212
class SourceEditorExtension: NSObject, XCSourceEditorExtension {
1313

14-
func extensionDidFinishLaunching() {
15-
// If your extension needs to do any work at launch, implement this optional method.
16-
}
14+
/*
15+
func extensionDidFinishLaunching() {
16+
// If your extension needs to do any work at launch, implement this optional method.
17+
}
18+
*/
1719

18-
var commandDefinitions: [[XCSourceEditorCommandDefinitionKey: Any]] {
19-
// If your extension needs to return a collection of command definitions that differs from those in its Info.plist, implement this optional property getter.
20-
return []
21-
}
20+
/*
21+
var commandDefinitions: [[XCSourceEditorCommandDefinitionKey: Any]] {
22+
// If your extension needs to return a collection of command definitions that differs from those in its Info.plist, implement this optional property getter.
23+
return []
24+
}
25+
*/
2226
}

0 commit comments

Comments
 (0)