-
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
2 changed files
with
6 additions
and
6 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
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 = "scFuxkwp1ltvcB4BJ5Ji kOj2DK6O882ke" | ||
let LS_CID = "scFuxkwp1ltvcB4BJ6Ji kOj2DK6P783fb" | ||
#elseif os(tvOS) | ||
let LS_CID = "zxRyen2m uz.k55AL1x-onG37BM6N967i" | ||
let LS_CID = "zxRyen2m uz.k55AM1x-onG37BM7M972f" | ||
#elseif os(watchOS) | ||
let LS_CID = ".cWimz9dysogQz2GJ4L83dXoqoH6M983h6Aj" | ||
let LS_CID = ".cWimz9dysogQz2GJ4L93dXoqoH6M992h75g" | ||
#else | ||
let LS_CID = "oqVfhw.i6 37e64CHfDprfc85DM5O7Be" | ||
let LS_CID = "oqVfhw.i6 37e64DHfDprfc85DN4O86b" | ||
#endif | ||
let LS_LIB_NAME = "swift_client" | ||
let LS_LIB_VERSION = "5.0.1" | ||
let LS_LIB_VERSION = "5.0.2" | ||
|
||
let TLCP_VERSION = "TLCP-2.4.0" | ||
let FULL_TLCP_VERSION = TLCP_VERSION + ".lightstreamer.com" |