Added xcpretty
This commit is contained in:
parent
f33af27054
commit
6fbde3a5ea
2 changed files with 6 additions and 0 deletions
|
@ -524,6 +524,7 @@ softwareGroups:
|
||||||
- xcode
|
- xcode
|
||||||
- xcodes
|
- xcodes
|
||||||
- xcodes-app
|
- xcodes-app
|
||||||
|
- xcpretty
|
||||||
- x64dbg
|
- x64dbg
|
||||||
Docker: &Docker
|
Docker: &Docker
|
||||||
- bane
|
- bane
|
||||||
|
|
|
@ -10383,6 +10383,11 @@ softwarePackages:
|
||||||
_home: null
|
_home: null
|
||||||
_name: wsl
|
_name: wsl
|
||||||
ansible: professormanhattan.wsl
|
ansible: professormanhattan.wsl
|
||||||
|
xcpretty:
|
||||||
|
_bin: xcpretty
|
||||||
|
_github: https://github.com/xcpretty/xcpretty
|
||||||
|
_name: xcpretty
|
||||||
|
gem:darwin: xcpretty
|
||||||
xcode:
|
xcode:
|
||||||
_bin: xcodebuild
|
_bin: xcodebuild
|
||||||
_desc: "[Xcode](https://developer.apple.com/xcode/) is Apple's integrated development environment for macOS, used to develop software for macOS, iOS, iPadOS, watchOS, and tvOS."
|
_desc: "[Xcode](https://developer.apple.com/xcode/) is Apple's integrated development environment for macOS, used to develop software for macOS, iOS, iPadOS, watchOS, and tvOS."
|
||||||
|
|
Loading…
Reference in a new issue