From 22c7a1738c59cbad42ed6a9afb456520d78278da Mon Sep 17 00:00:00 2001 From: LocalNewsTV <62873746+LocalNewsTV@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:16:38 -0700 Subject: [PATCH] Set target to production --- 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 71d4857..44e2a82 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) {