comparison Simoleon.xcodeproj/project.pbxproj @ 12:81f4e0a3b1eb

Finishing first version
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Tue, 13 Jul 2021 18:16:07 +0100
parents a62e5e4a4f02
children cdc5f728b105
comparison
equal deleted inserted replaced
11:a62e5e4a4f02 12:81f4e0a3b1eb
25 95C5B24A2697752700941585 /* SimoleonUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5B2492697752700941585 /* SimoleonUITests.swift */; }; 25 95C5B24A2697752700941585 /* SimoleonUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C5B2492697752700941585 /* SimoleonUITests.swift */; };
26 95DD4ABB269B33810027CA1F /* CurrencyPairs.json in Resources */ = {isa = PBXBuildFile; fileRef = 95DD4ABA269B33810027CA1F /* CurrencyPairs.json */; }; 26 95DD4ABB269B33810027CA1F /* CurrencyPairs.json in Resources */ = {isa = PBXBuildFile; fileRef = 95DD4ABA269B33810027CA1F /* CurrencyPairs.json */; };
27 95E137CD269C9A0600D2C5DC /* SearchCurrencyRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E137CC269C9A0600D2C5DC /* SearchCurrencyRow.swift */; }; 27 95E137CD269C9A0600D2C5DC /* SearchCurrencyRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E137CC269C9A0600D2C5DC /* SearchCurrencyRow.swift */; };
28 95E137CF269C9D8B00D2C5DC /* CurrencyConversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E137CE269C9D8B00D2C5DC /* CurrencyConversion.swift */; }; 28 95E137CF269C9D8B00D2C5DC /* CurrencyConversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E137CE269C9D8B00D2C5DC /* CurrencyConversion.swift */; };
29 95E137D1269C9F0D00D2C5DC /* SingleFlag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E137D0269C9F0D00D2C5DC /* SingleFlag.swift */; }; 29 95E137D1269C9F0D00D2C5DC /* SingleFlag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E137D0269C9F0D00D2C5DC /* SingleFlag.swift */; };
30 95EC0013269D90AD00C35E5E /* PopularCurrencyPairs.json in Resources */ = {isa = PBXBuildFile; fileRef = 95EC0012269D90AD00C35E5E /* PopularCurrencyPairs.json */; }; 30 95E76432269DF531008E9F31 /* PopularCurrencyPairs.json in Resources */ = {isa = PBXBuildFile; fileRef = 95E76431269DF531008E9F31 /* PopularCurrencyPairs.json */; };
31 95E76434269DF63D008E9F31 /* SearchedCurrencyList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E76433269DF63D008E9F31 /* SearchedCurrencyList.swift */; };
32 95E76436269DFC1A008E9F31 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 95E76435269DFC1A008E9F31 /* LaunchScreen.storyboard */; };
33 95E7643A269E0037008E9F31 /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95E76439269E0037008E9F31 /* CloudKit.framework */; };
31 95FE659C269AFB54008745DE /* SearchBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FE659B269AFB54008745DE /* SearchBar.swift */; }; 34 95FE659C269AFB54008745DE /* SearchBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FE659B269AFB54008745DE /* SearchBar.swift */; };
32 /* End PBXBuildFile section */ 35 /* End PBXBuildFile section */
33 36
34 /* Begin PBXContainerItemProxy section */ 37 /* Begin PBXContainerItemProxy section */
35 95C5B23B2697752700941585 /* PBXContainerItemProxy */ = { 38 95C5B23B2697752700941585 /* PBXContainerItemProxy */ = {
72 95C5B24B2697752700941585 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 75 95C5B24B2697752700941585 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
73 95DD4ABA269B33810027CA1F /* CurrencyPairs.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = CurrencyPairs.json; sourceTree = "<group>"; }; 76 95DD4ABA269B33810027CA1F /* CurrencyPairs.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = CurrencyPairs.json; sourceTree = "<group>"; };
74 95E137CC269C9A0600D2C5DC /* SearchCurrencyRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchCurrencyRow.swift; sourceTree = "<group>"; }; 77 95E137CC269C9A0600D2C5DC /* SearchCurrencyRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchCurrencyRow.swift; sourceTree = "<group>"; };
75 95E137CE269C9D8B00D2C5DC /* CurrencyConversion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyConversion.swift; sourceTree = "<group>"; }; 78 95E137CE269C9D8B00D2C5DC /* CurrencyConversion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyConversion.swift; sourceTree = "<group>"; };
76 95E137D0269C9F0D00D2C5DC /* SingleFlag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleFlag.swift; sourceTree = "<group>"; }; 79 95E137D0269C9F0D00D2C5DC /* SingleFlag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleFlag.swift; sourceTree = "<group>"; };
77 95EC0012269D90AD00C35E5E /* PopularCurrencyPairs.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = PopularCurrencyPairs.json; sourceTree = "<group>"; }; 80 95E76431269DF531008E9F31 /* PopularCurrencyPairs.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = PopularCurrencyPairs.json; sourceTree = "<group>"; };
81 95E76433269DF63D008E9F31 /* SearchedCurrencyList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchedCurrencyList.swift; sourceTree = "<group>"; };
82 95E76435269DFC1A008E9F31 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
83 95E76437269E0033008E9F31 /* Simoleon.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Simoleon.entitlements; sourceTree = "<group>"; };
84 95E76439269E0037008E9F31 /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; };
78 95FE659B269AFB54008745DE /* SearchBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchBar.swift; sourceTree = "<group>"; }; 85 95FE659B269AFB54008745DE /* SearchBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchBar.swift; sourceTree = "<group>"; };
79 /* End PBXFileReference section */ 86 /* End PBXFileReference section */
80 87
81 /* Begin PBXFrameworksBuildPhase section */ 88 /* Begin PBXFrameworksBuildPhase section */
82 95C5B2212697752600941585 /* Frameworks */ = { 89 95C5B2212697752600941585 /* Frameworks */ = {
83 isa = PBXFrameworksBuildPhase; 90 isa = PBXFrameworksBuildPhase;
84 buildActionMask = 2147483647; 91 buildActionMask = 2147483647;
85 files = ( 92 files = (
86 95C02C8B269B61680061DD6D /* Alamofire in Frameworks */, 93 95C02C8B269B61680061DD6D /* Alamofire in Frameworks */,
94 95E7643A269E0037008E9F31 /* CloudKit.framework in Frameworks */,
87 ); 95 );
88 runOnlyForDeploymentPostprocessing = 0; 96 runOnlyForDeploymentPostprocessing = 0;
89 }; 97 };
90 95C5B2372697752700941585 /* Frameworks */ = { 98 95C5B2372697752700941585 /* Frameworks */ = {
91 isa = PBXFrameworksBuildPhase; 99 isa = PBXFrameworksBuildPhase;
124 9555933B269B0DF9000FD726 /* Resources */ = { 132 9555933B269B0DF9000FD726 /* Resources */ = {
125 isa = PBXGroup; 133 isa = PBXGroup;
126 children = ( 134 children = (
127 9555933C269B0E0A000FD726 /* CurrencyMetadata.json */, 135 9555933C269B0E0A000FD726 /* CurrencyMetadata.json */,
128 95DD4ABA269B33810027CA1F /* CurrencyPairs.json */, 136 95DD4ABA269B33810027CA1F /* CurrencyPairs.json */,
129 95EC0012269D90AD00C35E5E /* PopularCurrencyPairs.json */, 137 95E76431269DF531008E9F31 /* PopularCurrencyPairs.json */,
130 ); 138 );
131 path = Resources; 139 path = Resources;
132 sourceTree = "<group>"; 140 sourceTree = "<group>";
133 }; 141 };
134 95C5B21B2697752600941585 = { 142 95C5B21B2697752600941585 = {
136 children = ( 144 children = (
137 95C5B2262697752600941585 /* Simoleon */, 145 95C5B2262697752600941585 /* Simoleon */,
138 95C5B23D2697752700941585 /* SimoleonTests */, 146 95C5B23D2697752700941585 /* SimoleonTests */,
139 95C5B2482697752700941585 /* SimoleonUITests */, 147 95C5B2482697752700941585 /* SimoleonUITests */,
140 95C5B2252697752600941585 /* Products */, 148 95C5B2252697752600941585 /* Products */,
149 95E76438269E0037008E9F31 /* Frameworks */,
141 ); 150 );
142 sourceTree = "<group>"; 151 sourceTree = "<group>";
143 }; 152 };
144 95C5B2252697752600941585 /* Products */ = { 153 95C5B2252697752600941585 /* Products */ = {
145 isa = PBXGroup; 154 isa = PBXGroup;
152 sourceTree = "<group>"; 161 sourceTree = "<group>";
153 }; 162 };
154 95C5B2262697752600941585 /* Simoleon */ = { 163 95C5B2262697752600941585 /* Simoleon */ = {
155 isa = PBXGroup; 164 isa = PBXGroup;
156 children = ( 165 children = (
166 95E76437269E0033008E9F31 /* Simoleon.entitlements */,
157 95C5B2272697752600941585 /* SimoleonApp.swift */, 167 95C5B2272697752600941585 /* SimoleonApp.swift */,
158 95C5B2292697752600941585 /* ContentView.swift */, 168 95C5B2292697752600941585 /* ContentView.swift */,
159 95E137CE269C9D8B00D2C5DC /* CurrencyConversion.swift */, 169 95E137CE269C9D8B00D2C5DC /* CurrencyConversion.swift */,
160 95C5B22B2697752700941585 /* Assets.xcassets */, 170 95C5B22B2697752700941585 /* Assets.xcassets */,
161 95C5B2302697752700941585 /* Persistence.swift */, 171 95C5B2302697752700941585 /* Persistence.swift */,
162 95C5B2352697752700941585 /* Info.plist */, 172 95C5B2352697752700941585 /* Info.plist */,
163 95C5B2322697752700941585 /* Simoleon.xcdatamodeld */, 173 95C5B2322697752700941585 /* Simoleon.xcdatamodeld */,
174 95E76435269DFC1A008E9F31 /* LaunchScreen.storyboard */,
164 95FE659A269AFB44008745DE /* Helpers */, 175 95FE659A269AFB44008745DE /* Helpers */,
165 95559331269B094A000FD726 /* Models */, 176 95559331269B094A000FD726 /* Models */,
166 95559338269B0AAA000FD726 /* Functions */, 177 95559338269B0AAA000FD726 /* Functions */,
167 9555933B269B0DF9000FD726 /* Resources */, 178 9555933B269B0DF9000FD726 /* Resources */,
168 95C5B22D2697752700941585 /* Preview Content */, 179 95C5B22D2697752700941585 /* Preview Content */,
195 95C5B24B2697752700941585 /* Info.plist */, 206 95C5B24B2697752700941585 /* Info.plist */,
196 ); 207 );
197 path = SimoleonUITests; 208 path = SimoleonUITests;
198 sourceTree = "<group>"; 209 sourceTree = "<group>";
199 }; 210 };
211 95E76438269E0037008E9F31 /* Frameworks */ = {
212 isa = PBXGroup;
213 children = (
214 95E76439269E0037008E9F31 /* CloudKit.framework */,
215 );
216 name = Frameworks;
217 sourceTree = "<group>";
218 };
200 95FE659A269AFB44008745DE /* Helpers */ = { 219 95FE659A269AFB44008745DE /* Helpers */ = {
201 isa = PBXGroup; 220 isa = PBXGroup;
202 children = ( 221 children = (
203 95FE659B269AFB54008745DE /* SearchBar.swift */, 222 95FE659B269AFB54008745DE /* SearchBar.swift */,
204 956C28CB269B58A0005A4595 /* FlagPair.swift */, 223 956C28CB269B58A0005A4595 /* FlagPair.swift */,
205 95E137D0269C9F0D00D2C5DC /* SingleFlag.swift */, 224 95E137D0269C9F0D00D2C5DC /* SingleFlag.swift */,
206 956C28C9269B5893005A4595 /* CurrencyRow.swift */, 225 956C28C9269B5893005A4595 /* CurrencyRow.swift */,
207 95E137CC269C9A0600D2C5DC /* SearchCurrencyRow.swift */, 226 95E137CC269C9A0600D2C5DC /* SearchCurrencyRow.swift */,
227 95E76433269DF63D008E9F31 /* SearchedCurrencyList.swift */,
208 ); 228 );
209 path = Helpers; 229 path = Helpers;
210 sourceTree = "<group>"; 230 sourceTree = "<group>";
211 }; 231 };
212 /* End PBXGroup section */ 232 /* End PBXGroup section */
317 95C5B2222697752600941585 /* Resources */ = { 337 95C5B2222697752600941585 /* Resources */ = {
318 isa = PBXResourcesBuildPhase; 338 isa = PBXResourcesBuildPhase;
319 buildActionMask = 2147483647; 339 buildActionMask = 2147483647;
320 files = ( 340 files = (
321 95559337269B0A7B000FD726 /* CurrencyQuoteData.json in Resources */, 341 95559337269B0A7B000FD726 /* CurrencyQuoteData.json in Resources */,
322 95EC0013269D90AD00C35E5E /* PopularCurrencyPairs.json in Resources */,
323 95DD4ABB269B33810027CA1F /* CurrencyPairs.json in Resources */, 342 95DD4ABB269B33810027CA1F /* CurrencyPairs.json in Resources */,
343 95E76432269DF531008E9F31 /* PopularCurrencyPairs.json in Resources */,
324 95C5B22F2697752700941585 /* Preview Assets.xcassets in Resources */, 344 95C5B22F2697752700941585 /* Preview Assets.xcassets in Resources */,
345 95E76436269DFC1A008E9F31 /* LaunchScreen.storyboard in Resources */,
325 9555933D269B0E0A000FD726 /* CurrencyMetadata.json in Resources */, 346 9555933D269B0E0A000FD726 /* CurrencyMetadata.json in Resources */,
326 95C5B22C2697752700941585 /* Assets.xcassets in Resources */, 347 95C5B22C2697752700941585 /* Assets.xcassets in Resources */,
327 ); 348 );
328 runOnlyForDeploymentPostprocessing = 0; 349 runOnlyForDeploymentPostprocessing = 0;
329 }; 350 };
359 95FE659C269AFB54008745DE /* SearchBar.swift in Sources */, 380 95FE659C269AFB54008745DE /* SearchBar.swift in Sources */,
360 95E137D1269C9F0D00D2C5DC /* SingleFlag.swift in Sources */, 381 95E137D1269C9F0D00D2C5DC /* SingleFlag.swift in Sources */,
361 95559333269B0965000FD726 /* CurrencyQuoteModel.swift in Sources */, 382 95559333269B0965000FD726 /* CurrencyQuoteModel.swift in Sources */,
362 95C5B2282697752600941585 /* SimoleonApp.swift in Sources */, 383 95C5B2282697752600941585 /* SimoleonApp.swift in Sources */,
363 95C5B2342697752700941585 /* Simoleon.xcdatamodeld in Sources */, 384 95C5B2342697752700941585 /* Simoleon.xcdatamodeld in Sources */,
385 95E76434269DF63D008E9F31 /* SearchedCurrencyList.swift in Sources */,
364 ); 386 );
365 runOnlyForDeploymentPostprocessing = 0; 387 runOnlyForDeploymentPostprocessing = 0;
366 }; 388 };
367 95C5B2362697752700941585 /* Sources */ = { 389 95C5B2362697752700941585 /* Sources */ = {
368 isa = PBXSourcesBuildPhase; 390 isa = PBXSourcesBuildPhase;
515 95C5B24F2697752700941585 /* Debug */ = { 537 95C5B24F2697752700941585 /* Debug */ = {
516 isa = XCBuildConfiguration; 538 isa = XCBuildConfiguration;
517 buildSettings = { 539 buildSettings = {
518 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 540 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
519 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 541 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
542 CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements;
520 CODE_SIGN_STYLE = Automatic; 543 CODE_SIGN_STYLE = Automatic;
521 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\""; 544 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\"";
522 DEVELOPMENT_TEAM = MTX83R5H8X; 545 DEVELOPMENT_TEAM = MTX83R5H8X;
523 ENABLE_PREVIEWS = YES; 546 ENABLE_PREVIEWS = YES;
524 INFOPLIST_FILE = Simoleon/Info.plist; 547 INFOPLIST_FILE = Simoleon/Info.plist;
528 "@executable_path/Frameworks", 551 "@executable_path/Frameworks",
529 ); 552 );
530 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon; 553 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon;
531 PRODUCT_NAME = "$(TARGET_NAME)"; 554 PRODUCT_NAME = "$(TARGET_NAME)";
532 SWIFT_VERSION = 5.0; 555 SWIFT_VERSION = 5.0;
533 TARGETED_DEVICE_FAMILY = "1,2"; 556 TARGETED_DEVICE_FAMILY = 1;
534 }; 557 };
535 name = Debug; 558 name = Debug;
536 }; 559 };
537 95C5B2502697752700941585 /* Release */ = { 560 95C5B2502697752700941585 /* Release */ = {
538 isa = XCBuildConfiguration; 561 isa = XCBuildConfiguration;
539 buildSettings = { 562 buildSettings = {
540 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 563 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
541 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 564 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
565 CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements;
542 CODE_SIGN_STYLE = Automatic; 566 CODE_SIGN_STYLE = Automatic;
543 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\""; 567 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\"";
544 DEVELOPMENT_TEAM = MTX83R5H8X; 568 DEVELOPMENT_TEAM = MTX83R5H8X;
545 ENABLE_PREVIEWS = YES; 569 ENABLE_PREVIEWS = YES;
546 INFOPLIST_FILE = Simoleon/Info.plist; 570 INFOPLIST_FILE = Simoleon/Info.plist;
550 "@executable_path/Frameworks", 574 "@executable_path/Frameworks",
551 ); 575 );
552 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon; 576 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon;
553 PRODUCT_NAME = "$(TARGET_NAME)"; 577 PRODUCT_NAME = "$(TARGET_NAME)";
554 SWIFT_VERSION = 5.0; 578 SWIFT_VERSION = 5.0;
555 TARGETED_DEVICE_FAMILY = "1,2"; 579 TARGETED_DEVICE_FAMILY = 1;
556 }; 580 };
557 name = Release; 581 name = Release;
558 }; 582 };
559 95C5B2522697752700941585 /* Debug */ = { 583 95C5B2522697752700941585 /* Debug */ = {
560 isa = XCBuildConfiguration; 584 isa = XCBuildConfiguration;