Skip to content
This repository was archived by the owner on Jun 15, 2025. It is now read-only.

Commit e413fd1

Browse files
authored
Merge pull request MessageKit#1833 from MessageKit/Kaspik-patch-1
Update Makefile
2 parents c7f278c + 79192d5 commit e413fd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525

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

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

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

3838
format:
3939
@swift package --allow-writing-to-package-directory format-source-code --file .

0 commit comments

Comments
 (0)