Mercurial > public > simoleon
comparison Simoleon.xcodeproj/project.pbxproj @ 22:3596690dda73
Add Config files and implementing Settings
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 20 Jul 2021 09:02:51 +0100 |
parents | c3dda63f50ed |
children | 699b5bb619db |
comparison
equal
deleted
inserted
replaced
21:c3dda63f50ed | 22:3596690dda73 |
---|---|
1 // !$*UTF8*$! | 1 // !$*UTF8*$! |
2 { | 2 { |
3 archiveVersion = 1; | 3 archiveVersion = 1; |
4 classes = { | 4 classes = { |
5 }; | 5 }; |
6 objectVersion = 52; | 6 objectVersion = 50; |
7 objects = { | 7 objects = { |
8 | 8 |
9 /* Begin PBXBuildFile section */ | 9 /* Begin PBXBuildFile section */ |
10 9555933A269B0AB8000FD726 /* ParseJson.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95559339269B0AB8000FD726 /* ParseJson.swift */; }; | 10 9555933A269B0AB8000FD726 /* ParseJson.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95559339269B0AB8000FD726 /* ParseJson.swift */; }; |
11 9555933D269B0E0A000FD726 /* CurrencyMetadata.json in Resources */ = {isa = PBXBuildFile; fileRef = 9555933C269B0E0A000FD726 /* CurrencyMetadata.json */; }; | 11 9555933D269B0E0A000FD726 /* CurrencyMetadata.json in Resources */ = {isa = PBXBuildFile; fileRef = 9555933C269B0E0A000FD726 /* CurrencyMetadata.json */; }; |
12 957065E226A5FE0400523E68 /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 957065E126A5FE0400523E68 /* Settings.swift */; }; | |
13 9585BB1226A6B71B00E3193E /* ReadConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9585BB1126A6B71B00E3193E /* ReadConfig.swift */; }; | |
14 9585BB1426A6B7F400E3193E /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9585BB1326A6B7F400E3193E /* Request.swift */; }; | |
12 95AEBC9526A03ECB00613729 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AEBC9426A03ECB00613729 /* ContentView.swift */; }; | 15 95AEBC9526A03ECB00613729 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AEBC9426A03ECB00613729 /* ContentView.swift */; }; |
13 95AEBC9B26A04A4200613729 /* CurrencyMetadataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AEBC9A26A04A4200613729 /* CurrencyMetadataModel.swift */; }; | 16 95AEBC9B26A04A4200613729 /* CurrencyMetadataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AEBC9A26A04A4200613729 /* CurrencyMetadataModel.swift */; }; |
14 95AEBC9D26A04D4600613729 /* CurrencyRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AEBC9C26A04D4600613729 /* CurrencyRow.swift */; }; | 17 95AEBC9D26A04D4600613729 /* CurrencyRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AEBC9C26A04D4600613729 /* CurrencyRow.swift */; }; |
15 95AEBCA326A0900E00613729 /* CurrencyQuoteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AEBCA226A0900E00613729 /* CurrencyQuoteModel.swift */; }; | 18 95AEBCA326A0900E00613729 /* CurrencyQuoteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AEBCA226A0900E00613729 /* CurrencyQuoteModel.swift */; }; |
16 95B54F4426A4842C001DC0D8 /* Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F4326A4842C001DC0D8 /* Conversion.swift */; }; | 19 95B54F4426A4842C001DC0D8 /* Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F4326A4842C001DC0D8 /* Conversion.swift */; }; |
17 95B54F4626A48852001DC0D8 /* CurrencySelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F4526A48852001DC0D8 /* CurrencySelector.swift */; }; | 20 95B54F4626A48852001DC0D8 /* CurrencySelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F4526A48852001DC0D8 /* CurrencySelector.swift */; }; |
18 95B54F4A26A4A450001DC0D8 /* ConversionBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F4926A4A450001DC0D8 /* ConversionBox.swift */; }; | 21 95B54F4A26A4A450001DC0D8 /* ConversionBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F4926A4A450001DC0D8 /* ConversionBox.swift */; }; |
19 95B54F4F26A4AC52001DC0D8 /* ContentViewPad.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F4E26A4AC52001DC0D8 /* ContentViewPad.swift */; }; | 22 95B54F4F26A4AC52001DC0D8 /* ContentViewPad.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F4E26A4AC52001DC0D8 /* ContentViewPad.swift */; }; |
20 95B54F5126A4ACAC001DC0D8 /* Sidebar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F5026A4ACAC001DC0D8 /* Sidebar.swift */; }; | 23 95B54F5126A4ACAC001DC0D8 /* Sidebar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B54F5026A4ACAC001DC0D8 /* Sidebar.swift */; }; |
21 95C02C8B269B61680061DD6D /* Alamofire in Frameworks */ = {isa = PBXBuildFile; productRef = 95C02C8A269B61680061DD6D /* Alamofire */; }; | |
22 95C5179126A5DC8E00BC2B24 /* ConditionalWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5179026A5DC8E00BC2B24 /* ConditionalWrapper.swift */; }; | 24 95C5179126A5DC8E00BC2B24 /* ConditionalWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5179026A5DC8E00BC2B24 /* ConditionalWrapper.swift */; }; |
23 95C5179926A5EC9F00BC2B24 /* FavouriteButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5179826A5EC9F00BC2B24 /* FavouriteButton.swift */; }; | 25 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 */; }; | 26 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 */; }; | 27 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 */; }; | 28 95C5179F26A5F34200BC2B24 /* Favourites.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5179E26A5F34200BC2B24 /* Favourites.swift */; }; |
55 /* End PBXContainerItemProxy section */ | 57 /* End PBXContainerItemProxy section */ |
56 | 58 |
57 /* Begin PBXFileReference section */ | 59 /* Begin PBXFileReference section */ |
58 95559339269B0AB8000FD726 /* ParseJson.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParseJson.swift; sourceTree = "<group>"; }; | 60 95559339269B0AB8000FD726 /* ParseJson.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParseJson.swift; sourceTree = "<group>"; }; |
59 9555933C269B0E0A000FD726 /* CurrencyMetadata.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = CurrencyMetadata.json; sourceTree = "<group>"; }; | 61 9555933C269B0E0A000FD726 /* CurrencyMetadata.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = CurrencyMetadata.json; sourceTree = "<group>"; }; |
62 957065E126A5FE0400523E68 /* Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = "<group>"; }; | |
63 9585BB0F26A6B58500E3193E /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; }; | |
64 9585BB1026A6B5ED00E3193E /* ConfigTemplate.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = ConfigTemplate.xcconfig; sourceTree = "<group>"; }; | |
65 9585BB1126A6B71B00E3193E /* ReadConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadConfig.swift; sourceTree = "<group>"; }; | |
66 9585BB1326A6B7F400E3193E /* Request.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Request.swift; sourceTree = "<group>"; }; | |
60 95AEBC9426A03ECB00613729 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; | 67 95AEBC9426A03ECB00613729 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
61 95AEBC9A26A04A4200613729 /* CurrencyMetadataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyMetadataModel.swift; sourceTree = "<group>"; }; | 68 95AEBC9A26A04A4200613729 /* CurrencyMetadataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyMetadataModel.swift; sourceTree = "<group>"; }; |
62 95AEBC9C26A04D4600613729 /* CurrencyRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyRow.swift; sourceTree = "<group>"; }; | 69 95AEBC9C26A04D4600613729 /* CurrencyRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyRow.swift; sourceTree = "<group>"; }; |
63 95AEBCA226A0900E00613729 /* CurrencyQuoteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyQuoteModel.swift; sourceTree = "<group>"; }; | 70 95AEBCA226A0900E00613729 /* CurrencyQuoteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyQuoteModel.swift; sourceTree = "<group>"; }; |
64 95B54F4326A4842C001DC0D8 /* Conversion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Conversion.swift; sourceTree = "<group>"; }; | 71 95B54F4326A4842C001DC0D8 /* Conversion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Conversion.swift; sourceTree = "<group>"; }; |
94 /* Begin PBXFrameworksBuildPhase section */ | 101 /* Begin PBXFrameworksBuildPhase section */ |
95 95C5B2212697752600941585 /* Frameworks */ = { | 102 95C5B2212697752600941585 /* Frameworks */ = { |
96 isa = PBXFrameworksBuildPhase; | 103 isa = PBXFrameworksBuildPhase; |
97 buildActionMask = 2147483647; | 104 buildActionMask = 2147483647; |
98 files = ( | 105 files = ( |
99 95C02C8B269B61680061DD6D /* Alamofire in Frameworks */, | |
100 95E7643A269E0037008E9F31 /* CloudKit.framework in Frameworks */, | 106 95E7643A269E0037008E9F31 /* CloudKit.framework in Frameworks */, |
101 ); | 107 ); |
102 runOnlyForDeploymentPostprocessing = 0; | 108 runOnlyForDeploymentPostprocessing = 0; |
103 }; | 109 }; |
104 95C5B2372697752700941585 /* Frameworks */ = { | 110 95C5B2372697752700941585 /* Frameworks */ = { |
131 }; | 137 }; |
132 95559338269B0AAA000FD726 /* Functions */ = { | 138 95559338269B0AAA000FD726 /* Functions */ = { |
133 isa = PBXGroup; | 139 isa = PBXGroup; |
134 children = ( | 140 children = ( |
135 95559339269B0AB8000FD726 /* ParseJson.swift */, | 141 95559339269B0AB8000FD726 /* ParseJson.swift */, |
142 9585BB1126A6B71B00E3193E /* ReadConfig.swift */, | |
143 9585BB1326A6B7F400E3193E /* Request.swift */, | |
136 ); | 144 ); |
137 path = Functions; | 145 path = Functions; |
138 sourceTree = "<group>"; | 146 sourceTree = "<group>"; |
139 }; | 147 }; |
140 9555933B269B0DF9000FD726 /* Resources */ = { | 148 9555933B269B0DF9000FD726 /* Resources */ = { |
147 sourceTree = "<group>"; | 155 sourceTree = "<group>"; |
148 }; | 156 }; |
149 95C5B21B2697752600941585 = { | 157 95C5B21B2697752600941585 = { |
150 isa = PBXGroup; | 158 isa = PBXGroup; |
151 children = ( | 159 children = ( |
160 9585BB1026A6B5ED00E3193E /* ConfigTemplate.xcconfig */, | |
161 9585BB0F26A6B58500E3193E /* Config.xcconfig */, | |
152 95C5B2262697752600941585 /* Simoleon */, | 162 95C5B2262697752600941585 /* Simoleon */, |
153 95C5B23D2697752700941585 /* SimoleonTests */, | 163 95C5B23D2697752700941585 /* SimoleonTests */, |
154 95C5B2482697752700941585 /* SimoleonUITests */, | 164 95C5B2482697752700941585 /* SimoleonUITests */, |
155 95C5B2252697752600941585 /* Products */, | 165 95C5B2252697752600941585 /* Products */, |
156 95E76438269E0037008E9F31 /* Frameworks */, | 166 95E76438269E0037008E9F31 /* Frameworks */, |
174 95C5B2272697752600941585 /* SimoleonApp.swift */, | 184 95C5B2272697752600941585 /* SimoleonApp.swift */, |
175 95AEBC9426A03ECB00613729 /* ContentView.swift */, | 185 95AEBC9426A03ECB00613729 /* ContentView.swift */, |
176 95B54F4E26A4AC52001DC0D8 /* ContentViewPad.swift */, | 186 95B54F4E26A4AC52001DC0D8 /* ContentViewPad.swift */, |
177 95B54F4326A4842C001DC0D8 /* Conversion.swift */, | 187 95B54F4326A4842C001DC0D8 /* Conversion.swift */, |
178 95C5179E26A5F34200BC2B24 /* Favourites.swift */, | 188 95C5179E26A5F34200BC2B24 /* Favourites.swift */, |
189 957065E126A5FE0400523E68 /* Settings.swift */, | |
179 95C5B22B2697752700941585 /* Assets.xcassets */, | 190 95C5B22B2697752700941585 /* Assets.xcassets */, |
180 95C5B2302697752700941585 /* Persistence.swift */, | 191 95C5B2302697752700941585 /* Persistence.swift */, |
181 95C5B2352697752700941585 /* Info.plist */, | 192 95C5B2352697752700941585 /* Info.plist */, |
182 95C5B2322697752700941585 /* Simoleon.xcdatamodeld */, | 193 95C5B2322697752700941585 /* Simoleon.xcdatamodeld */, |
183 95E76435269DFC1A008E9F31 /* LaunchScreen.storyboard */, | 194 95E76435269DFC1A008E9F31 /* LaunchScreen.storyboard */, |
253 ); | 264 ); |
254 dependencies = ( | 265 dependencies = ( |
255 ); | 266 ); |
256 name = Simoleon; | 267 name = Simoleon; |
257 packageProductDependencies = ( | 268 packageProductDependencies = ( |
258 95C02C8A269B61680061DD6D /* Alamofire */, | |
259 ); | 269 ); |
260 productName = Simoleon; | 270 productName = Simoleon; |
261 productReference = 95C5B2242697752600941585 /* Simoleon.app */; | 271 productReference = 95C5B2242697752600941585 /* Simoleon.app */; |
262 productType = "com.apple.product-type.application"; | 272 productType = "com.apple.product-type.application"; |
263 }; | 273 }; |
327 en, | 337 en, |
328 Base, | 338 Base, |
329 ); | 339 ); |
330 mainGroup = 95C5B21B2697752600941585; | 340 mainGroup = 95C5B21B2697752600941585; |
331 packageReferences = ( | 341 packageReferences = ( |
332 95C02C89269B61680061DD6D /* XCRemoteSwiftPackageReference "Alamofire" */, | |
333 ); | 342 ); |
334 productRefGroup = 95C5B2252697752600941585 /* Products */; | 343 productRefGroup = 95C5B2252697752600941585 /* Products */; |
335 projectDirPath = ""; | 344 projectDirPath = ""; |
336 projectRoot = ""; | 345 projectRoot = ""; |
337 targets = ( | 346 targets = ( |
377 buildActionMask = 2147483647; | 386 buildActionMask = 2147483647; |
378 files = ( | 387 files = ( |
379 95C5179926A5EC9F00BC2B24 /* FavouriteButton.swift in Sources */, | 388 95C5179926A5EC9F00BC2B24 /* FavouriteButton.swift in Sources */, |
380 95C5179C26A5EFBE00BC2B24 /* Favourite+CoreDataClass.swift in Sources */, | 389 95C5179C26A5EFBE00BC2B24 /* Favourite+CoreDataClass.swift in Sources */, |
381 95C5B2312697752700941585 /* Persistence.swift in Sources */, | 390 95C5B2312697752700941585 /* Persistence.swift in Sources */, |
391 9585BB1226A6B71B00E3193E /* ReadConfig.swift in Sources */, | |
382 95AEBC9526A03ECB00613729 /* ContentView.swift in Sources */, | 392 95AEBC9526A03ECB00613729 /* ContentView.swift in Sources */, |
383 95AEBC9B26A04A4200613729 /* CurrencyMetadataModel.swift in Sources */, | 393 95AEBC9B26A04A4200613729 /* CurrencyMetadataModel.swift in Sources */, |
384 9555933A269B0AB8000FD726 /* ParseJson.swift in Sources */, | 394 9555933A269B0AB8000FD726 /* ParseJson.swift in Sources */, |
385 95C5179D26A5EFBE00BC2B24 /* Favourite+CoreDataProperties.swift in Sources */, | 395 95C5179D26A5EFBE00BC2B24 /* Favourite+CoreDataProperties.swift in Sources */, |
386 95C5179F26A5F34200BC2B24 /* Favourites.swift in Sources */, | 396 95C5179F26A5F34200BC2B24 /* Favourites.swift in Sources */, |
388 95B54F4A26A4A450001DC0D8 /* ConversionBox.swift in Sources */, | 398 95B54F4A26A4A450001DC0D8 /* ConversionBox.swift in Sources */, |
389 95C517A126A5F6C000BC2B24 /* ResignKeyboard.swift in Sources */, | 399 95C517A126A5F6C000BC2B24 /* ResignKeyboard.swift in Sources */, |
390 95AEBC9D26A04D4600613729 /* CurrencyRow.swift in Sources */, | 400 95AEBC9D26A04D4600613729 /* CurrencyRow.swift in Sources */, |
391 95AEBCA326A0900E00613729 /* CurrencyQuoteModel.swift in Sources */, | 401 95AEBCA326A0900E00613729 /* CurrencyQuoteModel.swift in Sources */, |
392 95B54F4F26A4AC52001DC0D8 /* ContentViewPad.swift in Sources */, | 402 95B54F4F26A4AC52001DC0D8 /* ContentViewPad.swift in Sources */, |
403 9585BB1426A6B7F400E3193E /* Request.swift in Sources */, | |
404 957065E226A5FE0400523E68 /* Settings.swift in Sources */, | |
393 95B54F4426A4842C001DC0D8 /* Conversion.swift in Sources */, | 405 95B54F4426A4842C001DC0D8 /* Conversion.swift in Sources */, |
394 95C5B2342697752700941585 /* Simoleon.xcdatamodeld in Sources */, | 406 95C5B2342697752700941585 /* Simoleon.xcdatamodeld in Sources */, |
395 95C5179126A5DC8E00BC2B24 /* ConditionalWrapper.swift in Sources */, | 407 95C5179126A5DC8E00BC2B24 /* ConditionalWrapper.swift in Sources */, |
396 95B54F5126A4ACAC001DC0D8 /* Sidebar.swift in Sources */, | 408 95B54F5126A4ACAC001DC0D8 /* Sidebar.swift in Sources */, |
397 95B54F4626A48852001DC0D8 /* CurrencySelector.swift in Sources */, | 409 95B54F4626A48852001DC0D8 /* CurrencySelector.swift in Sources */, |
491 }; | 503 }; |
492 name = Debug; | 504 name = Debug; |
493 }; | 505 }; |
494 95C5B24D2697752700941585 /* Release */ = { | 506 95C5B24D2697752700941585 /* Release */ = { |
495 isa = XCBuildConfiguration; | 507 isa = XCBuildConfiguration; |
508 baseConfigurationReference = 9585BB0F26A6B58500E3193E /* Config.xcconfig */; | |
496 buildSettings = { | 509 buildSettings = { |
497 ALWAYS_SEARCH_USER_PATHS = NO; | 510 ALWAYS_SEARCH_USER_PATHS = NO; |
498 CLANG_ANALYZER_NONNULL = YES; | 511 CLANG_ANALYZER_NONNULL = YES; |
499 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | 512 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
500 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; | 513 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
546 }; | 559 }; |
547 name = Release; | 560 name = Release; |
548 }; | 561 }; |
549 95C5B24F2697752700941585 /* Debug */ = { | 562 95C5B24F2697752700941585 /* Debug */ = { |
550 isa = XCBuildConfiguration; | 563 isa = XCBuildConfiguration; |
564 baseConfigurationReference = 9585BB0F26A6B58500E3193E /* Config.xcconfig */; | |
551 buildSettings = { | 565 buildSettings = { |
552 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | 566 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
553 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; | 567 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
554 CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements; | 568 CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements; |
555 CODE_SIGN_STYLE = Automatic; | 569 CODE_SIGN_STYLE = Automatic; |
719 defaultConfigurationIsVisible = 0; | 733 defaultConfigurationIsVisible = 0; |
720 defaultConfigurationName = Release; | 734 defaultConfigurationName = Release; |
721 }; | 735 }; |
722 /* End XCConfigurationList section */ | 736 /* End XCConfigurationList section */ |
723 | 737 |
724 /* Begin XCRemoteSwiftPackageReference section */ | |
725 95C02C89269B61680061DD6D /* XCRemoteSwiftPackageReference "Alamofire" */ = { | |
726 isa = XCRemoteSwiftPackageReference; | |
727 repositoryURL = "https://github.com/Alamofire/Alamofire.git"; | |
728 requirement = { | |
729 kind = upToNextMajorVersion; | |
730 minimumVersion = 5.4.3; | |
731 }; | |
732 }; | |
733 /* End XCRemoteSwiftPackageReference section */ | |
734 | |
735 /* Begin XCSwiftPackageProductDependency section */ | |
736 95C02C8A269B61680061DD6D /* Alamofire */ = { | |
737 isa = XCSwiftPackageProductDependency; | |
738 package = 95C02C89269B61680061DD6D /* XCRemoteSwiftPackageReference "Alamofire" */; | |
739 productName = Alamofire; | |
740 }; | |
741 /* End XCSwiftPackageProductDependency section */ | |
742 | |
743 /* Begin XCVersionGroup section */ | 738 /* Begin XCVersionGroup section */ |
744 95C5B2322697752700941585 /* Simoleon.xcdatamodeld */ = { | 739 95C5B2322697752700941585 /* Simoleon.xcdatamodeld */ = { |
745 isa = XCVersionGroup; | 740 isa = XCVersionGroup; |
746 children = ( | 741 children = ( |
747 95C5B2332697752700941585 /* Simoleon.xcdatamodel */, | 742 95C5B2332697752700941585 /* Simoleon.xcdatamodel */, |