Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 6fb414d

Browse files
committed
fix: do not use staging urls in prod
1 parent 52f9575 commit 6fb414d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WeLoop.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'WeLoop'
11-
s.version = '2.0.0'
11+
s.version = '2.0.1'
1212
s.summary = 'Integrate WeLoop to your iOS project'
1313

1414
s.description = <<-DESC

WeLoop/Classes/WeLoopAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99

1010
/// Flag to switch between production and staging environments. Use for debugging only.
11-
private let isStaging = true
11+
private let isStaging = false
1212

1313
typealias ConfigurationCallback = (_ project:() throws -> Settings) -> Void
1414

0 commit comments

Comments
 (0)