|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + A79823F56A914FFEFD22770F /* Pods_Seahorse.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18E7A1921ECE390AA6BEAE44 /* Pods_Seahorse.framework */; }; |
10 | 11 | C404BAF32EC7301C007D7FD4 /* OpenAI in Frameworks */ = {isa = PBXBuildFile; productRef = C404BAF22EC7301C007D7FD4 /* OpenAI */; }; |
11 | 12 | C4B4298C2EE00D5600EF6DB2 /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = C4B4298B2EE00D5600EF6DB2 /* Kingfisher */; }; |
12 | 13 | /* End PBXBuildFile section */ |
13 | 14 |
|
14 | 15 | /* Begin PBXFileReference section */ |
| 16 | + 18E7A1921ECE390AA6BEAE44 /* Pods_Seahorse.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Seahorse.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 17 | + 3DCFB21E74EAE507F2254B97 /* Pods-Seahorse.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Seahorse.debug.xcconfig"; path = "Target Support Files/Pods-Seahorse/Pods-Seahorse.debug.xcconfig"; sourceTree = "<group>"; }; |
15 | 18 | C404BA202EC6C12F007D7FD4 /* Seahorse.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Seahorse.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 19 | + CBC401249550BFF57145509A /* Pods-Seahorse.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Seahorse.release.xcconfig"; path = "Target Support Files/Pods-Seahorse/Pods-Seahorse.release.xcconfig"; sourceTree = "<group>"; }; |
16 | 20 | /* End PBXFileReference section */ |
17 | 21 |
|
18 | 22 | /* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ |
|
43 | 47 | files = ( |
44 | 48 | C4B4298C2EE00D5600EF6DB2 /* Kingfisher in Frameworks */, |
45 | 49 | C404BAF32EC7301C007D7FD4 /* OpenAI in Frameworks */, |
| 50 | + A79823F56A914FFEFD22770F /* Pods_Seahorse.framework in Frameworks */, |
46 | 51 | ); |
47 | 52 | runOnlyForDeploymentPostprocessing = 0; |
48 | 53 | }; |
49 | 54 | /* End PBXFrameworksBuildPhase section */ |
50 | 55 |
|
51 | 56 | /* Begin PBXGroup section */ |
| 57 | + 6C1DAC8F9CA2A6DFACB56001 /* Pods */ = { |
| 58 | + isa = PBXGroup; |
| 59 | + children = ( |
| 60 | + 3DCFB21E74EAE507F2254B97 /* Pods-Seahorse.debug.xcconfig */, |
| 61 | + CBC401249550BFF57145509A /* Pods-Seahorse.release.xcconfig */, |
| 62 | + ); |
| 63 | + path = Pods; |
| 64 | + sourceTree = "<group>"; |
| 65 | + }; |
52 | 66 | C404BA172EC6C12F007D7FD4 = { |
53 | 67 | isa = PBXGroup; |
54 | 68 | children = ( |
55 | 69 | C404BA222EC6C12F007D7FD4 /* Seahorse */, |
56 | 70 | C404BA212EC6C12F007D7FD4 /* Products */, |
| 71 | + 6C1DAC8F9CA2A6DFACB56001 /* Pods */, |
| 72 | + DE0D97D3608C4B6D77C70138 /* Frameworks */, |
57 | 73 | ); |
58 | 74 | sourceTree = "<group>"; |
59 | 75 | }; |
|
65 | 81 | name = Products; |
66 | 82 | sourceTree = "<group>"; |
67 | 83 | }; |
| 84 | + DE0D97D3608C4B6D77C70138 /* Frameworks */ = { |
| 85 | + isa = PBXGroup; |
| 86 | + children = ( |
| 87 | + 18E7A1921ECE390AA6BEAE44 /* Pods_Seahorse.framework */, |
| 88 | + ); |
| 89 | + name = Frameworks; |
| 90 | + sourceTree = "<group>"; |
| 91 | + }; |
68 | 92 | /* End PBXGroup section */ |
69 | 93 |
|
70 | 94 | /* Begin PBXNativeTarget section */ |
71 | 95 | C404BA1F2EC6C12F007D7FD4 /* Seahorse */ = { |
72 | 96 | isa = PBXNativeTarget; |
73 | 97 | buildConfigurationList = C404BA2F2EC6C130007D7FD4 /* Build configuration list for PBXNativeTarget "Seahorse" */; |
74 | 98 | buildPhases = ( |
| 99 | + D308CD5C64C0451E7291B63D /* [CP] Check Pods Manifest.lock */, |
75 | 100 | C404BA1C2EC6C12F007D7FD4 /* Sources */, |
76 | 101 | C404BA1D2EC6C12F007D7FD4 /* Frameworks */, |
77 | 102 | C404BA1E2EC6C12F007D7FD4 /* Resources */, |
| 103 | + 57B1FE8A0A8486C1AAA2AEBC /* [CP] Embed Pods Frameworks */, |
78 | 104 | ); |
79 | 105 | buildRules = ( |
80 | 106 | ); |
|
140 | 166 | }; |
141 | 167 | /* End PBXResourcesBuildPhase section */ |
142 | 168 |
|
| 169 | +/* Begin PBXShellScriptBuildPhase section */ |
| 170 | + 57B1FE8A0A8486C1AAA2AEBC /* [CP] Embed Pods Frameworks */ = { |
| 171 | + isa = PBXShellScriptBuildPhase; |
| 172 | + buildActionMask = 2147483647; |
| 173 | + files = ( |
| 174 | + ); |
| 175 | + inputFileListPaths = ( |
| 176 | + "${PODS_ROOT}/Target Support Files/Pods-Seahorse/Pods-Seahorse-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
| 177 | + ); |
| 178 | + name = "[CP] Embed Pods Frameworks"; |
| 179 | + outputFileListPaths = ( |
| 180 | + "${PODS_ROOT}/Target Support Files/Pods-Seahorse/Pods-Seahorse-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
| 181 | + ); |
| 182 | + runOnlyForDeploymentPostprocessing = 0; |
| 183 | + shellPath = /bin/sh; |
| 184 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Seahorse/Pods-Seahorse-frameworks.sh\"\n"; |
| 185 | + showEnvVarsInLog = 0; |
| 186 | + }; |
| 187 | + D308CD5C64C0451E7291B63D /* [CP] Check Pods Manifest.lock */ = { |
| 188 | + isa = PBXShellScriptBuildPhase; |
| 189 | + buildActionMask = 2147483647; |
| 190 | + files = ( |
| 191 | + ); |
| 192 | + inputFileListPaths = ( |
| 193 | + ); |
| 194 | + inputPaths = ( |
| 195 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 196 | + "${PODS_ROOT}/Manifest.lock", |
| 197 | + ); |
| 198 | + name = "[CP] Check Pods Manifest.lock"; |
| 199 | + outputFileListPaths = ( |
| 200 | + ); |
| 201 | + outputPaths = ( |
| 202 | + "$(DERIVED_FILE_DIR)/Pods-Seahorse-checkManifestLockResult.txt", |
| 203 | + ); |
| 204 | + runOnlyForDeploymentPostprocessing = 0; |
| 205 | + shellPath = /bin/sh; |
| 206 | + 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"; |
| 207 | + showEnvVarsInLog = 0; |
| 208 | + }; |
| 209 | +/* End PBXShellScriptBuildPhase section */ |
| 210 | + |
143 | 211 | /* Begin PBXSourcesBuildPhase section */ |
144 | 212 | C404BA1C2EC6C12F007D7FD4 /* Sources */ = { |
145 | 213 | isa = PBXSourcesBuildPhase; |
|
271 | 339 | }; |
272 | 340 | C404BA302EC6C130007D7FD4 /* Debug */ = { |
273 | 341 | isa = XCBuildConfiguration; |
| 342 | + baseConfigurationReference = 3DCFB21E74EAE507F2254B97 /* Pods-Seahorse.debug.xcconfig */; |
274 | 343 | buildSettings = { |
275 | 344 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
276 | 345 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
|
301 | 370 | }; |
302 | 371 | C404BA312EC6C130007D7FD4 /* Release */ = { |
303 | 372 | isa = XCBuildConfiguration; |
| 373 | + baseConfigurationReference = CBC401249550BFF57145509A /* Pods-Seahorse.release.xcconfig */; |
304 | 374 | buildSettings = { |
305 | 375 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
306 | 376 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
|
0 commit comments