Handling for websocket
This commit is contained in:
@@ -40,7 +40,10 @@
|
||||
3435A7F72A35D82000D604F1 /* DomesticShortSelling.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3435A7F62A35D82000D604F1 /* DomesticShortSelling.swift */; };
|
||||
349C26AB2A1EAE2400F3EC91 /* KissProfile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 349C26AA2A1EAE2400F3EC91 /* KissProfile.swift */; };
|
||||
349F5D142A6BC8D3009A0526 /* String+Html.swift in Sources */ = {isa = PBXBuildFile; fileRef = 349F5D132A6BC8D3009A0526 /* String+Html.swift */; };
|
||||
34BC44762A8656570052D8EB /* DomesticStockRealtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34BC44752A8656570052D8EB /* DomesticStockRealtime.swift */; };
|
||||
34BC44762A8656570052D8EB /* Domestic.ContractNoticeWebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34BC44752A8656570052D8EB /* Domestic.ContractNoticeWebSocket.swift */; };
|
||||
34BC44792A8657D50052D8EB /* WebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34BC44782A8657D50052D8EB /* WebSocket.swift */; };
|
||||
34BC447B2A8663430052D8EB /* Domestic.AskingPriceWebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34BC447A2A8663430052D8EB /* Domestic.AskingPriceWebSocket.swift */; };
|
||||
34BC447D2A86635A0052D8EB /* Domestic.ContractPriceWebSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34BC447C2A86635A0052D8EB /* Domestic.ContractPriceWebSocket.swift */; };
|
||||
34C1BA4D2A59CD3400423D64 /* DomesticDartNotice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34C1BA4C2A59CD3400423D64 /* DomesticDartNotice.swift */; };
|
||||
34C1BA4F2A5A603F00423D64 /* DomesticExtra.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34C1BA4E2A5A603F00423D64 /* DomesticExtra.swift */; };
|
||||
34C1BA512A5A607D00423D64 /* DomesticDart.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34C1BA502A5A607D00423D64 /* DomesticDart.swift */; };
|
||||
@@ -179,7 +182,10 @@
|
||||
3435A7F62A35D82000D604F1 /* DomesticShortSelling.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DomesticShortSelling.swift; sourceTree = "<group>"; };
|
||||
349C26AA2A1EAE2400F3EC91 /* KissProfile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KissProfile.swift; sourceTree = "<group>"; };
|
||||
349F5D132A6BC8D3009A0526 /* String+Html.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Html.swift"; sourceTree = "<group>"; };
|
||||
34BC44752A8656570052D8EB /* DomesticStockRealtime.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DomesticStockRealtime.swift; sourceTree = "<group>"; };
|
||||
34BC44752A8656570052D8EB /* Domestic.ContractNoticeWebSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Domestic.ContractNoticeWebSocket.swift; sourceTree = "<group>"; };
|
||||
34BC44782A8657D50052D8EB /* WebSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebSocket.swift; sourceTree = "<group>"; };
|
||||
34BC447A2A8663430052D8EB /* Domestic.AskingPriceWebSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Domestic.AskingPriceWebSocket.swift; sourceTree = "<group>"; };
|
||||
34BC447C2A86635A0052D8EB /* Domestic.ContractPriceWebSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Domestic.ContractPriceWebSocket.swift; sourceTree = "<group>"; };
|
||||
34C1BA4C2A59CD3400423D64 /* DomesticDartNotice.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DomesticDartNotice.swift; sourceTree = "<group>"; };
|
||||
34C1BA4E2A5A603F00423D64 /* DomesticExtra.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DomesticExtra.swift; sourceTree = "<group>"; };
|
||||
34C1BA502A5A607D00423D64 /* DomesticDart.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DomesticDart.swift; sourceTree = "<group>"; };
|
||||
@@ -386,6 +392,7 @@
|
||||
341F5F062A14634F00962D48 /* Foundation+Extensions.swift */,
|
||||
34D3680E2A2AA0BE005E6756 /* PropertyIterable.swift */,
|
||||
349F5D132A6BC8D3009A0526 /* String+Html.swift */,
|
||||
34BC44782A8657D50052D8EB /* WebSocket.swift */,
|
||||
);
|
||||
path = Common;
|
||||
sourceTree = "<group>";
|
||||
@@ -401,7 +408,9 @@
|
||||
34BC44742A8656250052D8EB /* Realtime */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
34BC44752A8656570052D8EB /* DomesticStockRealtime.swift */,
|
||||
34BC447C2A86635A0052D8EB /* Domestic.ContractPriceWebSocket.swift */,
|
||||
34BC447A2A8663430052D8EB /* Domestic.AskingPriceWebSocket.swift */,
|
||||
34BC44752A8656570052D8EB /* Domestic.ContractNoticeWebSocket.swift */,
|
||||
);
|
||||
path = Realtime;
|
||||
sourceTree = "<group>";
|
||||
@@ -789,6 +798,7 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
341F5EFB2A10909D00962D48 /* LoginResult.swift in Sources */,
|
||||
34BC447D2A86635A0052D8EB /* Domestic.ContractPriceWebSocket.swift in Sources */,
|
||||
34C1BA882A5D9A4A00423D64 /* DomesticDartDisclosureInterests.swift in Sources */,
|
||||
340A4DC42A4E4345005A1FBA /* ArrayDecodable.swift in Sources */,
|
||||
34C1BA532A5A683D00423D64 /* DomesticDartBusinessReport.swift in Sources */,
|
||||
@@ -801,6 +811,7 @@
|
||||
34C1BA552A5B033E00423D64 /* DomesticDartListedCompany.swift in Sources */,
|
||||
341F5F072A14634F00962D48 /* Foundation+Extensions.swift in Sources */,
|
||||
341F5F032A11A2BC00962D48 /* Credential.swift in Sources */,
|
||||
34BC44792A8657D50052D8EB /* WebSocket.swift in Sources */,
|
||||
341F5EB02A0A80EC00962D48 /* KissMe.docc in Sources */,
|
||||
341F5EFD2A10931B00962D48 /* DomesticStockSearch.swift in Sources */,
|
||||
349F5D142A6BC8D3009A0526 /* String+Html.swift in Sources */,
|
||||
@@ -830,9 +841,10 @@
|
||||
341F5EE12A0F373B00962D48 /* Login.swift in Sources */,
|
||||
341F5EF52A0F891200962D48 /* KissAccount.swift in Sources */,
|
||||
340A4DBD2A4C34BE005A1FBA /* IndexContext.swift in Sources */,
|
||||
34BC44762A8656570052D8EB /* DomesticStockRealtime.swift in Sources */,
|
||||
34BC44762A8656570052D8EB /* Domestic.ContractNoticeWebSocket.swift in Sources */,
|
||||
34E7B9112A49BD2800B3AB9F /* DomesticIndex.swift in Sources */,
|
||||
341F5F0D2A15222E00962D48 /* AuthRequest.swift in Sources */,
|
||||
34BC447B2A8663430052D8EB /* Domestic.AskingPriceWebSocket.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user