This repository was archived by the owner on Jun 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525
2626test :
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
3030framework :
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
3434build_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
3838format :
3939 @swift package --allow-writing-to-package-directory format-source-code --file .
You can’t perform that action at this time.
0 commit comments