()
| 97 | } |
| 98 | |
| 99 | function unknownMethod(): InstallMethod { |
| 100 | return { |
| 101 | kind: 'unknown', |
| 102 | manualInstructions: [ |
| 103 | 'Homebrew: brew update && brew upgrade xcodebuildmcp', |
| 104 | 'npm: npm install -g xcodebuildmcp@latest', |
| 105 | 'npx: npx always fetches the latest when using @latest', |
| 106 | ], |
| 107 | }; |
| 108 | } |
| 109 | |
| 110 | function baseDeps(overrides?: Partial<UpgradeDependencies>): Partial<UpgradeDependencies> { |
| 111 | return { |