-
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
4 changed files
with
22 additions
and
22 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
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 = "scFuxkwp1ltvcB4BJ4JikvDAj" | ||
let LS_CID = "scFuxkwp1ltvcB4BJ4n" | ||
#elseif os(tvOS) | ||
let LS_CID = "zxRyen2m uz.k55AK1xlzcjn" | ||
let LS_CID = "zxRyen2m uz.k55AKr" | ||
#elseif os(watchOS) | ||
let LS_CID = ".cWimz9dysogQz2GJ4L73dHzfFo" | ||
let LS_CID = ".cWimz9dysogQz2GJ4L7s" | ||
#else | ||
let LS_CID = "oqVfhw.i6 37e64BHf g6j" | ||
let LS_CID = "oqVfhw.i6 37e64Bn" | ||
#endif | ||
let LS_LIB_NAME = "swift_client" | ||
let LS_LIB_VERSION = "5.0.0 beta4" | ||
let LS_LIB_VERSION = "5.0.0" | ||
|
||
let TLCP_VERSION = "TLCP-2.4.0" | ||
let FULL_TLCP_VERSION = TLCP_VERSION + ".lightstreamer.com" |