Skip to content

Commit

Permalink
makes BackendDevTools public so that apps can adjust the overwrite wi…
Browse files Browse the repository at this point in the history
…th custom ui
  • Loading branch information
stmitt committed Sep 20, 2024
1 parent cf5d282 commit 4df4b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/UBDevTools/BackendDevTools.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ public class BaseUrl: ObservableObject {
}

@available(iOS 13.0, *)
class BackendDevTools: DevTool {
public class BackendDevTools: DevTool {
private static var didSwizzle = false
public static var baseUrls: [BaseUrl] = []

class ViewModel: ObservableObject {
public class ViewModel: ObservableObject {
@Published var urls: [BaseUrl] = []
var appSpecificView: AnyView = AnyView(EmptyView())
}
Expand Down

0 comments on commit 4df4b51

Please sign in to comment.