File tree 3 files changed +9
-10
lines changed
3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,13 @@ DEFAULT_REGION=eu-central-1
6
6
echo " Update Brew"
7
7
brew update && brew upgrade
8
8
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
14
12
15
13
# echo "Install Fastlane"
16
14
# brew install fastlane
17
15
18
- # echo "Install cocoapods"
19
- # brew install cocoapods
20
-
21
16
echo " Install JQ"
22
17
brew install jq
23
18
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ xcodebuild clean archive \
29
29
-scheme " $SCHEME " \
30
30
-archivePath " $ARCHIVE_PATH " \
31
31
-derivedDataPath " ${BUILD_PATH} " \
32
- -configuration " $CONFIGURATION "
32
+ -configuration " $CONFIGURATION " | xcbeautify
33
33
34
- popd
34
+ popd
Original file line number Diff line number Diff line change 3
3
# install the AWS CLI
4
4
brew install awscli
5
5
6
+ # pretty xcodebuild output
7
+ brew install xcbeautify
8
+
6
9
#
7
10
# Verification (Actual version might be more recent)
8
11
#
@@ -14,3 +17,4 @@ brew --version
14
17
15
18
aws --version
16
19
# aws-cli/2.7.31 Python/3.10.6 Darwin/21.6.0 source/arm64 prompt/off
20
+
You can’t perform that action at this time.
0 commit comments