Mercurial > public > stock-charts
comparison InteractiveCharts.xcodeproj/project.pbxproj @ 5:f828c7c408d4
Add source code
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Mon, 26 Apr 2021 19:02:46 +0200 |
parents | b5888bfbef9b |
children | 959175ee5ebd |
comparison
equal
deleted
inserted
replaced
4:fd3fb56afc53 | 5:f828c7c408d4 |
---|---|
5 }; | 5 }; |
6 objectVersion = 50; | 6 objectVersion = 50; |
7 objects = { | 7 objects = { |
8 | 8 |
9 /* Begin PBXBuildFile section */ | 9 /* Begin PBXBuildFile section */ |
10 95075B3F26370E81005E0066 /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B3E26370E81005E0066 /* LineView.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 */; }; | |
13 95075B4B263718C7005E0066 /* IndicatorPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B4A263718C7005E0066 /* IndicatorPoint.swift */; }; | |
14 95075B4F2637227D005E0066 /* ChartLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95075B4E2637227D005E0066 /* ChartLabel.swift */; }; | |
10 955788432636B8D800D1192D /* InteractiveCharts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 955788392636B8D800D1192D /* InteractiveCharts.framework */; }; | 15 955788432636B8D800D1192D /* InteractiveCharts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 955788392636B8D800D1192D /* InteractiveCharts.framework */; }; |
11 955788482636B8D800D1192D /* InteractiveChartsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955788472636B8D800D1192D /* InteractiveChartsTests.swift */; }; | 16 955788482636B8D800D1192D /* InteractiveChartsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955788472636B8D800D1192D /* InteractiveChartsTests.swift */; }; |
12 9557884A2636B8D800D1192D /* InteractiveCharts.h in Headers */ = {isa = PBXBuildFile; fileRef = 9557883C2636B8D800D1192D /* InteractiveCharts.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 17 9557884A2636B8D800D1192D /* InteractiveCharts.h in Headers */ = {isa = PBXBuildFile; fileRef = 9557883C2636B8D800D1192D /* InteractiveCharts.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
13 /* End PBXBuildFile section */ | 18 /* End PBXBuildFile section */ |
14 | 19 |
21 remoteInfo = InteractiveCharts; | 26 remoteInfo = InteractiveCharts; |
22 }; | 27 }; |
23 /* End PBXContainerItemProxy section */ | 28 /* End PBXContainerItemProxy section */ |
24 | 29 |
25 /* Begin PBXFileReference section */ | 30 /* Begin PBXFileReference section */ |
31 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>"; }; | |
33 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>"; }; | |
35 95075B4E2637227D005E0066 /* ChartLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartLabel.swift; sourceTree = "<group>"; }; | |
26 955788392636B8D800D1192D /* InteractiveCharts.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = InteractiveCharts.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | 36 955788392636B8D800D1192D /* InteractiveCharts.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = InteractiveCharts.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
27 9557883C2636B8D800D1192D /* InteractiveCharts.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InteractiveCharts.h; sourceTree = "<group>"; }; | 37 9557883C2636B8D800D1192D /* InteractiveCharts.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InteractiveCharts.h; sourceTree = "<group>"; }; |
28 9557883D2636B8D800D1192D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 38 9557883D2636B8D800D1192D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
29 955788422636B8D800D1192D /* InteractiveChartsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = InteractiveChartsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | 39 955788422636B8D800D1192D /* InteractiveChartsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = InteractiveChartsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
30 955788472636B8D800D1192D /* InteractiveChartsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InteractiveChartsTests.swift; sourceTree = "<group>"; }; | 40 955788472636B8D800D1192D /* InteractiveChartsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InteractiveChartsTests.swift; sourceTree = "<group>"; }; |
48 runOnlyForDeploymentPostprocessing = 0; | 58 runOnlyForDeploymentPostprocessing = 0; |
49 }; | 59 }; |
50 /* End PBXFrameworksBuildPhase section */ | 60 /* End PBXFrameworksBuildPhase section */ |
51 | 61 |
52 /* Begin PBXGroup section */ | 62 /* Begin PBXGroup section */ |
63 95075B5426372506005E0066 /* LineChart */ = { | |
64 isa = PBXGroup; | |
65 children = ( | |
66 95075B462637153E005E0066 /* ChartView.swift */, | |
67 95075B552637251A005E0066 /* Helpers */, | |
68 ); | |
69 path = LineChart; | |
70 sourceTree = "<group>"; | |
71 }; | |
72 95075B552637251A005E0066 /* Helpers */ = { | |
73 isa = PBXGroup; | |
74 children = ( | |
75 95075B3E26370E81005E0066 /* LineView.swift */, | |
76 95075B4226370EAA005E0066 /* LinePath.swift */, | |
77 95075B4A263718C7005E0066 /* IndicatorPoint.swift */, | |
78 95075B4E2637227D005E0066 /* ChartLabel.swift */, | |
79 ); | |
80 path = Helpers; | |
81 sourceTree = "<group>"; | |
82 }; | |
53 9557882F2636B8D700D1192D = { | 83 9557882F2636B8D700D1192D = { |
54 isa = PBXGroup; | 84 isa = PBXGroup; |
55 children = ( | 85 children = ( |
56 9557883B2636B8D800D1192D /* InteractiveCharts */, | 86 9557883B2636B8D800D1192D /* InteractiveCharts */, |
57 955788462636B8D800D1192D /* InteractiveChartsTests */, | 87 955788462636B8D800D1192D /* InteractiveChartsTests */, |
71 9557883B2636B8D800D1192D /* InteractiveCharts */ = { | 101 9557883B2636B8D800D1192D /* InteractiveCharts */ = { |
72 isa = PBXGroup; | 102 isa = PBXGroup; |
73 children = ( | 103 children = ( |
74 9557883C2636B8D800D1192D /* InteractiveCharts.h */, | 104 9557883C2636B8D800D1192D /* InteractiveCharts.h */, |
75 9557883D2636B8D800D1192D /* Info.plist */, | 105 9557883D2636B8D800D1192D /* Info.plist */, |
106 95075B5426372506005E0066 /* LineChart */, | |
76 ); | 107 ); |
77 path = InteractiveCharts; | 108 path = InteractiveCharts; |
78 sourceTree = "<group>"; | 109 sourceTree = "<group>"; |
79 }; | 110 }; |
80 955788462636B8D800D1192D /* InteractiveChartsTests */ = { | 111 955788462636B8D800D1192D /* InteractiveChartsTests */ = { |
145 LastSwiftUpdateCheck = 1240; | 176 LastSwiftUpdateCheck = 1240; |
146 LastUpgradeCheck = 1240; | 177 LastUpgradeCheck = 1240; |
147 TargetAttributes = { | 178 TargetAttributes = { |
148 955788382636B8D800D1192D = { | 179 955788382636B8D800D1192D = { |
149 CreatedOnToolsVersion = 12.4; | 180 CreatedOnToolsVersion = 12.4; |
181 LastSwiftMigration = 1240; | |
150 }; | 182 }; |
151 955788412636B8D800D1192D = { | 183 955788412636B8D800D1192D = { |
152 CreatedOnToolsVersion = 12.4; | 184 CreatedOnToolsVersion = 12.4; |
153 }; | 185 }; |
154 }; | 186 }; |
192 /* Begin PBXSourcesBuildPhase section */ | 224 /* Begin PBXSourcesBuildPhase section */ |
193 955788352636B8D800D1192D /* Sources */ = { | 225 955788352636B8D800D1192D /* Sources */ = { |
194 isa = PBXSourcesBuildPhase; | 226 isa = PBXSourcesBuildPhase; |
195 buildActionMask = 2147483647; | 227 buildActionMask = 2147483647; |
196 files = ( | 228 files = ( |
229 95075B4326370EAA005E0066 /* LinePath.swift in Sources */, | |
230 95075B3F26370E81005E0066 /* LineView.swift in Sources */, | |
231 95075B4B263718C7005E0066 /* IndicatorPoint.swift in Sources */, | |
232 95075B4F2637227D005E0066 /* ChartLabel.swift in Sources */, | |
233 95075B472637153E005E0066 /* ChartView.swift in Sources */, | |
197 ); | 234 ); |
198 runOnlyForDeploymentPostprocessing = 0; | 235 runOnlyForDeploymentPostprocessing = 0; |
199 }; | 236 }; |
200 9557883E2636B8D800D1192D /* Sources */ = { | 237 9557883E2636B8D800D1192D /* Sources */ = { |
201 isa = PBXSourcesBuildPhase; | 238 isa = PBXSourcesBuildPhase; |
339 name = Release; | 376 name = Release; |
340 }; | 377 }; |
341 9557884E2636B8D800D1192D /* Debug */ = { | 378 9557884E2636B8D800D1192D /* Debug */ = { |
342 isa = XCBuildConfiguration; | 379 isa = XCBuildConfiguration; |
343 buildSettings = { | 380 buildSettings = { |
381 CLANG_ENABLE_MODULES = YES; | |
382 CODE_SIGN_STYLE = Automatic; | |
383 DEFINES_MODULE = YES; | |
384 DEVELOPMENT_TEAM = MTX83R5H8X; | |
385 DYLIB_COMPATIBILITY_VERSION = 1; | |
386 DYLIB_CURRENT_VERSION = 1; | |
387 DYLIB_INSTALL_NAME_BASE = "@rpath"; | |
388 INFOPLIST_FILE = InteractiveCharts/Info.plist; | |
389 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | |
390 LD_RUNPATH_SEARCH_PATHS = ( | |
391 "$(inherited)", | |
392 "@executable_path/Frameworks", | |
393 "@loader_path/Frameworks", | |
394 ); | |
395 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.InteractiveCharts; | |
396 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; | |
397 SKIP_INSTALL = YES; | |
398 SUPPORTS_MACCATALYST = NO; | |
399 SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | |
400 SWIFT_VERSION = 5.0; | |
401 TARGETED_DEVICE_FAMILY = "1,2"; | |
402 }; | |
403 name = Debug; | |
404 }; | |
405 9557884F2636B8D800D1192D /* Release */ = { | |
406 isa = XCBuildConfiguration; | |
407 buildSettings = { | |
408 CLANG_ENABLE_MODULES = YES; | |
344 CODE_SIGN_STYLE = Automatic; | 409 CODE_SIGN_STYLE = Automatic; |
345 DEFINES_MODULE = YES; | 410 DEFINES_MODULE = YES; |
346 DEVELOPMENT_TEAM = MTX83R5H8X; | 411 DEVELOPMENT_TEAM = MTX83R5H8X; |
347 DYLIB_COMPATIBILITY_VERSION = 1; | 412 DYLIB_COMPATIBILITY_VERSION = 1; |
348 DYLIB_CURRENT_VERSION = 1; | 413 DYLIB_CURRENT_VERSION = 1; |
359 SKIP_INSTALL = YES; | 424 SKIP_INSTALL = YES; |
360 SUPPORTS_MACCATALYST = NO; | 425 SUPPORTS_MACCATALYST = NO; |
361 SWIFT_VERSION = 5.0; | 426 SWIFT_VERSION = 5.0; |
362 TARGETED_DEVICE_FAMILY = "1,2"; | 427 TARGETED_DEVICE_FAMILY = "1,2"; |
363 }; | 428 }; |
364 name = Debug; | |
365 }; | |
366 9557884F2636B8D800D1192D /* Release */ = { | |
367 isa = XCBuildConfiguration; | |
368 buildSettings = { | |
369 CODE_SIGN_STYLE = Automatic; | |
370 DEFINES_MODULE = YES; | |
371 DEVELOPMENT_TEAM = MTX83R5H8X; | |
372 DYLIB_COMPATIBILITY_VERSION = 1; | |
373 DYLIB_CURRENT_VERSION = 1; | |
374 DYLIB_INSTALL_NAME_BASE = "@rpath"; | |
375 INFOPLIST_FILE = InteractiveCharts/Info.plist; | |
376 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | |
377 LD_RUNPATH_SEARCH_PATHS = ( | |
378 "$(inherited)", | |
379 "@executable_path/Frameworks", | |
380 "@loader_path/Frameworks", | |
381 ); | |
382 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.InteractiveCharts; | |
383 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; | |
384 SKIP_INSTALL = YES; | |
385 SUPPORTS_MACCATALYST = NO; | |
386 SWIFT_VERSION = 5.0; | |
387 TARGETED_DEVICE_FAMILY = "1,2"; | |
388 }; | |
389 name = Release; | 429 name = Release; |
390 }; | 430 }; |
391 955788512636B8D800D1192D /* Debug */ = { | 431 955788512636B8D800D1192D /* Debug */ = { |
392 isa = XCBuildConfiguration; | 432 isa = XCBuildConfiguration; |
393 buildSettings = { | 433 buildSettings = { |
434 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | |
394 CODE_SIGN_STYLE = Automatic; | 435 CODE_SIGN_STYLE = Automatic; |
395 DEVELOPMENT_TEAM = MTX83R5H8X; | 436 DEVELOPMENT_TEAM = MTX83R5H8X; |
396 INFOPLIST_FILE = InteractiveChartsTests/Info.plist; | 437 INFOPLIST_FILE = InteractiveChartsTests/Info.plist; |
397 LD_RUNPATH_SEARCH_PATHS = ( | 438 LD_RUNPATH_SEARCH_PATHS = ( |
398 "$(inherited)", | 439 "$(inherited)", |
407 name = Debug; | 448 name = Debug; |
408 }; | 449 }; |
409 955788522636B8D800D1192D /* Release */ = { | 450 955788522636B8D800D1192D /* Release */ = { |
410 isa = XCBuildConfiguration; | 451 isa = XCBuildConfiguration; |
411 buildSettings = { | 452 buildSettings = { |
453 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; | |
412 CODE_SIGN_STYLE = Automatic; | 454 CODE_SIGN_STYLE = Automatic; |
413 DEVELOPMENT_TEAM = MTX83R5H8X; | 455 DEVELOPMENT_TEAM = MTX83R5H8X; |
414 INFOPLIST_FILE = InteractiveChartsTests/Info.plist; | 456 INFOPLIST_FILE = InteractiveChartsTests/Info.plist; |
415 LD_RUNPATH_SEARCH_PATHS = ( | 457 LD_RUNPATH_SEARCH_PATHS = ( |
416 "$(inherited)", | 458 "$(inherited)", |