()
| 68 | } |
| 69 | |
| 70 | function homebrewMethod(): InstallMethod { |
| 71 | return { |
| 72 | kind: 'homebrew', |
| 73 | manualCommand: 'brew update && brew upgrade xcodebuildmcp', |
| 74 | autoCommands: [ |
| 75 | ['brew', 'update'], |
| 76 | ['brew', 'upgrade', 'xcodebuildmcp'], |
| 77 | ], |
| 78 | }; |
| 79 | } |
| 80 | |
| 81 | function npmGlobalMethod(): InstallMethod { |
| 82 | return { |
no outgoing calls
no test coverage detected