comparison Simoleon.xcodeproj/project.pbxproj @ 144:4271fb5f69e2

Add Scheme for automating App Preview
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Tue, 17 Aug 2021 22:15:48 +0100
parents 87f02d4f9c26
children 6eac99e99b96
comparison
equal deleted inserted replaced
143:407611b9df91 144:4271fb5f69e2
5 }; 5 };
6 objectVersion = 52; 6 objectVersion = 52;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXBuildFile section */ 9 /* Begin PBXBuildFile section */
10 950093CA26CBC7A200FEBF67 /* SimoleonAppPreview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950093C926CBC7A200FEBF67 /* SimoleonAppPreview.swift */; };
10 950A377726A820F800CAB175 /* DefaultCurrency+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950A377626A820F400CAB175 /* DefaultCurrency+CoreDataProperties.swift */; }; 11 950A377726A820F800CAB175 /* DefaultCurrency+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950A377626A820F400CAB175 /* DefaultCurrency+CoreDataProperties.swift */; };
11 950A377826A820F800CAB175 /* DefaultCurrency+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950A377526A820F400CAB175 /* DefaultCurrency+CoreDataClass.swift */; }; 12 950A377826A820F800CAB175 /* DefaultCurrency+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950A377526A820F400CAB175 /* DefaultCurrency+CoreDataClass.swift */; };
12 9522BEA926B5A4D20076B098 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9522BEA826B5A4D20076B098 /* AppDelegate.swift */; }; 13 9522BEA926B5A4D20076B098 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9522BEA826B5A4D20076B098 /* AppDelegate.swift */; };
13 9522BEAB26B5AACB0076B098 /* ListModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9522BEAA26B5AACB0076B098 /* ListModifier.swift */; }; 14 9522BEAB26B5AACB0076B098 /* ListModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9522BEAA26B5AACB0076B098 /* ListModifier.swift */; };
14 9555933A269B0AB8000FD726 /* ParseJson.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95559339269B0AB8000FD726 /* ParseJson.swift */; }; 15 9555933A269B0AB8000FD726 /* ParseJson.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95559339269B0AB8000FD726 /* ParseJson.swift */; };
57 95E76436269DFC1A008E9F31 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 95E76435269DFC1A008E9F31 /* LaunchScreen.storyboard */; }; 58 95E76436269DFC1A008E9F31 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 95E76435269DFC1A008E9F31 /* LaunchScreen.storyboard */; };
58 95E7643A269E0037008E9F31 /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95E76439269E0037008E9F31 /* CloudKit.framework */; }; 59 95E7643A269E0037008E9F31 /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95E76439269E0037008E9F31 /* CloudKit.framework */; };
59 /* End PBXBuildFile section */ 60 /* End PBXBuildFile section */
60 61
61 /* Begin PBXContainerItemProxy section */ 62 /* Begin PBXContainerItemProxy section */
63 950093CC26CBC7A200FEBF67 /* PBXContainerItemProxy */ = {
64 isa = PBXContainerItemProxy;
65 containerPortal = 95C5B21C2697752600941585 /* Project object */;
66 proxyType = 1;
67 remoteGlobalIDString = 95C5B2232697752600941585;
68 remoteInfo = Simoleon;
69 };
62 959F6DED26BBD53500101E53 /* PBXContainerItemProxy */ = { 70 959F6DED26BBD53500101E53 /* PBXContainerItemProxy */ = {
63 isa = PBXContainerItemProxy; 71 isa = PBXContainerItemProxy;
64 containerPortal = 95C5B21C2697752600941585 /* Project object */; 72 containerPortal = 95C5B21C2697752600941585 /* Project object */;
65 proxyType = 1; 73 proxyType = 1;
66 remoteGlobalIDString = 95C5B2232697752600941585; 74 remoteGlobalIDString = 95C5B2232697752600941585;
94 runOnlyForDeploymentPostprocessing = 0; 102 runOnlyForDeploymentPostprocessing = 0;
95 }; 103 };
96 /* End PBXCopyFilesBuildPhase section */ 104 /* End PBXCopyFilesBuildPhase section */
97 105
98 /* Begin PBXFileReference section */ 106 /* Begin PBXFileReference section */
107 950093C726CBC7A200FEBF67 /* SimoleonAppPreview.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimoleonAppPreview.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
108 950093C926CBC7A200FEBF67 /* SimoleonAppPreview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonAppPreview.swift; sourceTree = "<group>"; };
109 950093CB26CBC7A200FEBF67 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
99 950A377526A820F400CAB175 /* DefaultCurrency+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DefaultCurrency+CoreDataClass.swift"; sourceTree = "<group>"; }; 110 950A377526A820F400CAB175 /* DefaultCurrency+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DefaultCurrency+CoreDataClass.swift"; sourceTree = "<group>"; };
100 950A377626A820F400CAB175 /* DefaultCurrency+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DefaultCurrency+CoreDataProperties.swift"; sourceTree = "<group>"; }; 111 950A377626A820F400CAB175 /* DefaultCurrency+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DefaultCurrency+CoreDataProperties.swift"; sourceTree = "<group>"; };
101 9522BEA826B5A4D20076B098 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; 112 9522BEA826B5A4D20076B098 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
102 9522BEAA26B5AACB0076B098 /* ListModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListModifier.swift; sourceTree = "<group>"; }; 113 9522BEAA26B5AACB0076B098 /* ListModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListModifier.swift; sourceTree = "<group>"; };
103 95559339269B0AB8000FD726 /* ParseJson.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParseJson.swift; sourceTree = "<group>"; }; 114 95559339269B0AB8000FD726 /* ParseJson.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParseJson.swift; sourceTree = "<group>"; };
181 95E76437269E0033008E9F31 /* Simoleon.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Simoleon.entitlements; sourceTree = "<group>"; }; 192 95E76437269E0033008E9F31 /* Simoleon.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Simoleon.entitlements; sourceTree = "<group>"; };
182 95E76439269E0037008E9F31 /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; }; 193 95E76439269E0037008E9F31 /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; };
183 /* End PBXFileReference section */ 194 /* End PBXFileReference section */
184 195
185 /* Begin PBXFrameworksBuildPhase section */ 196 /* Begin PBXFrameworksBuildPhase section */
197 950093C426CBC7A200FEBF67 /* Frameworks */ = {
198 isa = PBXFrameworksBuildPhase;
199 buildActionMask = 2147483647;
200 files = (
201 );
202 runOnlyForDeploymentPostprocessing = 0;
203 };
186 959F6DE526BBD53500101E53 /* Frameworks */ = { 204 959F6DE526BBD53500101E53 /* Frameworks */ = {
187 isa = PBXFrameworksBuildPhase; 205 isa = PBXFrameworksBuildPhase;
188 buildActionMask = 2147483647; 206 buildActionMask = 2147483647;
189 files = ( 207 files = (
190 ); 208 );
215 runOnlyForDeploymentPostprocessing = 0; 233 runOnlyForDeploymentPostprocessing = 0;
216 }; 234 };
217 /* End PBXFrameworksBuildPhase section */ 235 /* End PBXFrameworksBuildPhase section */
218 236
219 /* Begin PBXGroup section */ 237 /* Begin PBXGroup section */
238 950093C826CBC7A200FEBF67 /* SimoleonAppPreview */ = {
239 isa = PBXGroup;
240 children = (
241 950093C926CBC7A200FEBF67 /* SimoleonAppPreview.swift */,
242 950093CB26CBC7A200FEBF67 /* Info.plist */,
243 );
244 path = SimoleonAppPreview;
245 sourceTree = "<group>";
246 };
220 95559331269B094A000FD726 /* Models */ = { 247 95559331269B094A000FD726 /* Models */ = {
221 isa = PBXGroup; 248 isa = PBXGroup;
222 children = ( 249 children = (
223 950A377526A820F400CAB175 /* DefaultCurrency+CoreDataClass.swift */, 250 950A377526A820F400CAB175 /* DefaultCurrency+CoreDataClass.swift */,
224 950A377626A820F400CAB175 /* DefaultCurrency+CoreDataProperties.swift */, 251 950A377626A820F400CAB175 /* DefaultCurrency+CoreDataProperties.swift */,
309 956088B526B9307600A4FD6C /* SnapshotHelper.swift */, 336 956088B526B9307600A4FD6C /* SnapshotHelper.swift */,
310 95C5B2262697752600941585 /* Simoleon */, 337 95C5B2262697752600941585 /* Simoleon */,
311 95C5B23D2697752700941585 /* SimoleonTests */, 338 95C5B23D2697752700941585 /* SimoleonTests */,
312 95C5B2482697752700941585 /* SimoleonUITests */, 339 95C5B2482697752700941585 /* SimoleonUITests */,
313 959F6DE926BBD53500101E53 /* SimoleonScreenshots */, 340 959F6DE926BBD53500101E53 /* SimoleonScreenshots */,
341 950093C826CBC7A200FEBF67 /* SimoleonAppPreview */,
314 95C5B2252697752600941585 /* Products */, 342 95C5B2252697752600941585 /* Products */,
315 95E76438269E0037008E9F31 /* Frameworks */, 343 95E76438269E0037008E9F31 /* Frameworks */,
316 ); 344 );
317 sourceTree = "<group>"; 345 sourceTree = "<group>";
318 }; 346 };
321 children = ( 349 children = (
322 95C5B2242697752600941585 /* Simoleon.app */, 350 95C5B2242697752600941585 /* Simoleon.app */,
323 95C5B23A2697752700941585 /* SimoleonTests.xctest */, 351 95C5B23A2697752700941585 /* SimoleonTests.xctest */,
324 95C5B2452697752700941585 /* SimoleonUITests.xctest */, 352 95C5B2452697752700941585 /* SimoleonUITests.xctest */,
325 959F6DE826BBD53500101E53 /* SimoleonScreenshots.xctest */, 353 959F6DE826BBD53500101E53 /* SimoleonScreenshots.xctest */,
354 950093C726CBC7A200FEBF67 /* SimoleonAppPreview.xctest */,
326 ); 355 );
327 name = Products; 356 name = Products;
328 sourceTree = "<group>"; 357 sourceTree = "<group>";
329 }; 358 };
330 95C5B2262697752600941585 /* Simoleon */ = { 359 95C5B2262697752600941585 /* Simoleon */ = {
411 sourceTree = "<group>"; 440 sourceTree = "<group>";
412 }; 441 };
413 /* End PBXGroup section */ 442 /* End PBXGroup section */
414 443
415 /* Begin PBXNativeTarget section */ 444 /* Begin PBXNativeTarget section */
445 950093C626CBC7A200FEBF67 /* SimoleonAppPreview */ = {
446 isa = PBXNativeTarget;
447 buildConfigurationList = 950093D126CBC7A200FEBF67 /* Build configuration list for PBXNativeTarget "SimoleonAppPreview" */;
448 buildPhases = (
449 950093C326CBC7A200FEBF67 /* Sources */,
450 950093C426CBC7A200FEBF67 /* Frameworks */,
451 950093C526CBC7A200FEBF67 /* Resources */,
452 );
453 buildRules = (
454 );
455 dependencies = (
456 950093CD26CBC7A200FEBF67 /* PBXTargetDependency */,
457 );
458 name = SimoleonAppPreview;
459 productName = SimoleonAppPreview;
460 productReference = 950093C726CBC7A200FEBF67 /* SimoleonAppPreview.xctest */;
461 productType = "com.apple.product-type.bundle.ui-testing";
462 };
416 959F6DE726BBD53500101E53 /* SimoleonScreenshots */ = { 463 959F6DE726BBD53500101E53 /* SimoleonScreenshots */ = {
417 isa = PBXNativeTarget; 464 isa = PBXNativeTarget;
418 buildConfigurationList = 959F6DF126BBD53500101E53 /* Build configuration list for PBXNativeTarget "SimoleonScreenshots" */; 465 buildConfigurationList = 959F6DF126BBD53500101E53 /* Build configuration list for PBXNativeTarget "SimoleonScreenshots" */;
419 buildPhases = ( 466 buildPhases = (
420 959F6DE426BBD53500101E53 /* Sources */, 467 959F6DE426BBD53500101E53 /* Sources */,
497 isa = PBXProject; 544 isa = PBXProject;
498 attributes = { 545 attributes = {
499 LastSwiftUpdateCheck = 1250; 546 LastSwiftUpdateCheck = 1250;
500 LastUpgradeCheck = 1250; 547 LastUpgradeCheck = 1250;
501 TargetAttributes = { 548 TargetAttributes = {
549 950093C626CBC7A200FEBF67 = {
550 CreatedOnToolsVersion = 12.5.1;
551 TestTargetID = 95C5B2232697752600941585;
552 };
502 959F6DE726BBD53500101E53 = { 553 959F6DE726BBD53500101E53 = {
503 CreatedOnToolsVersion = 12.5.1; 554 CreatedOnToolsVersion = 12.5.1;
504 TestTargetID = 95C5B2232697752600941585; 555 TestTargetID = 95C5B2232697752600941585;
505 }; 556 };
506 95C5B2232697752600941585 = { 557 95C5B2232697752600941585 = {
542 targets = ( 593 targets = (
543 95C5B2232697752600941585 /* Simoleon */, 594 95C5B2232697752600941585 /* Simoleon */,
544 95C5B2392697752700941585 /* SimoleonTests */, 595 95C5B2392697752700941585 /* SimoleonTests */,
545 95C5B2442697752700941585 /* SimoleonUITests */, 596 95C5B2442697752700941585 /* SimoleonUITests */,
546 959F6DE726BBD53500101E53 /* SimoleonScreenshots */, 597 959F6DE726BBD53500101E53 /* SimoleonScreenshots */,
598 950093C626CBC7A200FEBF67 /* SimoleonAppPreview */,
547 ); 599 );
548 }; 600 };
549 /* End PBXProject section */ 601 /* End PBXProject section */
550 602
551 /* Begin PBXResourcesBuildPhase section */ 603 /* Begin PBXResourcesBuildPhase section */
604 950093C526CBC7A200FEBF67 /* Resources */ = {
605 isa = PBXResourcesBuildPhase;
606 buildActionMask = 2147483647;
607 files = (
608 );
609 runOnlyForDeploymentPostprocessing = 0;
610 };
552 959F6DE626BBD53500101E53 /* Resources */ = { 611 959F6DE626BBD53500101E53 /* Resources */ = {
553 isa = PBXResourcesBuildPhase; 612 isa = PBXResourcesBuildPhase;
554 buildActionMask = 2147483647; 613 buildActionMask = 2147483647;
555 files = ( 614 files = (
556 ); 615 );
587 runOnlyForDeploymentPostprocessing = 0; 646 runOnlyForDeploymentPostprocessing = 0;
588 }; 647 };
589 /* End PBXResourcesBuildPhase section */ 648 /* End PBXResourcesBuildPhase section */
590 649
591 /* Begin PBXSourcesBuildPhase section */ 650 /* Begin PBXSourcesBuildPhase section */
651 950093C326CBC7A200FEBF67 /* Sources */ = {
652 isa = PBXSourcesBuildPhase;
653 buildActionMask = 2147483647;
654 files = (
655 950093CA26CBC7A200FEBF67 /* SimoleonAppPreview.swift in Sources */,
656 );
657 runOnlyForDeploymentPostprocessing = 0;
658 };
592 959F6DE426BBD53500101E53 /* Sources */ = { 659 959F6DE426BBD53500101E53 /* Sources */ = {
593 isa = PBXSourcesBuildPhase; 660 isa = PBXSourcesBuildPhase;
594 buildActionMask = 2147483647; 661 buildActionMask = 2147483647;
595 files = ( 662 files = (
596 959F6DEB26BBD53500101E53 /* SimoleonScreenshots.swift in Sources */, 663 959F6DEB26BBD53500101E53 /* SimoleonScreenshots.swift in Sources */,
655 runOnlyForDeploymentPostprocessing = 0; 722 runOnlyForDeploymentPostprocessing = 0;
656 }; 723 };
657 /* End PBXSourcesBuildPhase section */ 724 /* End PBXSourcesBuildPhase section */
658 725
659 /* Begin PBXTargetDependency section */ 726 /* Begin PBXTargetDependency section */
727 950093CD26CBC7A200FEBF67 /* PBXTargetDependency */ = {
728 isa = PBXTargetDependency;
729 target = 95C5B2232697752600941585 /* Simoleon */;
730 targetProxy = 950093CC26CBC7A200FEBF67 /* PBXContainerItemProxy */;
731 };
660 959F6DEE26BBD53500101E53 /* PBXTargetDependency */ = { 732 959F6DEE26BBD53500101E53 /* PBXTargetDependency */ = {
661 isa = PBXTargetDependency; 733 isa = PBXTargetDependency;
662 target = 95C5B2232697752600941585 /* Simoleon */; 734 target = 95C5B2232697752600941585 /* Simoleon */;
663 targetProxy = 959F6DED26BBD53500101E53 /* PBXContainerItemProxy */; 735 targetProxy = 959F6DED26BBD53500101E53 /* PBXContainerItemProxy */;
664 }; 736 };
725 sourceTree = "<group>"; 797 sourceTree = "<group>";
726 }; 798 };
727 /* End PBXVariantGroup section */ 799 /* End PBXVariantGroup section */
728 800
729 /* Begin XCBuildConfiguration section */ 801 /* Begin XCBuildConfiguration section */
802 950093CE26CBC7A200FEBF67 /* Debug */ = {
803 isa = XCBuildConfiguration;
804 buildSettings = {
805 CODE_SIGN_STYLE = Automatic;
806 DEVELOPMENT_TEAM = MTX83R5H8X;
807 INFOPLIST_FILE = SimoleonAppPreview/Info.plist;
808 IPHONEOS_DEPLOYMENT_TARGET = 14.5;
809 LD_RUNPATH_SEARCH_PATHS = (
810 "$(inherited)",
811 "@executable_path/Frameworks",
812 "@loader_path/Frameworks",
813 );
814 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.SimoleonAppPreview;
815 PRODUCT_NAME = "$(TARGET_NAME)";
816 SWIFT_VERSION = 5.0;
817 TARGETED_DEVICE_FAMILY = "1,2";
818 TEST_TARGET_NAME = Simoleon;
819 };
820 name = Debug;
821 };
822 950093CF26CBC7A200FEBF67 /* Screenshots */ = {
823 isa = XCBuildConfiguration;
824 buildSettings = {
825 CODE_SIGN_STYLE = Automatic;
826 DEVELOPMENT_TEAM = MTX83R5H8X;
827 INFOPLIST_FILE = SimoleonAppPreview/Info.plist;
828 IPHONEOS_DEPLOYMENT_TARGET = 14.5;
829 LD_RUNPATH_SEARCH_PATHS = (
830 "$(inherited)",
831 "@executable_path/Frameworks",
832 "@loader_path/Frameworks",
833 );
834 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.SimoleonAppPreview;
835 PRODUCT_NAME = "$(TARGET_NAME)";
836 SWIFT_VERSION = 5.0;
837 TARGETED_DEVICE_FAMILY = "1,2";
838 TEST_TARGET_NAME = Simoleon;
839 };
840 name = Screenshots;
841 };
842 950093D026CBC7A200FEBF67 /* Release */ = {
843 isa = XCBuildConfiguration;
844 buildSettings = {
845 CODE_SIGN_STYLE = Automatic;
846 DEVELOPMENT_TEAM = MTX83R5H8X;
847 INFOPLIST_FILE = SimoleonAppPreview/Info.plist;
848 IPHONEOS_DEPLOYMENT_TARGET = 14.5;
849 LD_RUNPATH_SEARCH_PATHS = (
850 "$(inherited)",
851 "@executable_path/Frameworks",
852 "@loader_path/Frameworks",
853 );
854 PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.SimoleonAppPreview;
855 PRODUCT_NAME = "$(TARGET_NAME)";
856 SWIFT_VERSION = 5.0;
857 TARGETED_DEVICE_FAMILY = "1,2";
858 TEST_TARGET_NAME = Simoleon;
859 };
860 name = Release;
861 };
730 959F6DEF26BBD53500101E53 /* Debug */ = { 862 959F6DEF26BBD53500101E53 /* Debug */ = {
731 isa = XCBuildConfiguration; 863 isa = XCBuildConfiguration;
732 buildSettings = { 864 buildSettings = {
733 CODE_SIGN_STYLE = Automatic; 865 CODE_SIGN_STYLE = Automatic;
734 DEVELOPMENT_TEAM = MTX83R5H8X; 866 DEVELOPMENT_TEAM = MTX83R5H8X;
1179 name = Release; 1311 name = Release;
1180 }; 1312 };
1181 /* End XCBuildConfiguration section */ 1313 /* End XCBuildConfiguration section */
1182 1314
1183 /* Begin XCConfigurationList section */ 1315 /* Begin XCConfigurationList section */
1316 950093D126CBC7A200FEBF67 /* Build configuration list for PBXNativeTarget "SimoleonAppPreview" */ = {
1317 isa = XCConfigurationList;
1318 buildConfigurations = (
1319 950093CE26CBC7A200FEBF67 /* Debug */,
1320 950093CF26CBC7A200FEBF67 /* Screenshots */,
1321 950093D026CBC7A200FEBF67 /* Release */,
1322 );
1323 defaultConfigurationIsVisible = 0;
1324 defaultConfigurationName = Release;
1325 };
1184 959F6DF126BBD53500101E53 /* Build configuration list for PBXNativeTarget "SimoleonScreenshots" */ = { 1326 959F6DF126BBD53500101E53 /* Build configuration list for PBXNativeTarget "SimoleonScreenshots" */ = {
1185 isa = XCConfigurationList; 1327 isa = XCConfigurationList;
1186 buildConfigurations = ( 1328 buildConfigurations = (
1187 959F6DEF26BBD53500101E53 /* Debug */, 1329 959F6DEF26BBD53500101E53 /* Debug */,
1188 95B9EED126CAC9EF00D94D60 /* Screenshots */, 1330 95B9EED126CAC9EF00D94D60 /* Screenshots */,