Skip to content

Commit

Permalink
set app to prod for app store deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGarewal committed Nov 25, 2024
1 parent f4a67bf commit 57a9672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipad/Constants/AppRemoteAPIConst.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 57a9672

Please sign in to comment.