Working on DART api
This commit is contained in:
@@ -51,6 +51,8 @@
|
||||
34D3680F2A2AA0BE005E6756 /* PropertyIterable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34D3680E2A2AA0BE005E6756 /* PropertyIterable.swift */; };
|
||||
34E7B9112A49BD2800B3AB9F /* DomesticIndex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34E7B9102A49BD2800B3AB9F /* DomesticIndex.swift */; };
|
||||
34EC4D212A7ACB07002F947C /* CompanyPartitionMergerDecisionResult.json in Resources */ = {isa = PBXBuildFile; fileRef = 34EC4D202A7ACB06002F947C /* CompanyPartitionMergerDecisionResult.json */; };
|
||||
34EC4D242A7F27A8002F947C /* CompanyPartitionDecisionResult.json in Resources */ = {isa = PBXBuildFile; fileRef = 34EC4D232A7F27A8002F947C /* CompanyPartitionDecisionResult.json */; };
|
||||
34EC4D262A7F27DC002F947C /* CompanyMergerDecisionResult.json in Resources */ = {isa = PBXBuildFile; fileRef = 34EC4D252A7F27DC002F947C /* CompanyMergerDecisionResult.json */; };
|
||||
34F1900C2A41982A0068C697 /* KissIndexResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34F1900B2A41982A0068C697 /* KissIndexResult.swift */; };
|
||||
34F1900F2A426D150068C697 /* ShopContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34F1900E2A426D150068C697 /* ShopContext.swift */; };
|
||||
34F190112A4394EB0068C697 /* LocalContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34F190102A4394EB0068C697 /* LocalContext.swift */; };
|
||||
@@ -185,6 +187,8 @@
|
||||
34D3680E2A2AA0BE005E6756 /* PropertyIterable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PropertyIterable.swift; sourceTree = "<group>"; };
|
||||
34E7B9102A49BD2800B3AB9F /* DomesticIndex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DomesticIndex.swift; sourceTree = "<group>"; };
|
||||
34EC4D202A7ACB06002F947C /* CompanyPartitionMergerDecisionResult.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = CompanyPartitionMergerDecisionResult.json; sourceTree = "<group>"; };
|
||||
34EC4D232A7F27A8002F947C /* CompanyPartitionDecisionResult.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = CompanyPartitionDecisionResult.json; sourceTree = "<group>"; };
|
||||
34EC4D252A7F27DC002F947C /* CompanyMergerDecisionResult.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = CompanyMergerDecisionResult.json; sourceTree = "<group>"; };
|
||||
34F1900B2A41982A0068C697 /* KissIndexResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KissIndexResult.swift; sourceTree = "<group>"; };
|
||||
34F1900E2A426D150068C697 /* ShopContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShopContext.swift; sourceTree = "<group>"; };
|
||||
34F190102A4394EB0068C697 /* LocalContext.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocalContext.swift; sourceTree = "<group>"; };
|
||||
@@ -559,6 +563,8 @@
|
||||
34F8449A2A64955B00152D98 /* TreasuryStockGainDecisionResult.json */,
|
||||
34F8449C2A68393C00152D98 /* StockExchangeTransferDecisionResult.json */,
|
||||
34EC4D202A7ACB06002F947C /* CompanyPartitionMergerDecisionResult.json */,
|
||||
34EC4D232A7F27A8002F947C /* CompanyPartitionDecisionResult.json */,
|
||||
34EC4D252A7F27DC002F947C /* CompanyMergerDecisionResult.json */,
|
||||
);
|
||||
path = MajorReport;
|
||||
sourceTree = "<group>";
|
||||
@@ -710,6 +716,7 @@
|
||||
34F844732A621A8600152D98 /* BondBankManagementProcedureStartResult.json in Resources */,
|
||||
34F8440B2A6179FA00152D98 /* EntrustedSecurityResult.json in Resources */,
|
||||
34F844502A62167F00152D98 /* IndividualTopSalaryResult.json in Resources */,
|
||||
34EC4D262A7F27DC002F947C /* CompanyMergerDecisionResult.json in Resources */,
|
||||
34F844522A62169A00152D98 /* OtherCompanyInvestmentResult.json in Resources */,
|
||||
34F844402A6215A300152D98 /* TreasuryStockGainDisposalResult.json in Resources */,
|
||||
34F844302A6211E200152D98 /* StockTotalStatusResult.json in Resources */,
|
||||
@@ -721,6 +728,7 @@
|
||||
34F844932A639B0E00152D98 /* BusinessInheritanceDecisionResult.json in Resources */,
|
||||
34F844042A609A6000152D98 /* EquitySecurityResult.json in Resources */,
|
||||
34F844072A61799500152D98 /* StockExchangeTransferResult.json in Resources */,
|
||||
34EC4D242A7F27A8002F947C /* CompanyPartitionDecisionResult.json in Resources */,
|
||||
34F8440D2A617A2100152D98 /* DebtSecurityResult.json in Resources */,
|
||||
34F844262A62115900152D98 /* DebitSecurityIssuesResult.json in Resources */,
|
||||
34F8447D2A62574D00152D98 /* OverseaDelistingDecisionResult.json in Resources */,
|
||||
|
||||
Reference in New Issue
Block a user