comparison StockCharts.xcodeproj/project.pbxproj @ 89:3e94c6721a6a

Implement CapsuleChartView
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sat, 05 Jun 2021 18:43:52 +0200
parents 44d1a221bab1
children f53d8b9ca92b
comparison
equal deleted inserted replaced
88:455e3bcdb510 89:3e94c6721a6a
5 }; 5 };
6 objectVersion = 50; 6 objectVersion = 50;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXBuildFile section */ 9 /* Begin PBXBuildFile section */
10 950857AE266BDF62005357BA /* CapsuleChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950857AD266BDF62005357BA /* CapsuleChartView.swift */; };
10 95770B8B263C57B5003FA924 /* StockCharts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95770B81263C57B5003FA924 /* StockCharts.framework */; }; 11 95770B8B263C57B5003FA924 /* StockCharts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95770B81263C57B5003FA924 /* StockCharts.framework */; };
11 95770B90263C57B5003FA924 /* StockChartsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770B8F263C57B5003FA924 /* StockChartsTests.swift */; }; 12 95770B90263C57B5003FA924 /* StockChartsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770B8F263C57B5003FA924 /* StockChartsTests.swift */; };
12 95770B92263C57B5003FA924 /* StockCharts.h in Headers */ = {isa = PBXBuildFile; fileRef = 95770B84263C57B5003FA924 /* StockCharts.h */; settings = {ATTRIBUTES = (Public, ); }; }; 13 95770B92263C57B5003FA924 /* StockCharts.h in Headers */ = {isa = PBXBuildFile; fileRef = 95770B84263C57B5003FA924 /* StockCharts.h */; settings = {ATTRIBUTES = (Public, ); }; };
13 95770BA0263C590C003FA924 /* LineChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770B9F263C590C003FA924 /* LineChartView.swift */; }; 14 95770BA0263C590C003FA924 /* LineChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770B9F263C590C003FA924 /* LineChartView.swift */; };
14 95770BA3263C5934003FA924 /* ChartLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA2263C5934003FA924 /* ChartLabel.swift */; }; 15 95770BA3263C5934003FA924 /* ChartLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA2263C5934003FA924 /* ChartLabel.swift */; };
26 remoteInfo = StockCharts; 27 remoteInfo = StockCharts;
27 }; 28 };
28 /* End PBXContainerItemProxy section */ 29 /* End PBXContainerItemProxy section */
29 30
30 /* Begin PBXFileReference section */ 31 /* Begin PBXFileReference section */
32 950857AD266BDF62005357BA /* CapsuleChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CapsuleChartView.swift; sourceTree = "<group>"; };
31 95770B81263C57B5003FA924 /* StockCharts.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StockCharts.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 33 95770B81263C57B5003FA924 /* StockCharts.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StockCharts.framework; sourceTree = BUILT_PRODUCTS_DIR; };
32 95770B84263C57B5003FA924 /* StockCharts.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StockCharts.h; sourceTree = "<group>"; }; 34 95770B84263C57B5003FA924 /* StockCharts.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StockCharts.h; sourceTree = "<group>"; };
33 95770B85263C57B5003FA924 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 35 95770B85263C57B5003FA924 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
34 95770B8A263C57B5003FA924 /* StockChartsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = StockChartsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 36 95770B8A263C57B5003FA924 /* StockChartsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = StockChartsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
35 95770B8F263C57B5003FA924 /* StockChartsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StockChartsTests.swift; sourceTree = "<group>"; }; 37 95770B8F263C57B5003FA924 /* StockChartsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StockChartsTests.swift; sourceTree = "<group>"; };
61 runOnlyForDeploymentPostprocessing = 0; 63 runOnlyForDeploymentPostprocessing = 0;
62 }; 64 };
63 /* End PBXFrameworksBuildPhase section */ 65 /* End PBXFrameworksBuildPhase section */
64 66
65 /* Begin PBXGroup section */ 67 /* Begin PBXGroup section */
68 950857AC266BDF48005357BA /* CapsuleChart */ = {
69 isa = PBXGroup;
70 children = (
71 950857AD266BDF62005357BA /* CapsuleChartView.swift */,
72 );
73 path = CapsuleChart;
74 sourceTree = "<group>";
75 };
66 95770B77263C57B5003FA924 = { 76 95770B77263C57B5003FA924 = {
67 isa = PBXGroup; 77 isa = PBXGroup;
68 children = ( 78 children = (
69 95770BAA263C59A9003FA924 /* Package.swift */, 79 95770BAA263C59A9003FA924 /* Package.swift */,
70 95770B9D263C58B1003FA924 /* README.md */, 80 95770B9D263C58B1003FA924 /* README.md */,
86 sourceTree = "<group>"; 96 sourceTree = "<group>";
87 }; 97 };
88 95770B83263C57B5003FA924 /* StockCharts */ = { 98 95770B83263C57B5003FA924 /* StockCharts */ = {
89 isa = PBXGroup; 99 isa = PBXGroup;
90 children = ( 100 children = (
101 95770B84263C57B5003FA924 /* StockCharts.h */,
91 95770B9E263C58F4003FA924 /* LineChart */, 102 95770B9E263C58F4003FA924 /* LineChart */,
92 95770B84263C57B5003FA924 /* StockCharts.h */, 103 950857AC266BDF48005357BA /* CapsuleChart */,
93 ); 104 );
94 path = StockCharts; 105 path = StockCharts;
95 sourceTree = "<group>"; 106 sourceTree = "<group>";
96 }; 107 };
97 95770B8E263C57B5003FA924 /* StockChartsTests */ = { 108 95770B8E263C57B5003FA924 /* StockChartsTests */ = {
249 buildActionMask = 2147483647; 260 buildActionMask = 2147483647;
250 files = ( 261 files = (
251 95770BA0263C590C003FA924 /* LineChartView.swift in Sources */, 262 95770BA0263C590C003FA924 /* LineChartView.swift in Sources */,
252 95770BA3263C5934003FA924 /* ChartLabel.swift in Sources */, 263 95770BA3263C5934003FA924 /* ChartLabel.swift in Sources */,
253 95770BA7263C596E003FA924 /* LinePath.swift in Sources */, 264 95770BA7263C596E003FA924 /* LinePath.swift in Sources */,
265 950857AE266BDF62005357BA /* CapsuleChartView.swift in Sources */,
254 95770BA9263C5988003FA924 /* LineView.swift in Sources */, 266 95770BA9263C5988003FA924 /* LineView.swift in Sources */,
255 95770BA5263C594C003FA924 /* IndicatorPoint.swift in Sources */, 267 95770BA5263C594C003FA924 /* IndicatorPoint.swift in Sources */,
256 ); 268 );
257 runOnlyForDeploymentPostprocessing = 0; 269 runOnlyForDeploymentPostprocessing = 0;
258 }; 270 };