diff --git a/Demo/AppDelegate.swift b/Demo/AppDelegate.swift index 41ec5c7..c857745 100644 --- a/Demo/AppDelegate.swift +++ b/Demo/AppDelegate.swift @@ -20,6 +20,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate { .file(Bundle.main.url(forResource: "path-configuration", withExtension: "json")!) ]) + // Set an optional custom user agent application prefix. + Hotwire.config.applicationUserAgentPrefix = "Hotwire Demo;" + // Register bridge components Hotwire.registerBridgeComponents([ FormComponent.self,