|
38 | 38 | A10031 /* SnippetEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10031; }; |
39 | 39 | A10032 /* TrashPanelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10032; }; |
40 | 40 | A10033 /* MCPServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10033; }; |
| 41 | + A10034 /* AppShortcuts.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10034; }; |
| 42 | + A10035 /* AutoPasteService.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10035; }; |
| 43 | + A10036 /* QuickPasteController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10036; }; |
| 44 | + A10037 /* QuickPasteView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10037; }; |
| 45 | + A10038 /* DynamicIslandController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10038; }; |
| 46 | + A10039 /* DynamicIslandView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10039; }; |
| 47 | + A20001 /* KeyboardShortcuts in Frameworks */ = {isa = PBXBuildFile; productRef = P10001 /* KeyboardShortcuts */; }; |
41 | 48 | /* End PBXBuildFile section */ |
42 | 49 |
|
43 | 50 | /* Begin PBXFileReference section */ |
|
72 | 79 | B10031 /* SnippetEditorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnippetEditorView.swift; sourceTree = "<group>"; }; |
73 | 80 | B10032 /* TrashPanelView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrashPanelView.swift; sourceTree = "<group>"; }; |
74 | 81 | B10033 /* MCPServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MCPServer.swift; sourceTree = "<group>"; }; |
| 82 | + B10034 /* AppShortcuts.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppShortcuts.swift; sourceTree = "<group>"; }; |
| 83 | + B10035 /* AutoPasteService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoPasteService.swift; sourceTree = "<group>"; }; |
| 84 | + B10036 /* QuickPasteController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuickPasteController.swift; sourceTree = "<group>"; }; |
| 85 | + B10037 /* QuickPasteView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuickPasteView.swift; sourceTree = "<group>"; }; |
| 86 | + B10038 /* DynamicIslandController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicIslandController.swift; sourceTree = "<group>"; }; |
| 87 | + B10039 /* DynamicIslandView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicIslandView.swift; sourceTree = "<group>"; }; |
75 | 88 | B10099 /* ClipBoardManager.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ClipBoardManager.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
76 | 89 | /* End PBXFileReference section */ |
77 | 90 |
|
|
80 | 93 | isa = PBXFrameworksBuildPhase; |
81 | 94 | buildActionMask = 2147483647; |
82 | 95 | files = ( |
| 96 | + A20001 /* KeyboardShortcuts in Frameworks */, |
83 | 97 | ); |
84 | 98 | runOnlyForDeploymentPostprocessing = 0; |
85 | 99 | }; |
|
135 | 149 | B10029 /* StatsPanelView.swift */, |
136 | 150 | B10031 /* SnippetEditorView.swift */, |
137 | 151 | B10032 /* TrashPanelView.swift */, |
| 152 | + B10037 /* QuickPasteView.swift */, |
| 153 | + B10039 /* DynamicIslandView.swift */, |
138 | 154 | ); |
139 | 155 | path = Views; |
140 | 156 | sourceTree = "<group>"; |
|
160 | 176 | B10027 /* ImageStitcher.swift */, |
161 | 177 | B10030 /* URLSanitizer.swift */, |
162 | 178 | B10033 /* MCPServer.swift */, |
| 179 | + B10034 /* AppShortcuts.swift */, |
| 180 | + B10035 /* AutoPasteService.swift */, |
| 181 | + B10036 /* QuickPasteController.swift */, |
| 182 | + B10038 /* DynamicIslandController.swift */, |
163 | 183 | ); |
164 | 184 | path = Services; |
165 | 185 | sourceTree = "<group>"; |
|
188 | 208 | dependencies = ( |
189 | 209 | ); |
190 | 210 | name = ClipBoardManager; |
| 211 | + packageProductDependencies = ( |
| 212 | + P10001 /* KeyboardShortcuts */, |
| 213 | + ); |
191 | 214 | productName = ClipBoardManager; |
192 | 215 | productReference = B10099 /* ClipBoardManager.app */; |
193 | 216 | productType = "com.apple.product-type.application"; |
|
212 | 235 | Base, |
213 | 236 | ); |
214 | 237 | mainGroup = E10001; |
| 238 | + packageReferences = ( |
| 239 | + R10001 /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */, |
| 240 | + ); |
215 | 241 | productRefGroup = E10007 /* Products */; |
216 | 242 | projectDirPath = ""; |
217 | 243 | projectRoot = ""; |
|
267 | 293 | A10031 /* SnippetEditorView.swift in Sources */, |
268 | 294 | A10032 /* TrashPanelView.swift in Sources */, |
269 | 295 | A10033 /* MCPServer.swift in Sources */, |
| 296 | + A10034 /* AppShortcuts.swift in Sources */, |
| 297 | + A10035 /* AutoPasteService.swift in Sources */, |
| 298 | + A10036 /* QuickPasteController.swift in Sources */, |
| 299 | + A10037 /* QuickPasteView.swift in Sources */, |
| 300 | + A10038 /* DynamicIslandController.swift in Sources */, |
| 301 | + A10039 /* DynamicIslandView.swift in Sources */, |
270 | 302 | ); |
271 | 303 | runOnlyForDeploymentPostprocessing = 0; |
272 | 304 | }; |
|
456 | 488 | defaultConfigurationName = Release; |
457 | 489 | }; |
458 | 490 | /* End XCConfigurationList section */ |
| 491 | + |
| 492 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 493 | + R10001 /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */ = { |
| 494 | + isa = XCRemoteSwiftPackageReference; |
| 495 | + repositoryURL = "https://github.com/sindresorhus/KeyboardShortcuts"; |
| 496 | + requirement = { |
| 497 | + kind = upToNextMajorVersion; |
| 498 | + minimumVersion = 2.0.0; |
| 499 | + }; |
| 500 | + }; |
| 501 | +/* End XCRemoteSwiftPackageReference section */ |
| 502 | + |
| 503 | +/* Begin XCSwiftPackageProductDependency section */ |
| 504 | + P10001 /* KeyboardShortcuts */ = { |
| 505 | + isa = XCSwiftPackageProductDependency; |
| 506 | + package = R10001 /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */; |
| 507 | + productName = KeyboardShortcuts; |
| 508 | + }; |
| 509 | +/* End XCSwiftPackageProductDependency section */ |
459 | 510 | }; |
460 | 511 | rootObject = 089C1665FE841187C02AAC07 /* Project object */; |
461 | 512 | } |
0 commit comments