Mercurial > public > simoleon
comparison Simoleon.xcodeproj/project.pbxproj @ 21:c3dda63f50ed v1.1
Added Core Data and UI changes
- Implement Watchlist
- Change conversion design
- Improve UX
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 19 Jul 2021 19:27:12 +0100 |
parents | f8aabe5b7251 |
children | 3596690dda73 |
comparison
equal
deleted
inserted
replaced
20:f8aabe5b7251 | 21:c3dda63f50ed |
---|---|
13 95AEBC9B26A04A4200613729 /* CurrencyMetadataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AEBC9A26A04A4200613729 /* CurrencyMetadataModel.swift */; }; | 13 95AEBC9B26A04A4200613729 /* CurrencyMetadataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AEBC9A26A04A4200613729 /* CurrencyMetadataModel.swift */; }; |
14 95AEBC9D26A04D4600613729 /* CurrencyRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AEBC9C26A04D4600613729 /* CurrencyRow.swift */; }; | 14 95AEBC9D26A04D4600613729 /* CurrencyRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AEBC9C26A04D4600613729 /* CurrencyRow.swift */; }; |
15 95AEBCA326A0900E00613729 /* CurrencyQuoteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AEBCA226A0900E00613729 /* CurrencyQuoteModel.swift */; }; | 15 95AEBCA326A0900E00613729 /* CurrencyQuoteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AEBCA226A0900E00613729 /* CurrencyQuoteModel.swift */; }; |
16 95B54F4426A4842C001DC0D8 /* Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F4326A4842C001DC0D8 /* Conversion.swift */; }; | 16 95B54F4426A4842C001DC0D8 /* Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F4326A4842C001DC0D8 /* Conversion.swift */; }; |
17 95B54F4626A48852001DC0D8 /* CurrencySelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F4526A48852001DC0D8 /* CurrencySelector.swift */; }; | 17 95B54F4626A48852001DC0D8 /* CurrencySelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F4526A48852001DC0D8 /* CurrencySelector.swift */; }; |
18 95B54F4826A4954B001DC0D8 /* CurrencyButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F4726A4954B001DC0D8 /* CurrencyButton.swift */; }; | |
19 95B54F4A26A4A450001DC0D8 /* ConversionBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F4926A4A450001DC0D8 /* ConversionBox.swift */; }; | 18 95B54F4A26A4A450001DC0D8 /* ConversionBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F4926A4A450001DC0D8 /* ConversionBox.swift */; }; |
20 95B54F4D26A4A64F001DC0D8 /* Introspect in Frameworks */ = {isa = PBXBuildFile; productRef = 95B54F4C26A4A64F001DC0D8 /* Introspect */; }; | |
21 95B54F4F26A4AC52001DC0D8 /* ContentViewPad.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F4E26A4AC52001DC0D8 /* ContentViewPad.swift */; }; | 19 95B54F4F26A4AC52001DC0D8 /* ContentViewPad.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F4E26A4AC52001DC0D8 /* ContentViewPad.swift */; }; |
22 95B54F5126A4ACAC001DC0D8 /* Sidebar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F5026A4ACAC001DC0D8 /* Sidebar.swift */; }; | 20 95B54F5126A4ACAC001DC0D8 /* Sidebar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F5026A4ACAC001DC0D8 /* Sidebar.swift */; }; |
23 95C02C8B269B61680061DD6D /* Alamofire in Frameworks */ = {isa = PBXBuildFile; productRef = 95C02C8A269B61680061DD6D /* Alamofire */; }; | 21 95C02C8B269B61680061DD6D /* Alamofire in Frameworks */ = {isa = PBXBuildFile; productRef = 95C02C8A269B61680061DD6D /* Alamofire */; }; |
22 95C5179126A5DC8E00BC2B24 /* ConditionalWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5179026A5DC8E00BC2B24 /* ConditionalWrapper.swift */; }; | |
23 95C5179926A5EC9F00BC2B24 /* FavouriteButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5179826A5EC9F00BC2B24 /* FavouriteButton.swift */; }; | |
24 95C5179C26A5EFBE00BC2B24 /* Favourite+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5179A26A5EFBE00BC2B24 /* Favourite+CoreDataClass.swift */; }; | |
25 95C5179D26A5EFBE00BC2B24 /* Favourite+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5179B26A5EFBE00BC2B24 /* Favourite+CoreDataProperties.swift */; }; | |
26 95C5179F26A5F34200BC2B24 /* Favourites.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5179E26A5F34200BC2B24 /* Favourites.swift */; }; | |
27 95C517A126A5F6C000BC2B24 /* ResignKeyboard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C517A026A5F6C000BC2B24 /* ResignKeyboard.swift */; }; | |
24 95C5B2282697752600941585 /* SimoleonApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5B2272697752600941585 /* SimoleonApp.swift */; }; | 28 95C5B2282697752600941585 /* SimoleonApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5B2272697752600941585 /* SimoleonApp.swift */; }; |
25 95C5B22C2697752700941585 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95C5B22B2697752700941585 /* Assets.xcassets */; }; | 29 95C5B22C2697752700941585 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95C5B22B2697752700941585 /* Assets.xcassets */; }; |
26 95C5B22F2697752700941585 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95C5B22E2697752700941585 /* Preview Assets.xcassets */; }; | 30 95C5B22F2697752700941585 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95C5B22E2697752700941585 /* Preview Assets.xcassets */; }; |
27 95C5B2312697752700941585 /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5B2302697752700941585 /* Persistence.swift */; }; | 31 95C5B2312697752700941585 /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5B2302697752700941585 /* Persistence.swift */; }; |
28 95C5B2342697752700941585 /* Simoleon.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95C5B2322697752700941585 /* Simoleon.xcdatamodeld */; }; | 32 95C5B2342697752700941585 /* Simoleon.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95C5B2322697752700941585 /* Simoleon.xcdatamodeld */; }; |
57 95AEBC9A26A04A4200613729 /* CurrencyMetadataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyMetadataModel.swift; sourceTree = "<group>"; }; | 61 95AEBC9A26A04A4200613729 /* CurrencyMetadataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyMetadataModel.swift; sourceTree = "<group>"; }; |
58 95AEBC9C26A04D4600613729 /* CurrencyRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyRow.swift; sourceTree = "<group>"; }; | 62 95AEBC9C26A04D4600613729 /* CurrencyRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyRow.swift; sourceTree = "<group>"; }; |
59 95AEBCA226A0900E00613729 /* CurrencyQuoteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyQuoteModel.swift; sourceTree = "<group>"; }; | 63 95AEBCA226A0900E00613729 /* CurrencyQuoteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyQuoteModel.swift; sourceTree = "<group>"; }; |
60 95B54F4326A4842C001DC0D8 /* Conversion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Conversion.swift; sourceTree = "<group>"; }; | 64 95B54F4326A4842C001DC0D8 /* Conversion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Conversion.swift; sourceTree = "<group>"; }; |
61 95B54F4526A48852001DC0D8 /* CurrencySelector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencySelector.swift; sourceTree = "<group>"; }; | 65 95B54F4526A48852001DC0D8 /* CurrencySelector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencySelector.swift; sourceTree = "<group>"; }; |
62 95B54F4726A4954B001DC0D8 /* CurrencyButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyButton.swift; sourceTree = "<group>"; }; | |
63 95B54F4926A4A450001DC0D8 /* ConversionBox.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConversionBox.swift; sourceTree = "<group>"; }; | 66 95B54F4926A4A450001DC0D8 /* ConversionBox.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConversionBox.swift; sourceTree = "<group>"; }; |
64 95B54F4E26A4AC52001DC0D8 /* ContentViewPad.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentViewPad.swift; sourceTree = "<group>"; }; | 67 95B54F4E26A4AC52001DC0D8 /* ContentViewPad.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentViewPad.swift; sourceTree = "<group>"; }; |
65 95B54F5026A4ACAC001DC0D8 /* Sidebar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Sidebar.swift; sourceTree = "<group>"; }; | 68 95B54F5026A4ACAC001DC0D8 /* Sidebar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Sidebar.swift; sourceTree = "<group>"; }; |
69 95C5179026A5DC8E00BC2B24 /* ConditionalWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConditionalWrapper.swift; sourceTree = "<group>"; }; | |
70 95C5179826A5EC9F00BC2B24 /* FavouriteButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavouriteButton.swift; sourceTree = "<group>"; }; | |
71 95C5179A26A5EFBE00BC2B24 /* Favourite+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Favourite+CoreDataClass.swift"; sourceTree = "<group>"; }; | |
72 95C5179B26A5EFBE00BC2B24 /* Favourite+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Favourite+CoreDataProperties.swift"; sourceTree = "<group>"; }; | |
73 95C5179E26A5F34200BC2B24 /* Favourites.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Favourites.swift; sourceTree = "<group>"; }; | |
74 95C517A026A5F6C000BC2B24 /* ResignKeyboard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResignKeyboard.swift; sourceTree = "<group>"; }; | |
66 95C5B2242697752600941585 /* Simoleon.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Simoleon.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 75 95C5B2242697752600941585 /* Simoleon.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Simoleon.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
67 95C5B2272697752600941585 /* SimoleonApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonApp.swift; sourceTree = "<group>"; }; | 76 95C5B2272697752600941585 /* SimoleonApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonApp.swift; sourceTree = "<group>"; }; |
68 95C5B22B2697752700941585 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | 77 95C5B22B2697752700941585 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
69 95C5B22E2697752700941585 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; | 78 95C5B22E2697752700941585 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
70 95C5B2302697752700941585 /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; }; | 79 95C5B2302697752700941585 /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; }; |
86 95C5B2212697752600941585 /* Frameworks */ = { | 95 95C5B2212697752600941585 /* Frameworks */ = { |
87 isa = PBXFrameworksBuildPhase; | 96 isa = PBXFrameworksBuildPhase; |
88 buildActionMask = 2147483647; | 97 buildActionMask = 2147483647; |
89 files = ( | 98 files = ( |
90 95C02C8B269B61680061DD6D /* Alamofire in Frameworks */, | 99 95C02C8B269B61680061DD6D /* Alamofire in Frameworks */, |
91 95B54F4D26A4A64F001DC0D8 /* Introspect in Frameworks */, | |
92 95E7643A269E0037008E9F31 /* CloudKit.framework in Frameworks */, | 100 95E7643A269E0037008E9F31 /* CloudKit.framework in Frameworks */, |
93 ); | 101 ); |
94 runOnlyForDeploymentPostprocessing = 0; | 102 runOnlyForDeploymentPostprocessing = 0; |
95 }; | 103 }; |
96 95C5B2372697752700941585 /* Frameworks */ = { | 104 95C5B2372697752700941585 /* Frameworks */ = { |
111 | 119 |
112 /* Begin PBXGroup section */ | 120 /* Begin PBXGroup section */ |
113 95559331269B094A000FD726 /* Models */ = { | 121 95559331269B094A000FD726 /* Models */ = { |
114 isa = PBXGroup; | 122 isa = PBXGroup; |
115 children = ( | 123 children = ( |
124 95C5179A26A5EFBE00BC2B24 /* Favourite+CoreDataClass.swift */, | |
125 95C5179B26A5EFBE00BC2B24 /* Favourite+CoreDataProperties.swift */, | |
116 95AEBC9A26A04A4200613729 /* CurrencyMetadataModel.swift */, | 126 95AEBC9A26A04A4200613729 /* CurrencyMetadataModel.swift */, |
117 95AEBCA226A0900E00613729 /* CurrencyQuoteModel.swift */, | 127 95AEBCA226A0900E00613729 /* CurrencyQuoteModel.swift */, |
118 ); | 128 ); |
119 path = Models; | 129 path = Models; |
120 sourceTree = "<group>"; | 130 sourceTree = "<group>"; |
163 95E76437269E0033008E9F31 /* Simoleon.entitlements */, | 173 95E76437269E0033008E9F31 /* Simoleon.entitlements */, |
164 95C5B2272697752600941585 /* SimoleonApp.swift */, | 174 95C5B2272697752600941585 /* SimoleonApp.swift */, |
165 95AEBC9426A03ECB00613729 /* ContentView.swift */, | 175 95AEBC9426A03ECB00613729 /* ContentView.swift */, |
166 95B54F4E26A4AC52001DC0D8 /* ContentViewPad.swift */, | 176 95B54F4E26A4AC52001DC0D8 /* ContentViewPad.swift */, |
167 95B54F4326A4842C001DC0D8 /* Conversion.swift */, | 177 95B54F4326A4842C001DC0D8 /* Conversion.swift */, |
178 95C5179E26A5F34200BC2B24 /* Favourites.swift */, | |
168 95C5B22B2697752700941585 /* Assets.xcassets */, | 179 95C5B22B2697752700941585 /* Assets.xcassets */, |
169 95C5B2302697752700941585 /* Persistence.swift */, | 180 95C5B2302697752700941585 /* Persistence.swift */, |
170 95C5B2352697752700941585 /* Info.plist */, | 181 95C5B2352697752700941585 /* Info.plist */, |
171 95C5B2322697752700941585 /* Simoleon.xcdatamodeld */, | 182 95C5B2322697752700941585 /* Simoleon.xcdatamodeld */, |
172 95E76435269DFC1A008E9F31 /* LaunchScreen.storyboard */, | 183 95E76435269DFC1A008E9F31 /* LaunchScreen.storyboard */, |
214 sourceTree = "<group>"; | 225 sourceTree = "<group>"; |
215 }; | 226 }; |
216 95FE659A269AFB44008745DE /* Helpers */ = { | 227 95FE659A269AFB44008745DE /* Helpers */ = { |
217 isa = PBXGroup; | 228 isa = PBXGroup; |
218 children = ( | 229 children = ( |
219 95B54F4726A4954B001DC0D8 /* CurrencyButton.swift */, | |
220 95B54F4526A48852001DC0D8 /* CurrencySelector.swift */, | 230 95B54F4526A48852001DC0D8 /* CurrencySelector.swift */, |
221 95AEBC9C26A04D4600613729 /* CurrencyRow.swift */, | 231 95AEBC9C26A04D4600613729 /* CurrencyRow.swift */, |
222 95B54F4926A4A450001DC0D8 /* ConversionBox.swift */, | 232 95B54F4926A4A450001DC0D8 /* ConversionBox.swift */, |
223 95B54F5026A4ACAC001DC0D8 /* Sidebar.swift */, | 233 95B54F5026A4ACAC001DC0D8 /* Sidebar.swift */, |
234 95C5179026A5DC8E00BC2B24 /* ConditionalWrapper.swift */, | |
235 95C5179826A5EC9F00BC2B24 /* FavouriteButton.swift */, | |
236 95C517A026A5F6C000BC2B24 /* ResignKeyboard.swift */, | |
224 ); | 237 ); |
225 path = Helpers; | 238 path = Helpers; |
226 sourceTree = "<group>"; | 239 sourceTree = "<group>"; |
227 }; | 240 }; |
228 /* End PBXGroup section */ | 241 /* End PBXGroup section */ |
241 dependencies = ( | 254 dependencies = ( |
242 ); | 255 ); |
243 name = Simoleon; | 256 name = Simoleon; |
244 packageProductDependencies = ( | 257 packageProductDependencies = ( |
245 95C02C8A269B61680061DD6D /* Alamofire */, | 258 95C02C8A269B61680061DD6D /* Alamofire */, |
246 95B54F4C26A4A64F001DC0D8 /* Introspect */, | |
247 ); | 259 ); |
248 productName = Simoleon; | 260 productName = Simoleon; |
249 productReference = 95C5B2242697752600941585 /* Simoleon.app */; | 261 productReference = 95C5B2242697752600941585 /* Simoleon.app */; |
250 productType = "com.apple.product-type.application"; | 262 productType = "com.apple.product-type.application"; |
251 }; | 263 }; |
316 Base, | 328 Base, |
317 ); | 329 ); |
318 mainGroup = 95C5B21B2697752600941585; | 330 mainGroup = 95C5B21B2697752600941585; |
319 packageReferences = ( | 331 packageReferences = ( |
320 95C02C89269B61680061DD6D /* XCRemoteSwiftPackageReference "Alamofire" */, | 332 95C02C89269B61680061DD6D /* XCRemoteSwiftPackageReference "Alamofire" */, |
321 95B54F4B26A4A64F001DC0D8 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */, | |
322 ); | 333 ); |
323 productRefGroup = 95C5B2252697752600941585 /* Products */; | 334 productRefGroup = 95C5B2252697752600941585 /* Products */; |
324 projectDirPath = ""; | 335 projectDirPath = ""; |
325 projectRoot = ""; | 336 projectRoot = ""; |
326 targets = ( | 337 targets = ( |
363 /* Begin PBXSourcesBuildPhase section */ | 374 /* Begin PBXSourcesBuildPhase section */ |
364 95C5B2202697752600941585 /* Sources */ = { | 375 95C5B2202697752600941585 /* Sources */ = { |
365 isa = PBXSourcesBuildPhase; | 376 isa = PBXSourcesBuildPhase; |
366 buildActionMask = 2147483647; | 377 buildActionMask = 2147483647; |
367 files = ( | 378 files = ( |
379 95C5179926A5EC9F00BC2B24 /* FavouriteButton.swift in Sources */, | |
380 95C5179C26A5EFBE00BC2B24 /* Favourite+CoreDataClass.swift in Sources */, | |
368 95C5B2312697752700941585 /* Persistence.swift in Sources */, | 381 95C5B2312697752700941585 /* Persistence.swift in Sources */, |
369 95AEBC9526A03ECB00613729 /* ContentView.swift in Sources */, | 382 95AEBC9526A03ECB00613729 /* ContentView.swift in Sources */, |
370 95AEBC9B26A04A4200613729 /* CurrencyMetadataModel.swift in Sources */, | 383 95AEBC9B26A04A4200613729 /* CurrencyMetadataModel.swift in Sources */, |
371 9555933A269B0AB8000FD726 /* ParseJson.swift in Sources */, | 384 9555933A269B0AB8000FD726 /* ParseJson.swift in Sources */, |
385 95C5179D26A5EFBE00BC2B24 /* Favourite+CoreDataProperties.swift in Sources */, | |
386 95C5179F26A5F34200BC2B24 /* Favourites.swift in Sources */, | |
372 95C5B2282697752600941585 /* SimoleonApp.swift in Sources */, | 387 95C5B2282697752600941585 /* SimoleonApp.swift in Sources */, |
373 95B54F4A26A4A450001DC0D8 /* ConversionBox.swift in Sources */, | 388 95B54F4A26A4A450001DC0D8 /* ConversionBox.swift in Sources */, |
389 95C517A126A5F6C000BC2B24 /* ResignKeyboard.swift in Sources */, | |
374 95AEBC9D26A04D4600613729 /* CurrencyRow.swift in Sources */, | 390 95AEBC9D26A04D4600613729 /* CurrencyRow.swift in Sources */, |
375 95AEBCA326A0900E00613729 /* CurrencyQuoteModel.swift in Sources */, | 391 95AEBCA326A0900E00613729 /* CurrencyQuoteModel.swift in Sources */, |
376 95B54F4826A4954B001DC0D8 /* CurrencyButton.swift in Sources */, | |
377 95B54F4F26A4AC52001DC0D8 /* ContentViewPad.swift in Sources */, | 392 95B54F4F26A4AC52001DC0D8 /* ContentViewPad.swift in Sources */, |
378 95B54F4426A4842C001DC0D8 /* Conversion.swift in Sources */, | 393 95B54F4426A4842C001DC0D8 /* Conversion.swift in Sources */, |
379 95C5B2342697752700941585 /* Simoleon.xcdatamodeld in Sources */, | 394 95C5B2342697752700941585 /* Simoleon.xcdatamodeld in Sources */, |
395 95C5179126A5DC8E00BC2B24 /* ConditionalWrapper.swift in Sources */, | |
380 95B54F5126A4ACAC001DC0D8 /* Sidebar.swift in Sources */, | 396 95B54F5126A4ACAC001DC0D8 /* Sidebar.swift in Sources */, |
381 95B54F4626A48852001DC0D8 /* CurrencySelector.swift in Sources */, | 397 95B54F4626A48852001DC0D8 /* CurrencySelector.swift in Sources */, |
382 ); | 398 ); |
383 runOnlyForDeploymentPostprocessing = 0; | 399 runOnlyForDeploymentPostprocessing = 0; |
384 }; | 400 }; |
545 IPHONEOS_DEPLOYMENT_TARGET = 14.0; | 561 IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
546 LD_RUNPATH_SEARCH_PATHS = ( | 562 LD_RUNPATH_SEARCH_PATHS = ( |
547 "$(inherited)", | 563 "$(inherited)", |
548 "@executable_path/Frameworks", | 564 "@executable_path/Frameworks", |
549 ); | 565 ); |
550 MARKETING_VERSION = 1.1; | 566 MARKETING_VERSION = 1.2; |
551 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon; | 567 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon; |
552 PRODUCT_NAME = "$(TARGET_NAME)"; | 568 PRODUCT_NAME = "$(TARGET_NAME)"; |
553 SWIFT_VERSION = 5.0; | 569 SWIFT_VERSION = 5.0; |
554 TARGETED_DEVICE_FAMILY = "1,2"; | 570 TARGETED_DEVICE_FAMILY = "1,2"; |
555 }; | 571 }; |
570 IPHONEOS_DEPLOYMENT_TARGET = 14.0; | 586 IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
571 LD_RUNPATH_SEARCH_PATHS = ( | 587 LD_RUNPATH_SEARCH_PATHS = ( |
572 "$(inherited)", | 588 "$(inherited)", |
573 "@executable_path/Frameworks", | 589 "@executable_path/Frameworks", |
574 ); | 590 ); |
575 MARKETING_VERSION = 1.1; | 591 MARKETING_VERSION = 1.2; |
576 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon; | 592 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon; |
577 PRODUCT_NAME = "$(TARGET_NAME)"; | 593 PRODUCT_NAME = "$(TARGET_NAME)"; |
578 SWIFT_VERSION = 5.0; | 594 SWIFT_VERSION = 5.0; |
579 TARGETED_DEVICE_FAMILY = "1,2"; | 595 TARGETED_DEVICE_FAMILY = "1,2"; |
580 }; | 596 }; |
704 defaultConfigurationName = Release; | 720 defaultConfigurationName = Release; |
705 }; | 721 }; |
706 /* End XCConfigurationList section */ | 722 /* End XCConfigurationList section */ |
707 | 723 |
708 /* Begin XCRemoteSwiftPackageReference section */ | 724 /* Begin XCRemoteSwiftPackageReference section */ |
709 95B54F4B26A4A64F001DC0D8 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */ = { | |
710 isa = XCRemoteSwiftPackageReference; | |
711 repositoryURL = "https://github.com/siteline/SwiftUI-Introspect.git"; | |
712 requirement = { | |
713 kind = upToNextMajorVersion; | |
714 minimumVersion = 0.1.3; | |
715 }; | |
716 }; | |
717 95C02C89269B61680061DD6D /* XCRemoteSwiftPackageReference "Alamofire" */ = { | 725 95C02C89269B61680061DD6D /* XCRemoteSwiftPackageReference "Alamofire" */ = { |
718 isa = XCRemoteSwiftPackageReference; | 726 isa = XCRemoteSwiftPackageReference; |
719 repositoryURL = "https://github.com/Alamofire/Alamofire.git"; | 727 repositoryURL = "https://github.com/Alamofire/Alamofire.git"; |
720 requirement = { | 728 requirement = { |
721 kind = upToNextMajorVersion; | 729 kind = upToNextMajorVersion; |
723 }; | 731 }; |
724 }; | 732 }; |
725 /* End XCRemoteSwiftPackageReference section */ | 733 /* End XCRemoteSwiftPackageReference section */ |
726 | 734 |
727 /* Begin XCSwiftPackageProductDependency section */ | 735 /* Begin XCSwiftPackageProductDependency section */ |
728 95B54F4C26A4A64F001DC0D8 /* Introspect */ = { | |
729 isa = XCSwiftPackageProductDependency; | |
730 package = 95B54F4B26A4A64F001DC0D8 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */; | |
731 productName = Introspect; | |
732 }; | |
733 95C02C8A269B61680061DD6D /* Alamofire */ = { | 736 95C02C8A269B61680061DD6D /* Alamofire */ = { |
734 isa = XCSwiftPackageProductDependency; | 737 isa = XCSwiftPackageProductDependency; |
735 package = 95C02C89269B61680061DD6D /* XCRemoteSwiftPackageReference "Alamofire" */; | 738 package = 95C02C89269B61680061DD6D /* XCRemoteSwiftPackageReference "Alamofire" */; |
736 productName = Alamofire; | 739 productName = Alamofire; |
737 }; | 740 }; |