Skip to content

Commit d053c60

Browse files
committed
Address Xcode warnings
1 parent c2e9fcd commit d053c60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DevDocs.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
isa = PBXProject;
179179
attributes = {
180180
LastSwiftUpdateCheck = 1010;
181-
LastUpgradeCheck = 1220;
181+
LastUpgradeCheck = 1250;
182182
ORGANIZATIONNAME = "Douglas Teoh";
183183
TargetAttributes = {
184184
06EAE7E821D0CB3D00F7C921 = {

devdocs-macos/DocumentationViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class DocumentationViewController: NSViewController {
213213
}
214214
}
215215

216-
protocol DocumentationViewDelegate: class {
216+
protocol DocumentationViewDelegate: AnyObject {
217217
typealias OpenPanelParameters = WKOpenPanelParameters
218218
func selectFileToOpen(_ parameters: OpenPanelParameters, completionHandler: @escaping ([URL]?) -> Void)
219219
func savePreferencesToFile(_ preferences: String)

0 commit comments

Comments
 (0)