Mercurial > public > stock-charts
comparison DemoProject/DemoProject.xcodeproj/project.pbxproj @ 26:787ad339ba72
Add public initializer to ChartView
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Fri, 30 Apr 2021 18:05:04 +0200 |
parents | 408b68f4ee61 |
children | 68a32dc9861f |
comparison
equal
deleted
inserted
replaced
25:408b68f4ee61 | 26:787ad339ba72 |
---|---|
1 // !$*UTF8*$! | 1 // !$*UTF8*$! |
2 { | 2 { |
3 archiveVersion = 1; | 3 archiveVersion = 1; |
4 classes = { | 4 classes = { |
5 }; | 5 }; |
6 objectVersion = 50; | 6 objectVersion = 52; |
7 objects = { | 7 objects = { |
8 | 8 |
9 /* Begin PBXBuildFile section */ | 9 /* Begin PBXBuildFile section */ |
10 95770BDF263C5F85003FA924 /* DemoProjectApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BDE263C5F85003FA924 /* DemoProjectApp.swift */; }; | 10 95770BDF263C5F85003FA924 /* DemoProjectApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BDE263C5F85003FA924 /* DemoProjectApp.swift */; }; |
11 95770BE1263C5F85003FA924 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BE0263C5F85003FA924 /* ContentView.swift */; }; | 11 95770BE1263C5F85003FA924 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BE0263C5F85003FA924 /* ContentView.swift */; }; |
12 95770BE3263C5F86003FA924 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95770BE2263C5F86003FA924 /* Assets.xcassets */; }; | 12 95770BE3263C5F86003FA924 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95770BE2263C5F86003FA924 /* Assets.xcassets */; }; |
13 95770BE6263C5F86003FA924 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95770BE5263C5F86003FA924 /* Preview Assets.xcassets */; }; | 13 95770BE6263C5F86003FA924 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95770BE5263C5F86003FA924 /* Preview Assets.xcassets */; }; |
14 95770BEE263C5FCD003FA924 /* Home.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BED263C5FCD003FA924 /* Home.swift */; }; | 14 95770BEE263C5FCD003FA924 /* Home.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BED263C5FCD003FA924 /* Home.swift */; }; |
15 95770BF1263C6096003FA924 /* StockCharts in Frameworks */ = {isa = PBXBuildFile; productRef = 95770BF0263C6096003FA924 /* StockCharts */; }; | |
15 /* End PBXBuildFile section */ | 16 /* End PBXBuildFile section */ |
16 | 17 |
17 /* Begin PBXFileReference section */ | 18 /* Begin PBXFileReference section */ |
18 95770BDB263C5F85003FA924 /* DemoProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemoProject.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 19 95770BDB263C5F85003FA924 /* DemoProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemoProject.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
19 95770BDE263C5F85003FA924 /* DemoProjectApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DemoProjectApp.swift; sourceTree = "<group>"; }; | 20 95770BDE263C5F85003FA924 /* DemoProjectApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DemoProjectApp.swift; sourceTree = "<group>"; }; |
27 /* Begin PBXFrameworksBuildPhase section */ | 28 /* Begin PBXFrameworksBuildPhase section */ |
28 95770BD8263C5F85003FA924 /* Frameworks */ = { | 29 95770BD8263C5F85003FA924 /* Frameworks */ = { |
29 isa = PBXFrameworksBuildPhase; | 30 isa = PBXFrameworksBuildPhase; |
30 buildActionMask = 2147483647; | 31 buildActionMask = 2147483647; |
31 files = ( | 32 files = ( |
33 95770BF1263C6096003FA924 /* StockCharts in Frameworks */, | |
32 ); | 34 ); |
33 runOnlyForDeploymentPostprocessing = 0; | 35 runOnlyForDeploymentPostprocessing = 0; |
34 }; | 36 }; |
35 /* End PBXFrameworksBuildPhase section */ | 37 /* End PBXFrameworksBuildPhase section */ |
36 | 38 |
86 buildRules = ( | 88 buildRules = ( |
87 ); | 89 ); |
88 dependencies = ( | 90 dependencies = ( |
89 ); | 91 ); |
90 name = DemoProject; | 92 name = DemoProject; |
93 packageProductDependencies = ( | |
94 95770BF0263C6096003FA924 /* StockCharts */, | |
95 ); | |
91 productName = DemoProject; | 96 productName = DemoProject; |
92 productReference = 95770BDB263C5F85003FA924 /* DemoProject.app */; | 97 productReference = 95770BDB263C5F85003FA924 /* DemoProject.app */; |
93 productType = "com.apple.product-type.application"; | 98 productType = "com.apple.product-type.application"; |
94 }; | 99 }; |
95 /* End PBXNativeTarget section */ | 100 /* End PBXNativeTarget section */ |
113 knownRegions = ( | 118 knownRegions = ( |
114 en, | 119 en, |
115 Base, | 120 Base, |
116 ); | 121 ); |
117 mainGroup = 95770BD2263C5F85003FA924; | 122 mainGroup = 95770BD2263C5F85003FA924; |
123 packageReferences = ( | |
124 95770BEF263C6096003FA924 /* XCRemoteSwiftPackageReference "StockCharts" */, | |
125 ); | |
118 productRefGroup = 95770BDC263C5F85003FA924 /* Products */; | 126 productRefGroup = 95770BDC263C5F85003FA924 /* Products */; |
119 projectDirPath = ""; | 127 projectDirPath = ""; |
120 projectRoot = ""; | 128 projectRoot = ""; |
121 targets = ( | 129 targets = ( |
122 95770BDA263C5F85003FA924 /* DemoProject */, | 130 95770BDA263C5F85003FA924 /* DemoProject */, |
330 ); | 338 ); |
331 defaultConfigurationIsVisible = 0; | 339 defaultConfigurationIsVisible = 0; |
332 defaultConfigurationName = Release; | 340 defaultConfigurationName = Release; |
333 }; | 341 }; |
334 /* End XCConfigurationList section */ | 342 /* End XCConfigurationList section */ |
343 | |
344 /* Begin XCRemoteSwiftPackageReference section */ | |
345 95770BEF263C6096003FA924 /* XCRemoteSwiftPackageReference "StockCharts" */ = { | |
346 isa = XCRemoteSwiftPackageReference; | |
347 repositoryURL = "https://github.com/denniscm190/StockCharts.git"; | |
348 requirement = { | |
349 branch = main; | |
350 kind = branch; | |
351 }; | |
352 }; | |
353 /* End XCRemoteSwiftPackageReference section */ | |
354 | |
355 /* Begin XCSwiftPackageProductDependency section */ | |
356 95770BF0263C6096003FA924 /* StockCharts */ = { | |
357 isa = XCSwiftPackageProductDependency; | |
358 package = 95770BEF263C6096003FA924 /* XCRemoteSwiftPackageReference "StockCharts" */; | |
359 productName = StockCharts; | |
360 }; | |
361 /* End XCSwiftPackageProductDependency section */ | |
335 }; | 362 }; |
336 rootObject = 95770BD3263C5F85003FA924 /* Project object */; | 363 rootObject = 95770BD3263C5F85003FA924 /* Project object */; |
337 } | 364 } |