Skip to content

Commit 810f0d6

Browse files
authored
[COASTAL-1291] plugin identifier is no longer class property (#13)
1 parent a78197c commit 810f0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopSupportKitUI/LoopSupportUI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import LoopKitUI
1313

1414
public final class LoopSupportUI: SupportUI {
1515

16-
public static var pluginIdentifier: String = "LoopSupportUI"
16+
public var pluginIdentifier: String = "LoopSupportUI"
1717

1818
private var analytics = LoopKitAnalytics.shared
1919

0 commit comments

Comments
 (0)