Skip to content

Commit

Permalink
Merge pull request #1833 from MessageKit/Kaspik-patch-1
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
Kaspik committed Feb 21, 2024
2 parents c7f278c + 79192d5 commit e413fd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@

test:
@echo "Running MessageKit tests."
@set -o pipefail && xcodebuild test -scheme MessageKit -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 14" | xcpretty -c
@set -o pipefail && xcodebuild test -scheme MessageKit -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 15" | xcpretty -c

framework:
@echo "Building MessageKit Framework."
@set -o pipefail && xcodebuild build -scheme MessageKit -destination "platform=iOS Simulator,name=iPhone 14" | xcpretty -c
@set -o pipefail && xcodebuild build -scheme MessageKit -destination "platform=iOS Simulator,name=iPhone 15" | xcpretty -c

build_example:
@echo "Building & testing MessageKit Example app."
@cd Example && set -o pipefail && xcodebuild build analyze -scheme ChatExample -destination "platform=iOS Simulator,name=iPhone 14" CODE_SIGNING_REQUIRED=NO | xcpretty -c
@cd Example && set -o pipefail && xcodebuild build analyze -scheme ChatExample -destination "platform=iOS Simulator,name=iPhone 15" CODE_SIGNING_REQUIRED=NO | xcpretty -c

format:
@swift package --allow-writing-to-package-directory format-source-code --file .
Expand Down

0 comments on commit e413fd1

Please sign in to comment.