comparison Simoleon.xcodeproj/project.pbxproj @ 177:a1443bd115d9

add icloud capability
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Tue, 26 Oct 2021 13:18:51 +0200
parents ad8c6567539d
children 7c4a789e51ba
comparison
equal deleted inserted replaced
176:736c560d99c1 177:a1443bd115d9
14 95DC5D592728176800B1EFA0 /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D582728176800B1EFA0 /* Persistence.swift */; }; 14 95DC5D592728176800B1EFA0 /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D582728176800B1EFA0 /* Persistence.swift */; };
15 95DC5D5C2728176800B1EFA0 /* Simoleon.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D5A2728176800B1EFA0 /* Simoleon.xcdatamodeld */; }; 15 95DC5D5C2728176800B1EFA0 /* Simoleon.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D5A2728176800B1EFA0 /* Simoleon.xcdatamodeld */; };
16 95DC5D662728176900B1EFA0 /* SimoleonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D652728176900B1EFA0 /* SimoleonTests.swift */; }; 16 95DC5D662728176900B1EFA0 /* SimoleonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D652728176900B1EFA0 /* SimoleonTests.swift */; };
17 95DC5D702728176900B1EFA0 /* SimoleonUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D6F2728176900B1EFA0 /* SimoleonUITests.swift */; }; 17 95DC5D702728176900B1EFA0 /* SimoleonUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D6F2728176900B1EFA0 /* SimoleonUITests.swift */; };
18 95DC5D722728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D712728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift */; }; 18 95DC5D722728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95DC5D712728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift */; };
19 95DC5D8327281A9F00B1EFA0 /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95DC5D8227281A9F00B1EFA0 /* CloudKit.framework */; };
19 /* End PBXBuildFile section */ 20 /* End PBXBuildFile section */
20 21
21 /* Begin PBXContainerItemProxy section */ 22 /* Begin PBXContainerItemProxy section */
22 95DC5D622728176900B1EFA0 /* PBXContainerItemProxy */ = { 23 95DC5D622728176900B1EFA0 /* PBXContainerItemProxy */ = {
23 isa = PBXContainerItemProxy; 24 isa = PBXContainerItemProxy;
47 95DC5D652728176900B1EFA0 /* SimoleonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonTests.swift; sourceTree = "<group>"; }; 48 95DC5D652728176900B1EFA0 /* SimoleonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonTests.swift; sourceTree = "<group>"; };
48 95DC5D6B2728176900B1EFA0 /* SimoleonUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimoleonUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 49 95DC5D6B2728176900B1EFA0 /* SimoleonUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SimoleonUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
49 95DC5D6F2728176900B1EFA0 /* SimoleonUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonUITests.swift; sourceTree = "<group>"; }; 50 95DC5D6F2728176900B1EFA0 /* SimoleonUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonUITests.swift; sourceTree = "<group>"; };
50 95DC5D712728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonUITestsLaunchTests.swift; sourceTree = "<group>"; }; 51 95DC5D712728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimoleonUITestsLaunchTests.swift; sourceTree = "<group>"; };
51 95DC5D7E272817DE00B1EFA0 /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; }; 52 95DC5D7E272817DE00B1EFA0 /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
53 95DC5D7F27281A8C00B1EFA0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
54 95DC5D8027281A9700B1EFA0 /* Simoleon.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Simoleon.entitlements; sourceTree = "<group>"; };
55 95DC5D8227281A9F00B1EFA0 /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; };
52 /* End PBXFileReference section */ 56 /* End PBXFileReference section */
53 57
54 /* Begin PBXFrameworksBuildPhase section */ 58 /* Begin PBXFrameworksBuildPhase section */
55 95DC5D492728176700B1EFA0 /* Frameworks */ = { 59 95DC5D492728176700B1EFA0 /* Frameworks */ = {
56 isa = PBXFrameworksBuildPhase; 60 isa = PBXFrameworksBuildPhase;
57 buildActionMask = 2147483647; 61 buildActionMask = 2147483647;
58 files = ( 62 files = (
63 95DC5D8327281A9F00B1EFA0 /* CloudKit.framework in Frameworks */,
59 ); 64 );
60 runOnlyForDeploymentPostprocessing = 0; 65 runOnlyForDeploymentPostprocessing = 0;
61 }; 66 };
62 95DC5D5E2728176900B1EFA0 /* Frameworks */ = { 67 95DC5D5E2728176900B1EFA0 /* Frameworks */ = {
63 isa = PBXFrameworksBuildPhase; 68 isa = PBXFrameworksBuildPhase;
81 children = ( 86 children = (
82 95DC5D4E2728176700B1EFA0 /* Simoleon */, 87 95DC5D4E2728176700B1EFA0 /* Simoleon */,
83 95DC5D642728176900B1EFA0 /* SimoleonTests */, 88 95DC5D642728176900B1EFA0 /* SimoleonTests */,
84 95DC5D6E2728176900B1EFA0 /* SimoleonUITests */, 89 95DC5D6E2728176900B1EFA0 /* SimoleonUITests */,
85 95DC5D4D2728176700B1EFA0 /* Products */, 90 95DC5D4D2728176700B1EFA0 /* Products */,
91 95DC5D8127281A9F00B1EFA0 /* Frameworks */,
86 ); 92 );
87 sourceTree = "<group>"; 93 sourceTree = "<group>";
88 }; 94 };
89 95DC5D4D2728176700B1EFA0 /* Products */ = { 95 95DC5D4D2728176700B1EFA0 /* Products */ = {
90 isa = PBXGroup; 96 isa = PBXGroup;
97 sourceTree = "<group>"; 103 sourceTree = "<group>";
98 }; 104 };
99 95DC5D4E2728176700B1EFA0 /* Simoleon */ = { 105 95DC5D4E2728176700B1EFA0 /* Simoleon */ = {
100 isa = PBXGroup; 106 isa = PBXGroup;
101 children = ( 107 children = (
108 95DC5D8027281A9700B1EFA0 /* Simoleon.entitlements */,
109 95DC5D7F27281A8C00B1EFA0 /* Info.plist */,
102 95DC5D532728176800B1EFA0 /* Assets.xcassets */, 110 95DC5D532728176800B1EFA0 /* Assets.xcassets */,
103 95DC5D7E272817DE00B1EFA0 /* Config.xcconfig */, 111 95DC5D7E272817DE00B1EFA0 /* Config.xcconfig */,
104 95DC5D5A2728176800B1EFA0 /* Simoleon.xcdatamodeld */, 112 95DC5D5A2728176800B1EFA0 /* Simoleon.xcdatamodeld */,
105 95DC5D4F2728176700B1EFA0 /* SimoleonApp.swift */, 113 95DC5D4F2728176700B1EFA0 /* SimoleonApp.swift */,
106 95DC5D512728176700B1EFA0 /* ContentView.swift */, 114 95DC5D512728176700B1EFA0 /* ContentView.swift */,
131 children = ( 139 children = (
132 95DC5D6F2728176900B1EFA0 /* SimoleonUITests.swift */, 140 95DC5D6F2728176900B1EFA0 /* SimoleonUITests.swift */,
133 95DC5D712728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift */, 141 95DC5D712728176900B1EFA0 /* SimoleonUITestsLaunchTests.swift */,
134 ); 142 );
135 path = SimoleonUITests; 143 path = SimoleonUITests;
144 sourceTree = "<group>";
145 };
146 95DC5D8127281A9F00B1EFA0 /* Frameworks */ = {
147 isa = PBXGroup;
148 children = (
149 95DC5D8227281A9F00B1EFA0 /* CloudKit.framework */,
150 );
151 name = Frameworks;
136 sourceTree = "<group>"; 152 sourceTree = "<group>";
137 }; 153 };
138 /* End PBXGroup section */ 154 /* End PBXGroup section */
139 155
140 /* Begin PBXNativeTarget section */ 156 /* Begin PBXNativeTarget section */
426 isa = XCBuildConfiguration; 442 isa = XCBuildConfiguration;
427 baseConfigurationReference = 95DC5D7E272817DE00B1EFA0 /* Config.xcconfig */; 443 baseConfigurationReference = 95DC5D7E272817DE00B1EFA0 /* Config.xcconfig */;
428 buildSettings = { 444 buildSettings = {
429 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 445 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
430 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 446 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
447 CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements;
431 CODE_SIGN_STYLE = Automatic; 448 CODE_SIGN_STYLE = Automatic;
432 CURRENT_PROJECT_VERSION = 1; 449 CURRENT_PROJECT_VERSION = 1;
433 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\""; 450 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\"";
434 DEVELOPMENT_TEAM = MTX83R5H8X; 451 DEVELOPMENT_TEAM = MTX83R5H8X;
435 ENABLE_PREVIEWS = YES; 452 ENABLE_PREVIEWS = YES;
436 GENERATE_INFOPLIST_FILE = YES; 453 GENERATE_INFOPLIST_FILE = YES;
454 INFOPLIST_FILE = Simoleon/Info.plist;
437 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; 455 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
438 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; 456 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
439 INFOPLIST_KEY_UILaunchScreen_Generation = YES; 457 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
440 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 458 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
441 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 459 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
455 95DC5D772728176900B1EFA0 /* Release */ = { 473 95DC5D772728176900B1EFA0 /* Release */ = {
456 isa = XCBuildConfiguration; 474 isa = XCBuildConfiguration;
457 buildSettings = { 475 buildSettings = {
458 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 476 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
459 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 477 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
478 CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements;
460 CODE_SIGN_STYLE = Automatic; 479 CODE_SIGN_STYLE = Automatic;
461 CURRENT_PROJECT_VERSION = 1; 480 CURRENT_PROJECT_VERSION = 1;
462 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\""; 481 DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\"";
463 DEVELOPMENT_TEAM = MTX83R5H8X; 482 DEVELOPMENT_TEAM = MTX83R5H8X;
464 ENABLE_PREVIEWS = YES; 483 ENABLE_PREVIEWS = YES;
465 GENERATE_INFOPLIST_FILE = YES; 484 GENERATE_INFOPLIST_FILE = YES;
485 INFOPLIST_FILE = Simoleon/Info.plist;
466 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; 486 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
467 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; 487 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
468 INFOPLIST_KEY_UILaunchScreen_Generation = YES; 488 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
469 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 489 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
470 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; 490 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";