comparison StockCharts.xcodeproj/project.pbxproj @ 60:e16e6bdaa31d

Add dragGesture argument
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Fri, 07 May 2021 12:20:48 +0200
parents 408b68f4ee61
children 2b23d1f2d2d9
comparison
equal deleted inserted replaced
59:e54c96a5c652 60:e16e6bdaa31d
8 8
9 /* Begin PBXBuildFile section */ 9 /* Begin PBXBuildFile section */
10 95770B8B263C57B5003FA924 /* StockCharts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95770B81263C57B5003FA924 /* StockCharts.framework */; }; 10 95770B8B263C57B5003FA924 /* StockCharts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95770B81263C57B5003FA924 /* StockCharts.framework */; };
11 95770B90263C57B5003FA924 /* StockChartsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770B8F263C57B5003FA924 /* StockChartsTests.swift */; }; 11 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, ); }; }; 12 95770B92263C57B5003FA924 /* StockCharts.h in Headers */ = {isa = PBXBuildFile; fileRef = 95770B84263C57B5003FA924 /* StockCharts.h */; settings = {ATTRIBUTES = (Public, ); }; };
13 95770BA0263C590C003FA924 /* ChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770B9F263C590C003FA924 /* ChartView.swift */; }; 13 95770BA0263C590C003FA924 /* LineChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770B9F263C590C003FA924 /* LineChartView.swift */; };
14 95770BA3263C5934003FA924 /* ChartLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA2263C5934003FA924 /* ChartLabel.swift */; }; 14 95770BA3263C5934003FA924 /* ChartLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA2263C5934003FA924 /* ChartLabel.swift */; };
15 95770BA5263C594C003FA924 /* IndicatorPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA4263C594C003FA924 /* IndicatorPoint.swift */; }; 15 95770BA5263C594C003FA924 /* IndicatorPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA4263C594C003FA924 /* IndicatorPoint.swift */; };
16 95770BA7263C596E003FA924 /* LinePath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA6263C596E003FA924 /* LinePath.swift */; }; 16 95770BA7263C596E003FA924 /* LinePath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA6263C596E003FA924 /* LinePath.swift */; };
17 95770BA9263C5988003FA924 /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA8263C5988003FA924 /* LineView.swift */; }; 17 95770BA9263C5988003FA924 /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BA8263C5988003FA924 /* LineView.swift */; };
18 /* End PBXBuildFile section */ 18 /* End PBXBuildFile section */
33 95770B85263C57B5003FA924 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 33 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; }; 34 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>"; }; 35 95770B8F263C57B5003FA924 /* StockChartsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StockChartsTests.swift; sourceTree = "<group>"; };
36 95770B91263C57B5003FA924 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 36 95770B91263C57B5003FA924 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
37 95770B9D263C58B1003FA924 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; 37 95770B9D263C58B1003FA924 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
38 95770B9F263C590C003FA924 /* ChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartView.swift; sourceTree = "<group>"; }; 38 95770B9F263C590C003FA924 /* LineChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineChartView.swift; sourceTree = "<group>"; };
39 95770BA2263C5934003FA924 /* ChartLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartLabel.swift; sourceTree = "<group>"; }; 39 95770BA2263C5934003FA924 /* ChartLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartLabel.swift; sourceTree = "<group>"; };
40 95770BA4263C594C003FA924 /* IndicatorPoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndicatorPoint.swift; sourceTree = "<group>"; }; 40 95770BA4263C594C003FA924 /* IndicatorPoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndicatorPoint.swift; sourceTree = "<group>"; };
41 95770BA6263C596E003FA924 /* LinePath.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinePath.swift; sourceTree = "<group>"; }; 41 95770BA6263C596E003FA924 /* LinePath.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinePath.swift; sourceTree = "<group>"; };
42 95770BA8263C5988003FA924 /* LineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineView.swift; sourceTree = "<group>"; }; 42 95770BA8263C5988003FA924 /* LineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineView.swift; sourceTree = "<group>"; };
43 95770BAA263C59A9003FA924 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; }; 43 95770BAA263C59A9003FA924 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
120 sourceTree = "<group>"; 120 sourceTree = "<group>";
121 }; 121 };
122 95770B9E263C58F4003FA924 /* LineChart */ = { 122 95770B9E263C58F4003FA924 /* LineChart */ = {
123 isa = PBXGroup; 123 isa = PBXGroup;
124 children = ( 124 children = (
125 95770B9F263C590C003FA924 /* ChartView.swift */, 125 95770B9F263C590C003FA924 /* LineChartView.swift */,
126 95770BA1263C5927003FA924 /* Helpers */, 126 95770BA1263C5927003FA924 /* Helpers */,
127 ); 127 );
128 path = LineChart; 128 path = LineChart;
129 sourceTree = "<group>"; 129 sourceTree = "<group>";
130 }; 130 };
246 /* Begin PBXSourcesBuildPhase section */ 246 /* Begin PBXSourcesBuildPhase section */
247 95770B7D263C57B5003FA924 /* Sources */ = { 247 95770B7D263C57B5003FA924 /* Sources */ = {
248 isa = PBXSourcesBuildPhase; 248 isa = PBXSourcesBuildPhase;
249 buildActionMask = 2147483647; 249 buildActionMask = 2147483647;
250 files = ( 250 files = (
251 95770BA0263C590C003FA924 /* ChartView.swift in Sources */, 251 95770BA0263C590C003FA924 /* LineChartView.swift in Sources */,
252 95770BA3263C5934003FA924 /* ChartLabel.swift in Sources */, 252 95770BA3263C5934003FA924 /* ChartLabel.swift in Sources */,
253 95770BA7263C596E003FA924 /* LinePath.swift in Sources */, 253 95770BA7263C596E003FA924 /* LinePath.swift in Sources */,
254 95770BA9263C5988003FA924 /* LineView.swift in Sources */, 254 95770BA9263C5988003FA924 /* LineView.swift in Sources */,
255 95770BA5263C594C003FA924 /* IndicatorPoint.swift in Sources */, 255 95770BA5263C594C003FA924 /* IndicatorPoint.swift in Sources */,
256 ); 256 );
412 LD_RUNPATH_SEARCH_PATHS = ( 412 LD_RUNPATH_SEARCH_PATHS = (
413 "$(inherited)", 413 "$(inherited)",
414 "@executable_path/Frameworks", 414 "@executable_path/Frameworks",
415 "@loader_path/Frameworks", 415 "@loader_path/Frameworks",
416 ); 416 );
417 MARKETING_VERSION = 1.1;
417 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.StockCharts; 418 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.StockCharts;
418 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; 419 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
419 SKIP_INSTALL = YES; 420 SKIP_INSTALL = YES;
420 SUPPORTS_MACCATALYST = NO; 421 SUPPORTS_MACCATALYST = NO;
421 SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 422 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
439 LD_RUNPATH_SEARCH_PATHS = ( 440 LD_RUNPATH_SEARCH_PATHS = (
440 "$(inherited)", 441 "$(inherited)",
441 "@executable_path/Frameworks", 442 "@executable_path/Frameworks",
442 "@loader_path/Frameworks", 443 "@loader_path/Frameworks",
443 ); 444 );
445 MARKETING_VERSION = 1.1;
444 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.StockCharts; 446 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.StockCharts;
445 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; 447 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
446 SKIP_INSTALL = YES; 448 SKIP_INSTALL = YES;
447 SUPPORTS_MACCATALYST = NO; 449 SUPPORTS_MACCATALYST = NO;
448 SWIFT_VERSION = 5.0; 450 SWIFT_VERSION = 5.0;