From 57a967245b35b10365e4c0c723bed669e80cb855 Mon Sep 17 00:00:00 2001 From: PaulGarewal Date: Mon, 25 Nov 2024 14:24:13 -0800 Subject: [PATCH] set app to prod for app store deployment --- ipad/Constants/AppRemoteAPIConst.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipad/Constants/AppRemoteAPIConst.swift b/ipad/Constants/AppRemoteAPIConst.swift index 71d48571..44e2a824 100644 --- a/ipad/Constants/AppRemoteAPIConst.swift +++ b/ipad/Constants/AppRemoteAPIConst.swift @@ -57,7 +57,7 @@ class RemoteURLManager { static var `default` = { // Here We Can use Target Flag to customize // Switch Env - return RemoteURLManager(.dev) + return RemoteURLManager(.prod) }() init(_ env: RemoteEnv) {