Skip to content

Commit 95118f6

Browse files
committed
refactor: Example project with SPM as dependency manager
1 parent 4107717 commit 95118f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GitHubActions/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ if [ "$MODE" = "example" -o "$MODE" = "all" ]; then
4949
echo "Building & testing MessageKit Example app."
5050
cd Example
5151
set -o pipefail && xcodebuild build analyze -scheme ChatExample -destination "platform=iOS Simulator,name=iPhone 11" CODE_SIGNING_REQUIRED=NO | xcpretty -c
52+
success="1"
5253
fi
5354

5455
if [ "$success" = "1" ]; then

0 commit comments

Comments
 (0)