-
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
3 changed files
with
16 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
import Foundation | ||
|
||
#if os(macOS) | ||
var LS_CID = "scFuxkwp1ltvcB4BJ4JikvD7g" | ||
var LS_CID = "scFuxkwp1ltvcB4BJ4JikvD8h" | ||
#elseif os(tvOS) | ||
var LS_CID = "zxRyen2m uz.k55AK1xlzcgk" | ||
var LS_CID = "zxRyen2m uz.k55AK1xlzchl" | ||
#elseif os(watchOS) | ||
var LS_CID = ".cWimz9dysogQz2GJ4L73dHzfCl" | ||
var LS_CID = ".cWimz9dysogQz2GJ4L73dHzfDm" | ||
#else | ||
var LS_CID = "oqVfhw.i6 37e64BHf g3g" | ||
var LS_CID = "oqVfhw.i6 37e64BHf g4h" | ||
#endif | ||
let LS_LIB_NAME = "swift_client" | ||
let LS_LIB_VERSION = "5.0.0 beta1" | ||
let LS_LIB_VERSION = "5.0.0 beta2" | ||
|
||
var TLCP_VERSION = "TLCP-2.3.0" | ||
let FULL_TLCP_VERSION = TLCP_VERSION + ".lightstreamer.com" |