comparison Simoleon.xcodeproj/project.pbxproj @ 183:d2398f02e1ce

implement unit currency selector
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Mon, 20 Dec 2021 12:28:16 +0100
parents ba3ebe8cefe5
children 7cb2b0b2b3f3
comparison
equal deleted inserted replaced
182:ba3ebe8cefe5 183:d2398f02e1ce
14 9511E30E2760B8D7005EEE8D /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E30D2760B8D7005EEE8D /* Persistence.swift */; }; 14 9511E30E2760B8D7005EEE8D /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E30D2760B8D7005EEE8D /* Persistence.swift */; };
15 9511E3112760B8D7005EEE8D /* Simoleon.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 9511E30F2760B8D7005EEE8D /* Simoleon.xcdatamodeld */; }; 15 9511E3112760B8D7005EEE8D /* Simoleon.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 9511E30F2760B8D7005EEE8D /* Simoleon.xcdatamodeld */; };
16 9511E31B2760B8D7005EEE8D /* SimoleonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E31A2760B8D7005EEE8D /* SimoleonTests.swift */; }; 16 9511E31B2760B8D7005EEE8D /* SimoleonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E31A2760B8D7005EEE8D /* SimoleonTests.swift */; };
17 9511E3252760B8D7005EEE8D /* SimoleonUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E3242760B8D7005EEE8D /* SimoleonUITests.swift */; }; 17 9511E3252760B8D7005EEE8D /* SimoleonUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E3242760B8D7005EEE8D /* SimoleonUITests.swift */; };
18 9511E3272760B8D7005EEE8D /* SimoleonUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E3262760B8D7005EEE8D /* SimoleonUITestsLaunchTests.swift */; }; 18 9511E3272760B8D7005EEE8D /* SimoleonUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9511E3262760B8D7005EEE8D /* SimoleonUITestsLaunchTests.swift */; };
19 954573012760C2030084FFC7 /* ConversionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954573002760C2030084FFC7 /* ConversionView.swift */; };
20 954573042760C2DF0084FFC7 /* ConditionalWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954573032760C2DF0084FFC7 /* ConditionalWrapper.swift */; };
21 954573062760C4810084FFC7 /* CurrencySelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954573052760C4810084FFC7 /* CurrencySelector.swift */; };
22 954573082760C4B00084FFC7 /* CurrencyBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954573072760C4B00084FFC7 /* CurrencyBox.swift */; };
23 9545730B2760C5FC0084FFC7 /* SupportedCurrencies.json in Resources */ = {isa = PBXBuildFile; fileRef = 9545730A2760C5FC0084FFC7 /* SupportedCurrencies.json */; };
24 9545730D2760C77C0084FFC7 /* ReadJson.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9545730C2760C77C0084FFC7 /* ReadJson.swift */; };
25 954573102760C8980084FFC7 /* SupportedCurrencyModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9545730F2760C8980084FFC7 /* SupportedCurrencyModel.swift */; };
26 954573122760C8D60084FFC7 /* SupportedPairModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954573112760C8D60084FFC7 /* SupportedPairModel.swift */; };
27 954573162760CE3B0084FFC7 /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 954573152760CE3B0084FFC7 /* CloudKit.framework */; };
19 /* End PBXBuildFile section */ 28 /* End PBXBuildFile section */
20 29
21 /* Begin PBXContainerItemProxy section */ 30 /* Begin PBXContainerItemProxy section */
22 9511E3172760B8D7005EEE8D /* PBXContainerItemProxy */ = { 31 9511E3172760B8D7005EEE8D /* PBXContainerItemProxy */ = {
23 isa = PBXContainerItemProxy; 32 isa = PBXContainerItemProxy;
46 9511E3162760B8D7005EEE8D /* SimoleonTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimoleonTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 55 9511E3162760B8D7005EEE8D /* SimoleonTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimoleonTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
47 9511E31A2760B8D7005EEE8D /* SimoleonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonTests.swift; sourceTree = "<group>"; }; 56 9511E31A2760B8D7005EEE8D /* SimoleonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonTests.swift; sourceTree = "<group>"; };
48 9511E3202760B8D7005EEE8D /* SimoleonUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimoleonUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 57 9511E3202760B8D7005EEE8D /* SimoleonUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimoleonUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
49 9511E3242760B8D7005EEE8D /* SimoleonUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonUITests.swift; sourceTree = "<group>"; }; 58 9511E3242760B8D7005EEE8D /* SimoleonUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonUITests.swift; sourceTree = "<group>"; };
50 9511E3262760B8D7005EEE8D /* SimoleonUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonUITestsLaunchTests.swift; sourceTree = "<group>"; }; 59 9511E3262760B8D7005EEE8D /* SimoleonUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonUITestsLaunchTests.swift; sourceTree = "<group>"; };
60 954573002760C2030084FFC7 /* ConversionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConversionView.swift; sourceTree = "<group>"; };
61 954573032760C2DF0084FFC7 /* ConditionalWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConditionalWrapper.swift; sourceTree = "<group>"; };
62 954573052760C4810084FFC7 /* CurrencySelector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencySelector.swift; sourceTree = "<group>"; };
63 954573072760C4B00084FFC7 /* CurrencyBox.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyBox.swift; sourceTree = "<group>"; };
64 9545730A2760C5FC0084FFC7 /* SupportedCurrencies.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = SupportedCurrencies.json; sourceTree = "<group>"; };
65 9545730C2760C77C0084FFC7 /* ReadJson.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadJson.swift; sourceTree = "<group>"; };
66 9545730F2760C8980084FFC7 /* SupportedCurrencyModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SupportedCurrencyModel.swift; sourceTree = "<group>"; };
67 954573112760C8D60084FFC7 /* SupportedPairModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SupportedPairModel.swift; sourceTree = "<group>"; };
68 954573132760CE380084FFC7 /* Simoleon.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Simoleon.entitlements; sourceTree = "<group>"; };
69 954573152760CE3B0084FFC7 /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; };
70 954573172760CE490084FFC7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
51 /* End PBXFileReference section */ 71 /* End PBXFileReference section */
52 72
53 /* Begin PBXFrameworksBuildPhase section */ 73 /* Begin PBXFrameworksBuildPhase section */
54 9511E2FE2760B8D6005EEE8D /* Frameworks */ = { 74 9511E2FE2760B8D6005EEE8D /* Frameworks */ = {
55 isa = PBXFrameworksBuildPhase; 75 isa = PBXFrameworksBuildPhase;
56 buildActionMask = 2147483647; 76 buildActionMask = 2147483647;
57 files = ( 77 files = (
78 954573162760CE3B0084FFC7 /* CloudKit.framework in Frameworks */,
58 ); 79 );
59 runOnlyForDeploymentPostprocessing = 0; 80 runOnlyForDeploymentPostprocessing = 0;
60 }; 81 };
61 9511E3132760B8D7005EEE8D /* Frameworks */ = { 82 9511E3132760B8D7005EEE8D /* Frameworks */ = {
62 isa = PBXFrameworksBuildPhase; 83 isa = PBXFrameworksBuildPhase;
80 children = ( 101 children = (
81 9511E3032760B8D6005EEE8D /* Simoleon */, 102 9511E3032760B8D6005EEE8D /* Simoleon */,
82 9511E3192760B8D7005EEE8D /* SimoleonTests */, 103 9511E3192760B8D7005EEE8D /* SimoleonTests */,
83 9511E3232760B8D7005EEE8D /* SimoleonUITests */, 104 9511E3232760B8D7005EEE8D /* SimoleonUITests */,
84 9511E3022760B8D6005EEE8D /* Products */, 105 9511E3022760B8D6005EEE8D /* Products */,
106 954573142760CE3B0084FFC7 /* Frameworks */,
85 ); 107 );
86 sourceTree = "<group>"; 108 sourceTree = "<group>";
87 }; 109 };
88 9511E3022760B8D6005EEE8D /* Products */ = { 110 9511E3022760B8D6005EEE8D /* Products */ = {
89 isa = PBXGroup; 111 isa = PBXGroup;
96 sourceTree = "<group>"; 118 sourceTree = "<group>";
97 }; 119 };
98 9511E3032760B8D6005EEE8D /* Simoleon */ = { 120 9511E3032760B8D6005EEE8D /* Simoleon */ = {
99 isa = PBXGroup; 121 isa = PBXGroup;
100 children = ( 122 children = (
123 954573172760CE490084FFC7 /* Info.plist */,
124 954573132760CE380084FFC7 /* Simoleon.entitlements */,
125 9511E3082760B8D7005EEE8D /* Assets.xcassets */,
126 9511E30F2760B8D7005EEE8D /* Simoleon.xcdatamodeld */,
101 9511E3042760B8D6005EEE8D /* SimoleonApp.swift */, 127 9511E3042760B8D6005EEE8D /* SimoleonApp.swift */,
128 9511E30D2760B8D7005EEE8D /* Persistence.swift */,
102 9511E3062760B8D6005EEE8D /* ContentView.swift */, 129 9511E3062760B8D6005EEE8D /* ContentView.swift */,
103 9511E3082760B8D7005EEE8D /* Assets.xcassets */, 130 954573002760C2030084FFC7 /* ConversionView.swift */,
104 9511E30D2760B8D7005EEE8D /* Persistence.swift */, 131 954573022760C2CE0084FFC7 /* Helpers */,
105 9511E30F2760B8D7005EEE8D /* Simoleon.xcdatamodeld */, 132 9545730E2760C8840084FFC7 /* Models */,
133 954573092760C5DC0084FFC7 /* Resources */,
106 9511E30A2760B8D7005EEE8D /* Preview Content */, 134 9511E30A2760B8D7005EEE8D /* Preview Content */,
107 ); 135 );
108 path = Simoleon; 136 path = Simoleon;
109 sourceTree = "<group>"; 137 sourceTree = "<group>";
110 }; 138 };
129 children = ( 157 children = (
130 9511E3242760B8D7005EEE8D /* SimoleonUITests.swift */, 158 9511E3242760B8D7005EEE8D /* SimoleonUITests.swift */,
131 9511E3262760B8D7005EEE8D /* SimoleonUITestsLaunchTests.swift */, 159 9511E3262760B8D7005EEE8D /* SimoleonUITestsLaunchTests.swift */,
132 ); 160 );
133 path = SimoleonUITests; 161 path = SimoleonUITests;
162 sourceTree = "<group>";
163 };
164 954573022760C2CE0084FFC7 /* Helpers */ = {
165 isa = PBXGroup;
166 children = (
167 954573032760C2DF0084FFC7 /* ConditionalWrapper.swift */,
168 954573052760C4810084FFC7 /* CurrencySelector.swift */,
169 954573072760C4B00084FFC7 /* CurrencyBox.swift */,
170 9545730C2760C77C0084FFC7 /* ReadJson.swift */,
171 );
172 path = Helpers;
173 sourceTree = "<group>";
174 };
175 954573092760C5DC0084FFC7 /* Resources */ = {
176 isa = PBXGroup;
177 children = (
178 9545730A2760C5FC0084FFC7 /* SupportedCurrencies.json */,
179 );
180 path = Resources;
181 sourceTree = "<group>";
182 };
183 9545730E2760C8840084FFC7 /* Models */ = {
184 isa = PBXGroup;
185 children = (
186 9545730F2760C8980084FFC7 /* SupportedCurrencyModel.swift */,
187 954573112760C8D60084FFC7 /* SupportedPairModel.swift */,
188 );
189 path = Models;
190 sourceTree = "<group>";
191 };
192 954573142760CE3B0084FFC7 /* Frameworks */ = {
193 isa = PBXGroup;
194 children = (
195 954573152760CE3B0084FFC7 /* CloudKit.framework */,
196 );
197 name = Frameworks;
134 sourceTree = "<group>"; 198 sourceTree = "<group>";
135 }; 199 };
136 /* End PBXGroup section */ 200 /* End PBXGroup section */
137 201
138 /* Begin PBXNativeTarget section */ 202 /* Begin PBXNativeTarget section */
236 9511E2FF2760B8D6005EEE8D /* Resources */ = { 300 9511E2FF2760B8D6005EEE8D /* Resources */ = {
237 isa = PBXResourcesBuildPhase; 301 isa = PBXResourcesBuildPhase;
238 buildActionMask = 2147483647; 302 buildActionMask = 2147483647;
239 files = ( 303 files = (
240 9511E30C2760B8D7005EEE8D /* Preview Assets.xcassets in Resources */, 304 9511E30C2760B8D7005EEE8D /* Preview Assets.xcassets in Resources */,
305 9545730B2760C5FC0084FFC7 /* SupportedCurrencies.json in Resources */,
241 9511E3092760B8D7005EEE8D /* Assets.xcassets in Resources */, 306 9511E3092760B8D7005EEE8D /* Assets.xcassets in Resources */,
242 ); 307 );
243 runOnlyForDeploymentPostprocessing = 0; 308 runOnlyForDeploymentPostprocessing = 0;
244 }; 309 };
245 9511E3142760B8D7005EEE8D /* Resources */ = { 310 9511E3142760B8D7005EEE8D /* Resources */ = {
261 /* Begin PBXSourcesBuildPhase section */ 326 /* Begin PBXSourcesBuildPhase section */
262 9511E2FD2760B8D6005EEE8D /* Sources */ = { 327 9511E2FD2760B8D6005EEE8D /* Sources */ = {
263 isa = PBXSourcesBuildPhase; 328 isa = PBXSourcesBuildPhase;
264 buildActionMask = 2147483647; 329 buildActionMask = 2147483647;
265 files = ( 330 files = (
331 9545730D2760C77C0084FFC7 /* ReadJson.swift in Sources */,
332 954573102760C8980084FFC7 /* SupportedCurrencyModel.swift in Sources */,
333 954573082760C4B00084FFC7 /* CurrencyBox.swift in Sources */,
334 954573042760C2DF0084FFC7 /* ConditionalWrapper.swift in Sources */,
266 9511E30E2760B8D7005EEE8D /* Persistence.swift in Sources */, 335 9511E30E2760B8D7005EEE8D /* Persistence.swift in Sources */,
336 954573122760C8D60084FFC7 /* SupportedPairModel.swift in Sources */,
337 954573012760C2030084FFC7 /* ConversionView.swift in Sources */,
338 954573062760C4810084FFC7 /* CurrencySelector.swift in Sources */,
267 9511E3072760B8D6005EEE8D /* ContentView.swift in Sources */, 339 9511E3072760B8D6005EEE8D /* ContentView.swift in Sources */,
268 9511E3052760B8D6005EEE8D /* SimoleonApp.swift in Sources */, 340 9511E3052760B8D6005EEE8D /* SimoleonApp.swift in Sources */,
269 9511E3112760B8D7005EEE8D /* Simoleon.xcdatamodeld in Sources */, 341 9511E3112760B8D7005EEE8D /* Simoleon.xcdatamodeld in Sources */,
270 ); 342 );
271 runOnlyForDeploymentPostprocessing = 0; 343 runOnlyForDeploymentPostprocessing = 0;
422 9511E32B2760B8D7005EEE8D /* Debug */ = { 494 9511E32B2760B8D7005EEE8D /* Debug */ = {
423 isa = XCBuildConfiguration; 495 isa = XCBuildConfiguration;
424 buildSettings = { 496 buildSettings = {
425 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 497 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
426 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 498 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
499 CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements;
427 CODE_SIGN_STYLE = Automatic; 500 CODE_SIGN_STYLE = Automatic;
428 CURRENT_PROJECT_VERSION = 1; 501 CURRENT_PROJECT_VERSION = 1;
429 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\""; 502 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\"";
430 DEVELOPMENT_TEAM = MTX83R5H8X; 503 DEVELOPMENT_TEAM = MTX83R5H8X;
431 ENABLE_PREVIEWS = YES; 504 ENABLE_PREVIEWS = YES;
432 GENERATE_INFOPLIST_FILE = YES; 505 GENERATE_INFOPLIST_FILE = YES;
506 INFOPLIST_FILE = Simoleon/Info.plist;
433 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; 507 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
434 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; 508 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
435 INFOPLIST_KEY_UILaunchScreen_Generation = YES; 509 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
436 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 510 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
437 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 511 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
438 LD_RUNPATH_SEARCH_PATHS = ( 512 LD_RUNPATH_SEARCH_PATHS = (
439 "$(inherited)", 513 "$(inherited)",
440 "@executable_path/Frameworks", 514 "@executable_path/Frameworks",
441 ); 515 );
442 MARKETING_VERSION = 1.0; 516 MARKETING_VERSION = 2.0.0;
443 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon; 517 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon;
444 PRODUCT_NAME = "$(TARGET_NAME)"; 518 PRODUCT_NAME = "$(TARGET_NAME)";
445 SWIFT_EMIT_LOC_STRINGS = YES; 519 SWIFT_EMIT_LOC_STRINGS = YES;
446 SWIFT_VERSION = 5.0; 520 SWIFT_VERSION = 5.0;
447 TARGETED_DEVICE_FAMILY = "1,2"; 521 TARGETED_DEVICE_FAMILY = "1,2";
451 9511E32C2760B8D7005EEE8D /* Release */ = { 525 9511E32C2760B8D7005EEE8D /* Release */ = {
452 isa = XCBuildConfiguration; 526 isa = XCBuildConfiguration;
453 buildSettings = { 527 buildSettings = {
454 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 528 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
455 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 529 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
530 CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements;
456 CODE_SIGN_STYLE = Automatic; 531 CODE_SIGN_STYLE = Automatic;
457 CURRENT_PROJECT_VERSION = 1; 532 CURRENT_PROJECT_VERSION = 1;
458 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\""; 533 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\"";
459 DEVELOPMENT_TEAM = MTX83R5H8X; 534 DEVELOPMENT_TEAM = MTX83R5H8X;
460 ENABLE_PREVIEWS = YES; 535 ENABLE_PREVIEWS = YES;
461 GENERATE_INFOPLIST_FILE = YES; 536 GENERATE_INFOPLIST_FILE = YES;
537 INFOPLIST_FILE = Simoleon/Info.plist;
462 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; 538 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
463 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; 539 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
464 INFOPLIST_KEY_UILaunchScreen_Generation = YES; 540 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
465 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 541 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
466 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 542 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
467 LD_RUNPATH_SEARCH_PATHS = ( 543 LD_RUNPATH_SEARCH_PATHS = (
468 "$(inherited)", 544 "$(inherited)",
469 "@executable_path/Frameworks", 545 "@executable_path/Frameworks",
470 ); 546 );
471 MARKETING_VERSION = 1.0; 547 MARKETING_VERSION = 2.0.0;
472 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon; 548 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon;
473 PRODUCT_NAME = "$(TARGET_NAME)"; 549 PRODUCT_NAME = "$(TARGET_NAME)";
474 SWIFT_EMIT_LOC_STRINGS = YES; 550 SWIFT_EMIT_LOC_STRINGS = YES;
475 SWIFT_VERSION = 5.0; 551 SWIFT_VERSION = 5.0;
476 TARGETED_DEVICE_FAMILY = "1,2"; 552 TARGETED_DEVICE_FAMILY = "1,2";