From 165b5a820faeccaeee007736b2a65a6e7d447db5 Mon Sep 17 00:00:00 2001 From: mike-dydx <149746839+mike-dydx@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:55:54 -0500 Subject: [PATCH] update app scheme and bundle display name (#66) --- dydxV4/dydxV4/AppDelegate.swift | 2 +- dydxV4/dydxV4/Info.plist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dydxV4/dydxV4/AppDelegate.swift b/dydxV4/dydxV4/AppDelegate.swift index 94a3b5ede..1c8ce2b87 100644 --- a/dydxV4/dydxV4/AppDelegate.swift +++ b/dydxV4/dydxV4/AppDelegate.swift @@ -138,7 +138,7 @@ class AppDelegate: CommonAppDelegate { override func router() -> RouterProtocol? { let routingFile = "routing_swiftui.json" - let scheme = Bundle.main.scheme ?? "dydxv4" + let scheme = Bundle.main.scheme ?? "dydx_t_v4" if let file = Bundle.dydxPresenters.path(forResource: routingFile, ofType: ""), let jsonString = try? String(contentsOfFile: file).replacingOccurrences(of: "{APP_SCHEME}", with: scheme) { let router = MappedUIKitAppRouter(jsonString: jsonString) diff --git a/dydxV4/dydxV4/Info.plist b/dydxV4/dydxV4/Info.plist index a6a796dc3..8256de3bc 100644 --- a/dydxV4/dydxV4/Info.plist +++ b/dydxV4/dydxV4/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - dYdX V4 + dYdX_t V4 CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -29,7 +29,7 @@ $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleURLSchemes - {APP_SCHEME} + dydx_t_v4