Skip to content

Commit b2b4dea

Browse files
committed
add xcbeautify
1 parent 0a9ad80 commit b2b4dea

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

code/cli-build/00_AMI_install_dev_dependencies.sh

+3-8
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,13 @@ DEFAULT_REGION=eu-central-1
66
echo "Update Brew"
77
brew update && brew upgrade
88

9-
# echo "Update Ruby"
10-
# brew install ruby
11-
# echo '\n\nexport PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.zshrc
12-
# export LDFLAGS="-L/usr/local/opt/ruby/lib"
13-
# export CPPFLAGS="-I/usr/local/opt/ruby/include"
9+
# pretty xcodebuild output
10+
echo "Install xcdeautify"
11+
brew install xcbeautify
1412

1513
# echo "Install Fastlane"
1614
# brew install fastlane
1715

18-
# echo "Install cocoapods"
19-
# brew install cocoapods
20-
2116
echo "Install JQ"
2217
brew install jq
2318

code/cli-build/03_build_cli.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ xcodebuild clean archive \
2929
-scheme "$SCHEME" \
3030
-archivePath "$ARCHIVE_PATH" \
3131
-derivedDataPath "${BUILD_PATH}" \
32-
-configuration "$CONFIGURATION"
32+
-configuration "$CONFIGURATION" | xcbeautify
3333

34-
popd
34+
popd

install_prerequisites.sh

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# install the AWS CLI
44
brew install awscli
55

6+
# pretty xcodebuild output
7+
brew install xcbeautify
8+
69
#
710
# Verification (Actual version might be more recent)
811
#
@@ -14,3 +17,4 @@ brew --version
1417

1518
aws --version
1619
# aws-cli/2.7.31 Python/3.10.6 Darwin/21.6.0 source/arm64 prompt/off
20+

0 commit comments

Comments
 (0)