Mercurial > public > simoleon
comparison Simoleon.xcodeproj/project.pbxproj @ 179:7c4a789e51ba
add views
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 26 Oct 2021 18:18:36 +0200 |
parents | a1443bd115d9 |
children | 5a9430fd6b4d |
comparison
equal
deleted
inserted
replaced
178:1077bc0ffdbf | 179:7c4a789e51ba |
---|---|
5 }; | 5 }; |
6 objectVersion = 55; | 6 objectVersion = 55; |
7 objects = { | 7 objects = { |
8 | 8 |
9 /* Begin PBXBuildFile section */ | 9 /* Begin PBXBuildFile section */ |
10 953B98B9272859CD00477D86 /* Sidebar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98B8272859CD00477D86 /* Sidebar.swift */; }; | |
11 953B98BB272859DE00477D86 /* ConversionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98BA272859DE00477D86 /* ConversionView.swift */; }; | |
12 953B98BD272859F000477D86 /* FavoritesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98BC272859F000477D86 /* FavoritesView.swift */; }; | |
13 953B98BF272859FB00477D86 /* AboutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98BE272859FB00477D86 /* AboutView.swift */; }; | |
14 953B98C227285D2600477D86 /* currencies.json in Resources */ = {isa = PBXBuildFile; fileRef = 953B98C127285D2600477D86 /* currencies.json */; }; | |
15 953B98C427285E1600477D86 /* CurrencySelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98C327285E1600477D86 /* CurrencySelector.swift */; }; | |
16 953B98C827285FA900477D86 /* CurrencySelectorButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98C727285FA900477D86 /* CurrencySelectorButton.swift */; }; | |
17 953B98CB27285FF400477D86 /* CurrencyModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953B98CA27285FF400477D86 /* CurrencyModel.swift */; }; | |
10 95DC5D502728176700B1EFA0 /* SimoleonApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D4F2728176700B1EFA0 /* SimoleonApp.swift */; }; | 18 95DC5D502728176700B1EFA0 /* SimoleonApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D4F2728176700B1EFA0 /* SimoleonApp.swift */; }; |
11 95DC5D522728176700B1EFA0 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D512728176700B1EFA0 /* ContentView.swift */; }; | 19 95DC5D522728176700B1EFA0 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D512728176700B1EFA0 /* ContentView.swift */; }; |
12 95DC5D542728176800B1EFA0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95DC5D532728176800B1EFA0 /* Assets.xcassets */; }; | 20 95DC5D542728176800B1EFA0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95DC5D532728176800B1EFA0 /* Assets.xcassets */; }; |
13 95DC5D572728176800B1EFA0 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95DC5D562728176800B1EFA0 /* Preview Assets.xcassets */; }; | 21 95DC5D572728176800B1EFA0 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95DC5D562728176800B1EFA0 /* Preview Assets.xcassets */; }; |
14 95DC5D592728176800B1EFA0 /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D582728176800B1EFA0 /* Persistence.swift */; }; | 22 95DC5D592728176800B1EFA0 /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D582728176800B1EFA0 /* Persistence.swift */; }; |
35 remoteInfo = Simoleon; | 43 remoteInfo = Simoleon; |
36 }; | 44 }; |
37 /* End PBXContainerItemProxy section */ | 45 /* End PBXContainerItemProxy section */ |
38 | 46 |
39 /* Begin PBXFileReference section */ | 47 /* Begin PBXFileReference section */ |
48 953B98B8272859CD00477D86 /* Sidebar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Sidebar.swift; sourceTree = "<group>"; }; | |
49 953B98BA272859DE00477D86 /* ConversionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConversionView.swift; sourceTree = "<group>"; }; | |
50 953B98BC272859F000477D86 /* FavoritesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavoritesView.swift; sourceTree = "<group>"; }; | |
51 953B98BE272859FB00477D86 /* AboutView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutView.swift; sourceTree = "<group>"; }; | |
52 953B98C127285D2600477D86 /* currencies.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = currencies.json; sourceTree = "<group>"; }; | |
53 953B98C327285E1600477D86 /* CurrencySelector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencySelector.swift; sourceTree = "<group>"; }; | |
54 953B98C727285FA900477D86 /* CurrencySelectorButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencySelectorButton.swift; sourceTree = "<group>"; }; | |
55 953B98CA27285FF400477D86 /* CurrencyModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyModel.swift; sourceTree = "<group>"; }; | |
40 95DC5D4C2728176700B1EFA0 /* Simoleon.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Simoleon.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 56 95DC5D4C2728176700B1EFA0 /* Simoleon.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Simoleon.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
41 95DC5D4F2728176700B1EFA0 /* SimoleonApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonApp.swift; sourceTree = "<group>"; }; | 57 95DC5D4F2728176700B1EFA0 /* SimoleonApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonApp.swift; sourceTree = "<group>"; }; |
42 95DC5D512728176700B1EFA0 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; | 58 95DC5D512728176700B1EFA0 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
43 95DC5D532728176800B1EFA0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | 59 95DC5D532728176800B1EFA0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
44 95DC5D562728176800B1EFA0 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; | 60 95DC5D562728176800B1EFA0 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
79 runOnlyForDeploymentPostprocessing = 0; | 95 runOnlyForDeploymentPostprocessing = 0; |
80 }; | 96 }; |
81 /* End PBXFrameworksBuildPhase section */ | 97 /* End PBXFrameworksBuildPhase section */ |
82 | 98 |
83 /* Begin PBXGroup section */ | 99 /* Begin PBXGroup section */ |
100 953B98B7272859B000477D86 /* Helpers */ = { | |
101 isa = PBXGroup; | |
102 children = ( | |
103 953B98B8272859CD00477D86 /* Sidebar.swift */, | |
104 953B98C327285E1600477D86 /* CurrencySelector.swift */, | |
105 953B98C727285FA900477D86 /* CurrencySelectorButton.swift */, | |
106 ); | |
107 path = Helpers; | |
108 sourceTree = "<group>"; | |
109 }; | |
110 953B98C027285D0B00477D86 /* Resources */ = { | |
111 isa = PBXGroup; | |
112 children = ( | |
113 953B98C127285D2600477D86 /* currencies.json */, | |
114 ); | |
115 path = Resources; | |
116 sourceTree = "<group>"; | |
117 }; | |
118 953B98C927285FE900477D86 /* Models */ = { | |
119 isa = PBXGroup; | |
120 children = ( | |
121 953B98CA27285FF400477D86 /* CurrencyModel.swift */, | |
122 ); | |
123 path = Models; | |
124 sourceTree = "<group>"; | |
125 }; | |
84 95DC5D432728176700B1EFA0 = { | 126 95DC5D432728176700B1EFA0 = { |
85 isa = PBXGroup; | 127 isa = PBXGroup; |
86 children = ( | 128 children = ( |
87 95DC5D4E2728176700B1EFA0 /* Simoleon */, | 129 95DC5D4E2728176700B1EFA0 /* Simoleon */, |
88 95DC5D642728176900B1EFA0 /* SimoleonTests */, | 130 95DC5D642728176900B1EFA0 /* SimoleonTests */, |
108 95DC5D8027281A9700B1EFA0 /* Simoleon.entitlements */, | 150 95DC5D8027281A9700B1EFA0 /* Simoleon.entitlements */, |
109 95DC5D7F27281A8C00B1EFA0 /* Info.plist */, | 151 95DC5D7F27281A8C00B1EFA0 /* Info.plist */, |
110 95DC5D532728176800B1EFA0 /* Assets.xcassets */, | 152 95DC5D532728176800B1EFA0 /* Assets.xcassets */, |
111 95DC5D7E272817DE00B1EFA0 /* Config.xcconfig */, | 153 95DC5D7E272817DE00B1EFA0 /* Config.xcconfig */, |
112 95DC5D5A2728176800B1EFA0 /* Simoleon.xcdatamodeld */, | 154 95DC5D5A2728176800B1EFA0 /* Simoleon.xcdatamodeld */, |
155 95DC5D582728176800B1EFA0 /* Persistence.swift */, | |
113 95DC5D4F2728176700B1EFA0 /* SimoleonApp.swift */, | 156 95DC5D4F2728176700B1EFA0 /* SimoleonApp.swift */, |
114 95DC5D512728176700B1EFA0 /* ContentView.swift */, | 157 95DC5D512728176700B1EFA0 /* ContentView.swift */, |
115 95DC5D582728176800B1EFA0 /* Persistence.swift */, | 158 953B98BC272859F000477D86 /* FavoritesView.swift */, |
159 953B98BA272859DE00477D86 /* ConversionView.swift */, | |
160 953B98BE272859FB00477D86 /* AboutView.swift */, | |
161 953B98B7272859B000477D86 /* Helpers */, | |
162 953B98C027285D0B00477D86 /* Resources */, | |
163 953B98C927285FE900477D86 /* Models */, | |
116 95DC5D552728176800B1EFA0 /* Preview Content */, | 164 95DC5D552728176800B1EFA0 /* Preview Content */, |
117 ); | 165 ); |
118 path = Simoleon; | 166 path = Simoleon; |
119 sourceTree = "<group>"; | 167 sourceTree = "<group>"; |
120 }; | 168 }; |
255 isa = PBXResourcesBuildPhase; | 303 isa = PBXResourcesBuildPhase; |
256 buildActionMask = 2147483647; | 304 buildActionMask = 2147483647; |
257 files = ( | 305 files = ( |
258 95DC5D572728176800B1EFA0 /* Preview Assets.xcassets in Resources */, | 306 95DC5D572728176800B1EFA0 /* Preview Assets.xcassets in Resources */, |
259 95DC5D542728176800B1EFA0 /* Assets.xcassets in Resources */, | 307 95DC5D542728176800B1EFA0 /* Assets.xcassets in Resources */, |
308 953B98C227285D2600477D86 /* currencies.json in Resources */, | |
260 ); | 309 ); |
261 runOnlyForDeploymentPostprocessing = 0; | 310 runOnlyForDeploymentPostprocessing = 0; |
262 }; | 311 }; |
263 95DC5D5F2728176900B1EFA0 /* Resources */ = { | 312 95DC5D5F2728176900B1EFA0 /* Resources */ = { |
264 isa = PBXResourcesBuildPhase; | 313 isa = PBXResourcesBuildPhase; |
279 /* Begin PBXSourcesBuildPhase section */ | 328 /* Begin PBXSourcesBuildPhase section */ |
280 95DC5D482728176700B1EFA0 /* Sources */ = { | 329 95DC5D482728176700B1EFA0 /* Sources */ = { |
281 isa = PBXSourcesBuildPhase; | 330 isa = PBXSourcesBuildPhase; |
282 buildActionMask = 2147483647; | 331 buildActionMask = 2147483647; |
283 files = ( | 332 files = ( |
333 953B98BF272859FB00477D86 /* AboutView.swift in Sources */, | |
334 953B98C427285E1600477D86 /* CurrencySelector.swift in Sources */, | |
335 953B98BB272859DE00477D86 /* ConversionView.swift in Sources */, | |
336 953B98B9272859CD00477D86 /* Sidebar.swift in Sources */, | |
284 95DC5D592728176800B1EFA0 /* Persistence.swift in Sources */, | 337 95DC5D592728176800B1EFA0 /* Persistence.swift in Sources */, |
285 95DC5D522728176700B1EFA0 /* ContentView.swift in Sources */, | 338 95DC5D522728176700B1EFA0 /* ContentView.swift in Sources */, |
339 953B98CB27285FF400477D86 /* CurrencyModel.swift in Sources */, | |
340 953B98BD272859F000477D86 /* FavoritesView.swift in Sources */, | |
341 953B98C827285FA900477D86 /* CurrencySelectorButton.swift in Sources */, | |
286 95DC5D502728176700B1EFA0 /* SimoleonApp.swift in Sources */, | 342 95DC5D502728176700B1EFA0 /* SimoleonApp.swift in Sources */, |
287 95DC5D5C2728176800B1EFA0 /* Simoleon.xcdatamodeld in Sources */, | 343 95DC5D5C2728176800B1EFA0 /* Simoleon.xcdatamodeld in Sources */, |
288 ); | 344 ); |
289 runOnlyForDeploymentPostprocessing = 0; | 345 runOnlyForDeploymentPostprocessing = 0; |
290 }; | 346 }; |