|
10 | 10 | 058557BB273AAA24004C7B11 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 058557BA273AAA24004C7B11 /* Assets.xcassets */; };
|
11 | 11 | 058557D9273AAEEB004C7B11 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 058557D8273AAEEB004C7B11 /* Preview Assets.xcassets */; };
|
12 | 12 | 2152FB042600AC8F00CF470E /* iOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152FB032600AC8F00CF470E /* iOSApp.swift */; };
|
| 13 | + 448BBB475161743EC2EFDCFE /* Pods_iosApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E4B92C03A079D47F9060D76 /* Pods_iosApp.framework */; }; |
13 | 14 | 710DFC2B28E5B22200811AB5 /* GameView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 710DFC2A28E5B22200811AB5 /* GameView.swift */; };
|
14 | 15 | 710DFC2D28E5B24800811AB5 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 710DFC2C28E5B24700811AB5 /* SettingsView.swift */; };
|
15 | 16 | 71B85CFE28E5F7B600E0871E /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 71B85CFD28E5F7B600E0871E /* Localizable.strings */; };
|
16 | 17 | 71D4030628E468990035E65F /* SettingsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71D4030528E468990035E65F /* SettingsViewModel.swift */; };
|
17 | 18 | 7555FF83242A565900829871 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7555FF82242A565900829871 /* ContentView.swift */; };
|
18 |
| - A71E3755E26CB89CEE27A62A /* Pods_iosApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79A89A657DBAF800A4813D04 /* Pods_iosApp.framework */; }; |
19 | 19 | /* End PBXBuildFile section */
|
20 | 20 |
|
21 | 21 | /* Begin PBXFileReference section */
|
22 | 22 | 058557BA273AAA24004C7B11 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; };
|
23 | 23 | 058557D8273AAEEB004C7B11 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; };
|
24 | 24 | 2152FB032600AC8F00CF470E /* iOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSApp.swift; sourceTree = ""; };
|
25 |
| - 2B15E55A9D8A1F09E204277A /* Pods-iosApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iosApp.debug.xcconfig"; path = "Target Support Files/Pods-iosApp/Pods-iosApp.debug.xcconfig"; sourceTree = ""; }; |
| 25 | + 59AF3AC2A9B75E091DEEFDCF /* Pods-iosApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iosApp.debug.xcconfig"; path = "Target Support Files/Pods-iosApp/Pods-iosApp.debug.xcconfig"; sourceTree = ""; }; |
| 26 | + 6E4B92C03A079D47F9060D76 /* Pods_iosApp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_iosApp.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
26 | 27 | 710DFC2A28E5B22200811AB5 /* GameView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameView.swift; sourceTree = ""; };
|
27 | 28 | 710DFC2C28E5B24700811AB5 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = ""; };
|
28 | 29 | 71B85CFD28E5F7B600E0871E /* Localizable.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; path = Localizable.strings; sourceTree = ""; };
|
29 | 30 | 71D4030528E468990035E65F /* SettingsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewModel.swift; sourceTree = ""; };
|
30 | 31 | 7555FF7B242A565900829871 /* iosApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iosApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
31 | 32 | 7555FF82242A565900829871 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; };
|
32 | 33 | 7555FF8C242A565B00829871 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
|
33 |
| - 79A89A657DBAF800A4813D04 /* Pods_iosApp.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_iosApp.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
34 |
| - B7271A71977DE5FA71439401 /* Pods-iosApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iosApp.release.xcconfig"; path = "Target Support Files/Pods-iosApp/Pods-iosApp.release.xcconfig"; sourceTree = ""; }; |
| 34 | + 83578E8C26856CC58AFE546B /* Pods-iosApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iosApp.release.xcconfig"; path = "Target Support Files/Pods-iosApp/Pods-iosApp.release.xcconfig"; sourceTree = ""; }; |
35 | 35 | /* End PBXFileReference section */
|
36 | 36 |
|
37 | 37 | /* Begin PBXFrameworksBuildPhase section */
|
38 | 38 | AE2BC44806600205BF5D4530 /* Frameworks */ = {
|
39 | 39 | isa = PBXFrameworksBuildPhase;
|
40 | 40 | buildActionMask = 2147483647;
|
41 | 41 | files = (
|
42 |
| - A71E3755E26CB89CEE27A62A /* Pods_iosApp.framework in Frameworks */, |
| 42 | + 448BBB475161743EC2EFDCFE /* Pods_iosApp.framework in Frameworks */, |
43 | 43 | );
|
44 | 44 | runOnlyForDeploymentPostprocessing = 0;
|
45 | 45 | };
|
|
54 | 54 | path = "Preview Content";
|
55 | 55 | sourceTree = "";
|
56 | 56 | };
|
57 |
| - 13173C18A01D5F7959BD6391 /* Frameworks */ = { |
58 |
| - isa = PBXGroup; |
59 |
| - children = ( |
60 |
| - 79A89A657DBAF800A4813D04 /* Pods_iosApp.framework */, |
61 |
| - ); |
62 |
| - name = Frameworks; |
63 |
| - sourceTree = ""; |
64 |
| - }; |
65 | 57 | 7555FF72242A565900829871 = {
|
66 | 58 | isa = PBXGroup;
|
67 | 59 | children = (
|
68 | 60 | 7555FF7D242A565900829871 /* iosApp */,
|
69 | 61 | 7555FF7C242A565900829871 /* Products */,
|
70 | 62 | A4E9137FD4450CB386A209B4 /* Pods */,
|
71 |
| - 13173C18A01D5F7959BD6391 /* Frameworks */, |
| 63 | + F7275733F2EF0D8EC0DD1AFE /* Frameworks */, |
72 | 64 | );
|
73 | 65 | sourceTree = "";
|
74 | 66 | };
|
|
99 | 91 | A4E9137FD4450CB386A209B4 /* Pods */ = {
|
100 | 92 | isa = PBXGroup;
|
101 | 93 | children = (
|
102 |
| - 2B15E55A9D8A1F09E204277A /* Pods-iosApp.debug.xcconfig */, |
103 |
| - B7271A71977DE5FA71439401 /* Pods-iosApp.release.xcconfig */, |
| 94 | + 59AF3AC2A9B75E091DEEFDCF /* Pods-iosApp.debug.xcconfig */, |
| 95 | + 83578E8C26856CC58AFE546B /* Pods-iosApp.release.xcconfig */, |
104 | 96 | );
|
105 | 97 | path = Pods;
|
106 | 98 | sourceTree = "";
|
107 | 99 | };
|
| 100 | + F7275733F2EF0D8EC0DD1AFE /* Frameworks */ = { |
| 101 | + isa = PBXGroup; |
| 102 | + children = ( |
| 103 | + 6E4B92C03A079D47F9060D76 /* Pods_iosApp.framework */, |
| 104 | + ); |
| 105 | + name = Frameworks; |
| 106 | + sourceTree = ""; |
| 107 | + }; |
108 | 108 | /* End PBXGroup section */
|
109 | 109 |
|
110 | 110 | /* Begin PBXNativeTarget section */
|
111 | 111 | 7555FF7A242A565900829871 /* iosApp */ = {
|
112 | 112 | isa = PBXNativeTarget;
|
113 | 113 | buildConfigurationList = 7555FFA5242A565B00829871 /* Build configuration list for PBXNativeTarget "iosApp" */;
|
114 | 114 | buildPhases = (
|
115 |
| - 25664A71DE6640AE346CBED5 /* [CP] Check Pods Manifest.lock */, |
| 115 | + 9DEA9F703C97A9A036D25298 /* [CP] Check Pods Manifest.lock */, |
116 | 116 | 7555FF77242A565900829871 /* Sources */,
|
117 | 117 | 7555FF79242A565900829871 /* Resources */,
|
118 | 118 | AE2BC44806600205BF5D4530 /* Frameworks */,
|
119 |
| - 30E5372459F56AAAE7908ABF /* [CP] Embed Pods Frameworks */, |
| 119 | + AE61BD9B679BAC25DC47E6D1 /* [CP] Embed Pods Frameworks */, |
120 | 120 | );
|
121 | 121 | buildRules = (
|
122 | 122 | );
|
|
174 | 174 | /* End PBXResourcesBuildPhase section */
|
175 | 175 |
|
176 | 176 | /* Begin PBXShellScriptBuildPhase section */
|
177 |
| - 25664A71DE6640AE346CBED5 /* [CP] Check Pods Manifest.lock */ = { |
| 177 | + 9DEA9F703C97A9A036D25298 /* [CP] Check Pods Manifest.lock */ = { |
178 | 178 | isa = PBXShellScriptBuildPhase;
|
179 | 179 | buildActionMask = 2147483647;
|
180 | 180 | files = (
|
|
196 | 196 | shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
197 | 197 | showEnvVarsInLog = 0;
|
198 | 198 | };
|
199 |
| - 30E5372459F56AAAE7908ABF /* [CP] Embed Pods Frameworks */ = { |
| 199 | + AE61BD9B679BAC25DC47E6D1 /* [CP] Embed Pods Frameworks */ = { |
200 | 200 | isa = PBXShellScriptBuildPhase;
|
201 | 201 | buildActionMask = 2147483647;
|
202 | 202 | files = (
|
|
349 | 349 | };
|
350 | 350 | 7555FFA6242A565B00829871 /* Debug */ = {
|
351 | 351 | isa = XCBuildConfiguration;
|
352 |
| - baseConfigurationReference = 2B15E55A9D8A1F09E204277A /* Pods-iosApp.debug.xcconfig */; |
| 352 | + baseConfigurationReference = 59AF3AC2A9B75E091DEEFDCF /* Pods-iosApp.debug.xcconfig */; |
353 | 353 | buildSettings = {
|
354 | 354 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
355 | 355 | CODE_SIGN_STYLE = Automatic;
|
|
370 | 370 | };
|
371 | 371 | 7555FFA7242A565B00829871 /* Release */ = {
|
372 | 372 | isa = XCBuildConfiguration;
|
373 |
| - baseConfigurationReference = B7271A71977DE5FA71439401 /* Pods-iosApp.release.xcconfig */; |
| 373 | + baseConfigurationReference = 83578E8C26856CC58AFE546B /* Pods-iosApp.release.xcconfig */; |
374 | 374 | buildSettings = {
|
375 | 375 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
376 | 376 | CODE_SIGN_STYLE = Automatic;
|
|
0 commit comments