-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
import Foundation | ||
|
||
#if os(macOS) | ||
let LS_CID = "scFuxkwp1ltvcC4BJ4Ji kOj2DK6P7D3gg" | ||
let LS_CID = "scFuxkwp1ltvcC4BJ5Ji kOj2DK6P7E4jm" | ||
#elseif os(tvOS) | ||
let LS_CID = "zxRyen2m uz.l55AK1x-onG37BM7ME73k" | ||
let LS_CID = "zxRyen2m uz.l55AL1x-onG37BM7MF86q" | ||
#elseif os(watchOS) | ||
let LS_CID = ".cWimz9dysogQz2HJ4L73dXoqoH6M992m76l" | ||
let LS_CID = ".cWimz9dysogQz2HJ4L83dXoqoH6M992n89r" | ||
#else | ||
let LS_CID = "oqVfhw.i6 38e64BHfDprfc85DN4T87g" | ||
let LS_CID = "oqVfhw.i6 38e64CHfDprfc85DN4U9Am" | ||
#endif | ||
let LS_LIB_NAME = "swift_client" | ||
let LS_LIB_VERSION = "6.0.0" | ||
let LS_LIB_VERSION = "6.0.1" | ||
|
||
let TLCP_VERSION = "TLCP-2.5.0" | ||
let FULL_TLCP_VERSION = TLCP_VERSION + ".lightstreamer.com" |