Mercurial > public > stock-charts
comparison InteractiveCharts.xcodeproj/project.pbxproj @ 8:959175ee5ebd
Implement interaction with ChartView
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Mon, 26 Apr 2021 23:06:42 +0200 |
parents | f828c7c408d4 |
children | e1f2c119a9c6 |
comparison
equal
deleted
inserted
replaced
7:a9690565726b | 8:959175ee5ebd |
---|---|
10 95075B3F26370E81005E0066 /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B3E26370E81005E0066 /* LineView.swift */; }; | 10 95075B3F26370E81005E0066 /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B3E26370E81005E0066 /* LineView.swift */; }; |
11 95075B4326370EAA005E0066 /* LinePath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B4226370EAA005E0066 /* LinePath.swift */; }; | 11 95075B4326370EAA005E0066 /* LinePath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B4226370EAA005E0066 /* LinePath.swift */; }; |
12 95075B472637153E005E0066 /* ChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B462637153E005E0066 /* ChartView.swift */; }; | 12 95075B472637153E005E0066 /* ChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B462637153E005E0066 /* ChartView.swift */; }; |
13 95075B4B263718C7005E0066 /* IndicatorPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B4A263718C7005E0066 /* IndicatorPoint.swift */; }; | 13 95075B4B263718C7005E0066 /* IndicatorPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B4A263718C7005E0066 /* IndicatorPoint.swift */; }; |
14 95075B4F2637227D005E0066 /* ChartLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B4E2637227D005E0066 /* ChartLabel.swift */; }; | 14 95075B4F2637227D005E0066 /* ChartLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B4E2637227D005E0066 /* ChartLabel.swift */; }; |
15 951D9BE026375E10006B6A6D /* ChartViewPreview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951D9BDF26375E10006B6A6D /* ChartViewPreview.swift */; }; | |
16 951D9BE526375E74006B6A6D /* GenerateSampleData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951D9BE426375E74006B6A6D /* GenerateSampleData.swift */; }; | |
17 951D9BE926376131006B6A6D /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951D9BE826376131006B6A6D /* ContentView.swift */; }; | |
15 955788432636B8D800D1192D /* InteractiveCharts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 955788392636B8D800D1192D /* InteractiveCharts.framework */; }; | 18 955788432636B8D800D1192D /* InteractiveCharts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 955788392636B8D800D1192D /* InteractiveCharts.framework */; }; |
16 955788482636B8D800D1192D /* InteractiveChartsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955788472636B8D800D1192D /* InteractiveChartsTests.swift */; }; | 19 955788482636B8D800D1192D /* InteractiveChartsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955788472636B8D800D1192D /* InteractiveChartsTests.swift */; }; |
17 9557884A2636B8D800D1192D /* InteractiveCharts.h in Headers */ = {isa = PBXBuildFile; fileRef = 9557883C2636B8D800D1192D /* InteractiveCharts.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 20 9557884A2636B8D800D1192D /* InteractiveCharts.h in Headers */ = {isa = PBXBuildFile; fileRef = 9557883C2636B8D800D1192D /* InteractiveCharts.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
18 /* End PBXBuildFile section */ | 21 /* End PBXBuildFile section */ |
19 | 22 |
31 95075B3E26370E81005E0066 /* LineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineView.swift; sourceTree = "<group>"; }; | 34 95075B3E26370E81005E0066 /* LineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineView.swift; sourceTree = "<group>"; }; |
32 95075B4226370EAA005E0066 /* LinePath.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinePath.swift; sourceTree = "<group>"; }; | 35 95075B4226370EAA005E0066 /* LinePath.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinePath.swift; sourceTree = "<group>"; }; |
33 95075B462637153E005E0066 /* ChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartView.swift; sourceTree = "<group>"; }; | 36 95075B462637153E005E0066 /* ChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartView.swift; sourceTree = "<group>"; }; |
34 95075B4A263718C7005E0066 /* IndicatorPoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndicatorPoint.swift; sourceTree = "<group>"; }; | 37 95075B4A263718C7005E0066 /* IndicatorPoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndicatorPoint.swift; sourceTree = "<group>"; }; |
35 95075B4E2637227D005E0066 /* ChartLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartLabel.swift; sourceTree = "<group>"; }; | 38 95075B4E2637227D005E0066 /* ChartLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartLabel.swift; sourceTree = "<group>"; }; |
39 951D9BDF26375E10006B6A6D /* ChartViewPreview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartViewPreview.swift; sourceTree = "<group>"; }; | |
40 951D9BE426375E74006B6A6D /* GenerateSampleData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GenerateSampleData.swift; sourceTree = "<group>"; }; | |
41 951D9BE826376131006B6A6D /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; | |
36 955788392636B8D800D1192D /* InteractiveCharts.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = InteractiveCharts.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | 42 955788392636B8D800D1192D /* InteractiveCharts.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = InteractiveCharts.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
37 9557883C2636B8D800D1192D /* InteractiveCharts.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InteractiveCharts.h; sourceTree = "<group>"; }; | 43 9557883C2636B8D800D1192D /* InteractiveCharts.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InteractiveCharts.h; sourceTree = "<group>"; }; |
38 9557883D2636B8D800D1192D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 44 9557883D2636B8D800D1192D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
39 955788422636B8D800D1192D /* InteractiveChartsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = InteractiveChartsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | 45 955788422636B8D800D1192D /* InteractiveChartsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = InteractiveChartsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
40 955788472636B8D800D1192D /* InteractiveChartsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InteractiveChartsTests.swift; sourceTree = "<group>"; }; | 46 955788472636B8D800D1192D /* InteractiveChartsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InteractiveChartsTests.swift; sourceTree = "<group>"; }; |
78 95075B4E2637227D005E0066 /* ChartLabel.swift */, | 84 95075B4E2637227D005E0066 /* ChartLabel.swift */, |
79 ); | 85 ); |
80 path = Helpers; | 86 path = Helpers; |
81 sourceTree = "<group>"; | 87 sourceTree = "<group>"; |
82 }; | 88 }; |
89 951D9BDE26375DDA006B6A6D /* UI Previews */ = { | |
90 isa = PBXGroup; | |
91 children = ( | |
92 951D9BE826376131006B6A6D /* ContentView.swift */, | |
93 951D9BDF26375E10006B6A6D /* ChartViewPreview.swift */, | |
94 951D9BE326375E44006B6A6D /* Sample data */, | |
95 ); | |
96 path = "UI Previews"; | |
97 sourceTree = "<group>"; | |
98 }; | |
99 951D9BE326375E44006B6A6D /* Sample data */ = { | |
100 isa = PBXGroup; | |
101 children = ( | |
102 951D9BE426375E74006B6A6D /* GenerateSampleData.swift */, | |
103 ); | |
104 path = "Sample data"; | |
105 sourceTree = "<group>"; | |
106 }; | |
83 9557882F2636B8D700D1192D = { | 107 9557882F2636B8D700D1192D = { |
84 isa = PBXGroup; | 108 isa = PBXGroup; |
85 children = ( | 109 children = ( |
86 9557883B2636B8D800D1192D /* InteractiveCharts */, | 110 9557883B2636B8D800D1192D /* InteractiveCharts */, |
87 955788462636B8D800D1192D /* InteractiveChartsTests */, | 111 955788462636B8D800D1192D /* InteractiveChartsTests */, |
102 isa = PBXGroup; | 126 isa = PBXGroup; |
103 children = ( | 127 children = ( |
104 9557883C2636B8D800D1192D /* InteractiveCharts.h */, | 128 9557883C2636B8D800D1192D /* InteractiveCharts.h */, |
105 9557883D2636B8D800D1192D /* Info.plist */, | 129 9557883D2636B8D800D1192D /* Info.plist */, |
106 95075B5426372506005E0066 /* LineChart */, | 130 95075B5426372506005E0066 /* LineChart */, |
131 951D9BDE26375DDA006B6A6D /* UI Previews */, | |
107 ); | 132 ); |
108 path = InteractiveCharts; | 133 path = InteractiveCharts; |
109 sourceTree = "<group>"; | 134 sourceTree = "<group>"; |
110 }; | 135 }; |
111 955788462636B8D800D1192D /* InteractiveChartsTests */ = { | 136 955788462636B8D800D1192D /* InteractiveChartsTests */ = { |
225 955788352636B8D800D1192D /* Sources */ = { | 250 955788352636B8D800D1192D /* Sources */ = { |
226 isa = PBXSourcesBuildPhase; | 251 isa = PBXSourcesBuildPhase; |
227 buildActionMask = 2147483647; | 252 buildActionMask = 2147483647; |
228 files = ( | 253 files = ( |
229 95075B4326370EAA005E0066 /* LinePath.swift in Sources */, | 254 95075B4326370EAA005E0066 /* LinePath.swift in Sources */, |
255 951D9BE526375E74006B6A6D /* GenerateSampleData.swift in Sources */, | |
256 951D9BE926376131006B6A6D /* ContentView.swift in Sources */, | |
230 95075B3F26370E81005E0066 /* LineView.swift in Sources */, | 257 95075B3F26370E81005E0066 /* LineView.swift in Sources */, |
258 951D9BE026375E10006B6A6D /* ChartViewPreview.swift in Sources */, | |
231 95075B4B263718C7005E0066 /* IndicatorPoint.swift in Sources */, | 259 95075B4B263718C7005E0066 /* IndicatorPoint.swift in Sources */, |
232 95075B4F2637227D005E0066 /* ChartLabel.swift in Sources */, | 260 95075B4F2637227D005E0066 /* ChartLabel.swift in Sources */, |
233 95075B472637153E005E0066 /* ChartView.swift in Sources */, | 261 95075B472637153E005E0066 /* ChartView.swift in Sources */, |
234 ); | 262 ); |
235 runOnlyForDeploymentPostprocessing = 0; | 263 runOnlyForDeploymentPostprocessing = 0; |