Mercurial > public > stock-charts
comparison DemoProject/DemoProject.xcodeproj/project.pbxproj @ 57:1621702163f0
Update DemoProject
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Mon, 03 May 2021 17:36:17 +0200 |
parents | 68a32dc9861f |
children | a2daff375b43 |
comparison
equal
deleted
inserted
replaced
56:68a32dc9861f | 57:1621702163f0 |
---|---|
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 /* View1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95770BED263C5FCD003FA924 /* View1.swift */; }; |
15 9584AA90264048AD00626769 /* StockCharts in Frameworks */ = {isa = PBXBuildFile; productRef = 9584AA8F264048AD00626769 /* StockCharts */; }; | |
16 9584AA92264048D700626769 /* View2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9584AA91264048D700626769 /* View2.swift */; }; | |
15 /* End PBXBuildFile section */ | 17 /* End PBXBuildFile section */ |
16 | 18 |
17 /* Begin PBXFileReference section */ | 19 /* Begin PBXFileReference section */ |
18 95770BDB263C5F85003FA924 /* DemoProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemoProject.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 20 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>"; }; | 21 95770BDE263C5F85003FA924 /* DemoProjectApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DemoProjectApp.swift; sourceTree = "<group>"; }; |
20 95770BE0263C5F85003FA924 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; | 22 95770BE0263C5F85003FA924 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
21 95770BE2263C5F86003FA924 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | 23 95770BE2263C5F86003FA924 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
22 95770BE5263C5F86003FA924 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; | 24 95770BE5263C5F86003FA924 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
23 95770BE7263C5F86003FA924 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 25 95770BE7263C5F86003FA924 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
24 95770BED263C5FCD003FA924 /* Home.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Home.swift; sourceTree = "<group>"; }; | 26 95770BED263C5FCD003FA924 /* View1.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = View1.swift; sourceTree = "<group>"; }; |
27 9584AA91264048D700626769 /* View2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = View2.swift; sourceTree = "<group>"; }; | |
25 /* End PBXFileReference section */ | 28 /* End PBXFileReference section */ |
26 | 29 |
27 /* Begin PBXFrameworksBuildPhase section */ | 30 /* Begin PBXFrameworksBuildPhase section */ |
28 95770BD8263C5F85003FA924 /* Frameworks */ = { | 31 95770BD8263C5F85003FA924 /* Frameworks */ = { |
29 isa = PBXFrameworksBuildPhase; | 32 isa = PBXFrameworksBuildPhase; |
30 buildActionMask = 2147483647; | 33 buildActionMask = 2147483647; |
31 files = ( | 34 files = ( |
35 9584AA90264048AD00626769 /* StockCharts in Frameworks */, | |
32 ); | 36 ); |
33 runOnlyForDeploymentPostprocessing = 0; | 37 runOnlyForDeploymentPostprocessing = 0; |
34 }; | 38 }; |
35 /* End PBXFrameworksBuildPhase section */ | 39 /* End PBXFrameworksBuildPhase section */ |
36 | 40 |
54 95770BDD263C5F85003FA924 /* DemoProject */ = { | 58 95770BDD263C5F85003FA924 /* DemoProject */ = { |
55 isa = PBXGroup; | 59 isa = PBXGroup; |
56 children = ( | 60 children = ( |
57 95770BDE263C5F85003FA924 /* DemoProjectApp.swift */, | 61 95770BDE263C5F85003FA924 /* DemoProjectApp.swift */, |
58 95770BE0263C5F85003FA924 /* ContentView.swift */, | 62 95770BE0263C5F85003FA924 /* ContentView.swift */, |
59 95770BED263C5FCD003FA924 /* Home.swift */, | 63 95770BED263C5FCD003FA924 /* View1.swift */, |
64 9584AA91264048D700626769 /* View2.swift */, | |
60 95770BE2263C5F86003FA924 /* Assets.xcassets */, | 65 95770BE2263C5F86003FA924 /* Assets.xcassets */, |
61 95770BE7263C5F86003FA924 /* Info.plist */, | 66 95770BE7263C5F86003FA924 /* Info.plist */, |
62 95770BE4263C5F86003FA924 /* Preview Content */, | 67 95770BE4263C5F86003FA924 /* Preview Content */, |
63 ); | 68 ); |
64 path = DemoProject; | 69 path = DemoProject; |
87 ); | 92 ); |
88 dependencies = ( | 93 dependencies = ( |
89 ); | 94 ); |
90 name = DemoProject; | 95 name = DemoProject; |
91 packageProductDependencies = ( | 96 packageProductDependencies = ( |
97 9584AA8F264048AD00626769 /* StockCharts */, | |
92 ); | 98 ); |
93 productName = DemoProject; | 99 productName = DemoProject; |
94 productReference = 95770BDB263C5F85003FA924 /* DemoProject.app */; | 100 productReference = 95770BDB263C5F85003FA924 /* DemoProject.app */; |
95 productType = "com.apple.product-type.application"; | 101 productType = "com.apple.product-type.application"; |
96 }; | 102 }; |
116 en, | 122 en, |
117 Base, | 123 Base, |
118 ); | 124 ); |
119 mainGroup = 95770BD2263C5F85003FA924; | 125 mainGroup = 95770BD2263C5F85003FA924; |
120 packageReferences = ( | 126 packageReferences = ( |
127 9584AA8E264048AD00626769 /* XCRemoteSwiftPackageReference "StockCharts" */, | |
121 ); | 128 ); |
122 productRefGroup = 95770BDC263C5F85003FA924 /* Products */; | 129 productRefGroup = 95770BDC263C5F85003FA924 /* Products */; |
123 projectDirPath = ""; | 130 projectDirPath = ""; |
124 projectRoot = ""; | 131 projectRoot = ""; |
125 targets = ( | 132 targets = ( |
144 95770BD7263C5F85003FA924 /* Sources */ = { | 151 95770BD7263C5F85003FA924 /* Sources */ = { |
145 isa = PBXSourcesBuildPhase; | 152 isa = PBXSourcesBuildPhase; |
146 buildActionMask = 2147483647; | 153 buildActionMask = 2147483647; |
147 files = ( | 154 files = ( |
148 95770BE1263C5F85003FA924 /* ContentView.swift in Sources */, | 155 95770BE1263C5F85003FA924 /* ContentView.swift in Sources */, |
149 95770BEE263C5FCD003FA924 /* Home.swift in Sources */, | 156 95770BEE263C5FCD003FA924 /* View1.swift in Sources */, |
150 95770BDF263C5F85003FA924 /* DemoProjectApp.swift in Sources */, | 157 95770BDF263C5F85003FA924 /* DemoProjectApp.swift in Sources */, |
158 9584AA92264048D700626769 /* View2.swift in Sources */, | |
151 ); | 159 ); |
152 runOnlyForDeploymentPostprocessing = 0; | 160 runOnlyForDeploymentPostprocessing = 0; |
153 }; | 161 }; |
154 /* End PBXSourcesBuildPhase section */ | 162 /* End PBXSourcesBuildPhase section */ |
155 | 163 |
334 ); | 342 ); |
335 defaultConfigurationIsVisible = 0; | 343 defaultConfigurationIsVisible = 0; |
336 defaultConfigurationName = Release; | 344 defaultConfigurationName = Release; |
337 }; | 345 }; |
338 /* End XCConfigurationList section */ | 346 /* End XCConfigurationList section */ |
347 | |
348 /* Begin XCRemoteSwiftPackageReference section */ | |
349 9584AA8E264048AD00626769 /* XCRemoteSwiftPackageReference "StockCharts" */ = { | |
350 isa = XCRemoteSwiftPackageReference; | |
351 repositoryURL = "https://github.com/denniscm190/StockCharts.git"; | |
352 requirement = { | |
353 branch = main; | |
354 kind = branch; | |
355 }; | |
356 }; | |
357 /* End XCRemoteSwiftPackageReference section */ | |
358 | |
359 /* Begin XCSwiftPackageProductDependency section */ | |
360 9584AA8F264048AD00626769 /* StockCharts */ = { | |
361 isa = XCSwiftPackageProductDependency; | |
362 package = 9584AA8E264048AD00626769 /* XCRemoteSwiftPackageReference "StockCharts" */; | |
363 productName = StockCharts; | |
364 }; | |
365 /* End XCSwiftPackageProductDependency section */ | |
339 }; | 366 }; |
340 rootObject = 95770BD3263C5F85003FA924 /* Project object */; | 367 rootObject = 95770BD3263C5F85003FA924 /* Project object */; |
341 } | 368 } |