From b2503bc21f5a3e1c68f8bfa54a1ddbd2be27f93c Mon Sep 17 00:00:00 2001 From: Jakub Kaspar Date: Wed, 26 Oct 2022 00:30:54 +0200 Subject: [PATCH 01/23] Fix example app --- Example/ChatExample.xcodeproj/project.pbxproj | 17 ----------------- .../contents.xcworkspacedata | 7 +++++++ .../xcshareddata/IDEWorkspaceChecks.plist | 8 ++++++++ 3 files changed, 15 insertions(+), 17 deletions(-) create mode 100644 Example/ChatExample.xcworkspace/contents.xcworkspacedata create mode 100644 Example/ChatExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/Example/ChatExample.xcodeproj/project.pbxproj b/Example/ChatExample.xcodeproj/project.pbxproj index 98d7293e3..1f646ec98 100644 --- a/Example/ChatExample.xcodeproj/project.pbxproj +++ b/Example/ChatExample.xcodeproj/project.pbxproj @@ -338,7 +338,6 @@ 882B5E301CF7D4B900B6E160 /* Frameworks */, 882B5E2F1CF7D4B900B6E160 /* Sources */, 882B5E311CF7D4B900B6E160 /* Resources */, - 7E0AFF9D207BB460004DFD4C /* ShellScript */, ); buildRules = ( ); @@ -467,22 +466,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXShellScriptBuildPhase section */ - 7E0AFF9D207BB460004DFD4C /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "#\"${PODS_ROOT}/SwiftLint/swiftlint\"\n"; - }; -/* End PBXShellScriptBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 882B5E2F1CF7D4B900B6E160 /* Sources */ = { isa = PBXSourcesBuildPhase; diff --git a/Example/ChatExample.xcworkspace/contents.xcworkspacedata b/Example/ChatExample.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..66edd0cf9 --- /dev/null +++ b/Example/ChatExample.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Example/ChatExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Example/ChatExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/Example/ChatExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + From e7867a9f3273d25e8e3163b24f7dc3101ca2c819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 03:03:21 +0000 Subject: [PATCH 02/23] build(deps): Bump git from 1.12.0 to 1.13.1 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.12.0 to 1.13.1. - [Release notes](https://github.com/ruby-git/ruby-git/releases) - [Changelog](https://github.com/ruby-git/ruby-git/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-git/ruby-git/compare/v1.12.0...v1.13.1) --- updated-dependencies: - dependency-name: git dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b0a24c9ed..1ab5ad023 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,7 +53,7 @@ GEM faraday-patron (1.0.0) faraday-rack (1.0.0) faraday-retry (1.0.3) - git (1.12.0) + git (1.13.1) addressable (~> 2.8) rchardet (~> 1.8) kramdown (2.4.0) @@ -67,7 +67,7 @@ GEM faraday (>= 1, < 3) sawyer (~> 0.9) open4 (1.3.4) - public_suffix (5.0.0) + public_suffix (5.0.1) rake (13.0.6) rchardet (1.8.0) rexml (3.2.5) From 3c86250fcdc55a4a29195bd898774ff7b2914e89 Mon Sep 17 00:00:00 2001 From: dbeltram Date: Fri, 24 Mar 2023 13:49:09 +0200 Subject: [PATCH 03/23] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51ba36c09..ac3d9ab16 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ Add your app to the list of apps using this library and make a pull request. - [Girlfriend Plus](https://apps.apple.com/us/app/girlfriend-plus/id1011637655) - [Noon Happen](https://apps.apple.com/app/id1477310602) - [XPASS](https://apps.apple.com/cz/app/id1596773834) +- [HeiaHeia](https://www.heiaheia.com) _Please provide attribution, it is greatly appreciated._ From 751f81aafdffb149e87523788013d2084611a1d8 Mon Sep 17 00:00:00 2001 From: Jakub Kaspar Date: Sun, 30 Apr 2023 11:46:03 -0500 Subject: [PATCH 04/23] Don't animate hiding typing indicator if also inserting a message --- .../View Controllers/AdvancedExampleViewController.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Example/Sources/View Controllers/AdvancedExampleViewController.swift b/Example/Sources/View Controllers/AdvancedExampleViewController.swift index 4892390f5..d575e64cc 100644 --- a/Example/Sources/View Controllers/AdvancedExampleViewController.swift +++ b/Example/Sources/View Controllers/AdvancedExampleViewController.swift @@ -74,9 +74,9 @@ final class AdvancedExampleViewController: ChatViewController { MockSocket.shared.connect(with: [SampleData.shared.nathan, SampleData.shared.wu]) .onTypingStatus { [weak self] in - self?.setTypingIndicatorViewHidden(false) + self?.setTypingIndicatorViewHidden(false, animated: true) }.onNewMessage { [weak self] message in - self?.setTypingIndicatorViewHidden(true, performUpdates: { + self?.setTypingIndicatorViewHidden(true, animated: false, performUpdates: { self?.insertMessage(message) }) } @@ -190,9 +190,9 @@ final class AdvancedExampleViewController: ChatViewController { return messageList[indexPath.section].user == messageList[indexPath.section + 1].user } - func setTypingIndicatorViewHidden(_ isHidden: Bool, performUpdates updates: (() -> Void)? = nil) { + func setTypingIndicatorViewHidden(_ isHidden: Bool, animated: Bool, performUpdates updates: (() -> Void)? = nil) { updateTitleView(title: "MessageKit", subtitle: isHidden ? "2 Online" : "Typing...") - setTypingIndicatorViewHidden(isHidden, animated: true, whilePerforming: updates) { [weak self] success in + setTypingIndicatorViewHidden(isHidden, animated: animated, whilePerforming: updates) { [weak self] success in if success, self?.isLastSectionVisible() == true { self?.messagesCollectionView.scrollToLastItem(animated: true) } From c7fabf60050432f91408ff4494d3a591e896cd2a Mon Sep 17 00:00:00 2001 From: Jakub Kaspar Date: Sun, 30 Apr 2023 11:53:10 -0500 Subject: [PATCH 05/23] Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d77b2a49..ad62d68f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa ### Added ### Fixed + +- Fix Advanced example hiding indicator [#1792](https://github.com/MessageKit/MessageKit/pull/1792) by [@kaspik](https://github.com/Kaspik) ### Changed From c81a72a8c1fe6794ef279a83d49a00532c356dfb Mon Sep 17 00:00:00 2001 From: Arhan Busam Date: Thu, 25 May 2023 19:16:51 +1000 Subject: [PATCH 06/23] Added Starstruck to apps list --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac3d9ab16..5313b0350 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,8 @@ Add your app to the list of apps using this library and make a pull request. - [Noon Happen](https://apps.apple.com/app/id1477310602) - [XPASS](https://apps.apple.com/cz/app/id1596773834) - [HeiaHeia](https://www.heiaheia.com) - +- [Starstruck AI](https://apps.apple.com/au/app/starstruck-message-anyone/id6446234281) + _Please provide attribution, it is greatly appreciated._ ## Core Team From 83d652e375faacb1946db386d31058bcb4421496 Mon Sep 17 00:00:00 2001 From: Zandor Smith Date: Mon, 10 Jul 2023 21:29:49 +0200 Subject: [PATCH 07/23] Set typing indicator hidden inside performBatchUpdates to prevent flow layout from requesting message type from DataSource for typing indicator section. --- .../Controllers/MessagesViewController+TypingIndicator.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/Controllers/MessagesViewController+TypingIndicator.swift b/Sources/Controllers/MessagesViewController+TypingIndicator.swift index 441073400..434a66bb2 100644 --- a/Sources/Controllers/MessagesViewController+TypingIndicator.swift +++ b/Sources/Controllers/MessagesViewController+TypingIndicator.swift @@ -50,14 +50,15 @@ extension MessagesViewController { } let section = messagesCollectionView.numberOfSections - messagesCollectionView.setTypingIndicatorViewHidden(isHidden) if animated { messagesCollectionView.performBatchUpdates({ [weak self] in + self?.messagesCollectionView.setTypingIndicatorViewHidden(isHidden) self?.performUpdatesForTypingIndicatorVisability(at: section) updates?() }, completion: completion) } else { + messagesCollectionView.setTypingIndicatorViewHidden(isHidden) performUpdatesForTypingIndicatorVisability(at: section) updates?() completion?(true) From 13dee7e38c7868dc43efde9ace36dc8053311a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ka=C5=A1par?= Date: Thu, 10 Aug 2023 08:56:28 +0200 Subject: [PATCH 08/23] Update danger.yml --- .github/workflows/danger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 2df8f4481..16e31d8c2 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -7,7 +7,7 @@ on: jobs: danger: name: Run Danger - runs-on: macos-12 + runs-on: macos-13 env: DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer steps: From df5388bc5247b808b9d7614090aee1ae793fb311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ka=C5=A1par?= Date: Thu, 10 Aug 2023 08:57:04 +0200 Subject: [PATCH 09/23] Update ci_pr_tests.yml --- .github/workflows/ci_pr_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_pr_tests.yml b/.github/workflows/ci_pr_tests.yml index b063efceb..815b46747 100644 --- a/.github/workflows/ci_pr_tests.yml +++ b/.github/workflows/ci_pr_tests.yml @@ -5,7 +5,7 @@ on: pull_request jobs: tests: name: Run Tests - runs-on: macos-12 + runs-on: macos-13 env: DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer steps: From 9c562b367d5e2b64d3485c2b135e9161dfded12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ka=C5=A1par?= Date: Wed, 23 Aug 2023 10:06:13 +0200 Subject: [PATCH 10/23] Update ci_pr_tests.yml --- .github/workflows/ci_pr_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_pr_tests.yml b/.github/workflows/ci_pr_tests.yml index 815b46747..38da873ee 100644 --- a/.github/workflows/ci_pr_tests.yml +++ b/.github/workflows/ci_pr_tests.yml @@ -7,9 +7,9 @@ jobs: name: Run Tests runs-on: macos-13 env: - DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer steps: - name: Checkout the Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build and run tests run: make test From b7421391488ca2f8fc9185a9946628a99d48f2c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ka=C5=A1par?= Date: Wed, 23 Aug 2023 10:08:58 +0200 Subject: [PATCH 11/23] Update ci_pr_tests.yml --- .github/workflows/ci_pr_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_pr_tests.yml b/.github/workflows/ci_pr_tests.yml index 38da873ee..5bc15acd3 100644 --- a/.github/workflows/ci_pr_tests.yml +++ b/.github/workflows/ci_pr_tests.yml @@ -6,8 +6,8 @@ jobs: tests: name: Run Tests runs-on: macos-13 - env: - DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer + # env: + # DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer steps: - name: Checkout the Git repository uses: actions/checkout@v3 From 0994c4a72805d8d01ad9ad588f62a4692671b63b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ka=C5=A1par?= Date: Wed, 23 Aug 2023 10:09:30 +0200 Subject: [PATCH 12/23] Update danger.yml --- .github/workflows/danger.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 16e31d8c2..0b9eebb89 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -9,10 +9,10 @@ jobs: name: Run Danger runs-on: macos-13 env: - DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer steps: - name: Checkout the Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 100 token: ${{ secrets.GITHUB_TOKEN }} From 23e08c6c31ba330f36f2fca03a905b08fab6080f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ka=C5=A1par?= Date: Wed, 23 Aug 2023 10:10:00 +0200 Subject: [PATCH 13/23] Update ci_pr_example.yml --- .github/workflows/ci_pr_example.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_pr_example.yml b/.github/workflows/ci_pr_example.yml index da2947ef5..3cf7fa168 100644 --- a/.github/workflows/ci_pr_example.yml +++ b/.github/workflows/ci_pr_example.yml @@ -5,12 +5,12 @@ on: pull_request jobs: tests: name: Build Example app - runs-on: macos-12 + runs-on: macos-13 env: - DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer steps: - name: Checkout the Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 10 - name: Build and run example project From e6e8d998b213f45a72e482a6baa409efc663c591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ka=C5=A1par?= Date: Wed, 23 Aug 2023 10:10:14 +0200 Subject: [PATCH 14/23] Update ci_pr_framework.yml --- .github/workflows/ci_pr_framework.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_pr_framework.yml b/.github/workflows/ci_pr_framework.yml index d55f62496..bafc1c03d 100644 --- a/.github/workflows/ci_pr_framework.yml +++ b/.github/workflows/ci_pr_framework.yml @@ -5,11 +5,11 @@ on: pull_request jobs: tests: name: Build Framework - runs-on: macos-12 + runs-on: macos-13 env: - DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer steps: - name: Checkout the Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build framework run: make framework From 90c7658a74cc859a62b2bfc9cacdc393441f8afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ka=C5=A1par?= Date: Wed, 23 Aug 2023 10:10:29 +0200 Subject: [PATCH 15/23] Update deploy_docs.yml --- .github/workflows/deploy_docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 36e267b19..56643ca1d 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -8,7 +8,7 @@ permissions: contents: write jobs: build_docs: - runs-on: macos-12 + runs-on: macos-latest steps: - name: Checkout 🛎️ uses: actions/checkout@v3 @@ -29,4 +29,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs \ No newline at end of file + publish_dir: ./docs From 74de9a65efbe0fdeeb8c68ffa2e039c7b210fc68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ka=C5=A1par?= Date: Wed, 23 Aug 2023 10:11:08 +0200 Subject: [PATCH 16/23] Update ci_pr_example.yml --- .github/workflows/ci_pr_example.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci_pr_example.yml b/.github/workflows/ci_pr_example.yml index 3cf7fa168..cb3215700 100644 --- a/.github/workflows/ci_pr_example.yml +++ b/.github/workflows/ci_pr_example.yml @@ -2,6 +2,11 @@ name: Build Example app on: pull_request +# This allows a subsequently queued workflow run to interrupt previous runs +concurrency: + group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' + cancel-in-progress: true + jobs: tests: name: Build Example app From efadba2389db7fca2baee4f09a908ac5b8779237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ka=C5=A1par?= Date: Wed, 23 Aug 2023 10:11:20 +0200 Subject: [PATCH 17/23] Update ci_pr_framework.yml --- .github/workflows/ci_pr_framework.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci_pr_framework.yml b/.github/workflows/ci_pr_framework.yml index bafc1c03d..b2a79229d 100644 --- a/.github/workflows/ci_pr_framework.yml +++ b/.github/workflows/ci_pr_framework.yml @@ -2,6 +2,11 @@ name: Build Framework on: pull_request +# This allows a subsequently queued workflow run to interrupt previous runs +concurrency: + group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' + cancel-in-progress: true + jobs: tests: name: Build Framework From 6567a723b476a245fb4ac6fd8124f7addfe74c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ka=C5=A1par?= Date: Wed, 23 Aug 2023 10:11:32 +0200 Subject: [PATCH 18/23] Update ci_pr_tests.yml --- .github/workflows/ci_pr_tests.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_pr_tests.yml b/.github/workflows/ci_pr_tests.yml index 5bc15acd3..e5e35f91a 100644 --- a/.github/workflows/ci_pr_tests.yml +++ b/.github/workflows/ci_pr_tests.yml @@ -2,12 +2,17 @@ name: Tests on: pull_request +# This allows a subsequently queued workflow run to interrupt previous runs +concurrency: + group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' + cancel-in-progress: true + jobs: tests: name: Run Tests runs-on: macos-13 - # env: - # DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer + env: + DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer steps: - name: Checkout the Git repository uses: actions/checkout@v3 From 997a5752e5c04befe8778de92f2fa9ba6c6e29a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ka=C5=A1par?= Date: Wed, 23 Aug 2023 10:11:45 +0200 Subject: [PATCH 19/23] Update danger.yml --- .github/workflows/danger.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 0b9eebb89..6c18da183 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -3,6 +3,11 @@ name: Danger on: pull_request_target: types: [opened, reopened, synchronize, ready_for_review] + +# This allows a subsequently queued workflow run to interrupt previous runs +concurrency: + group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' + cancel-in-progress: true jobs: danger: From eeb0ec509c0e979ec5441202fb147dbeffe48a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ka=C5=A1par?= Date: Wed, 23 Aug 2023 10:11:59 +0200 Subject: [PATCH 20/23] Update deploy_docs.yml --- .github/workflows/deploy_docs.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 56643ca1d..ac3472478 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -4,8 +4,15 @@ on: push: branches: - "main" + permissions: contents: write + +# This allows a subsequently queued workflow run to interrupt previous runs +concurrency: + group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' + cancel-in-progress: true + jobs: build_docs: runs-on: macos-latest From 87bccb205c9ecd3b2bf8d0d18a8fe5eee1266fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ka=C5=A1par?= Date: Wed, 23 Aug 2023 10:34:34 +0200 Subject: [PATCH 21/23] Update Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 609433812..0343d308b 100644 --- a/Makefile +++ b/Makefile @@ -25,15 +25,15 @@ test: @echo "Running MessageKit tests." - @set -o pipefail && xcodebuild test -scheme MessageKit -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11" | xcpretty -c + @set -o pipefail && xcodebuild test -scheme MessageKit -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 14" | xcpretty -c framework: @echo "Building MessageKit Framework." - @set -o pipefail && xcodebuild build -scheme MessageKit -destination "platform=iOS Simulator,name=iPhone 11" | xcpretty -c + @set -o pipefail && xcodebuild build -scheme MessageKit -destination "platform=iOS Simulator,name=iPhone 14" | 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 11" CODE_SIGNING_REQUIRED=NO | xcpretty -c + @cd Example && set -o pipefail && xcodebuild build analyze -scheme ChatExample -destination "platform=iOS Simulator,name=iPhone 14" CODE_SIGNING_REQUIRED=NO | xcpretty -c format: @swift package --allow-writing-to-package-directory format-source-code --file . From 8e644147648c1bb65a725442f372e0d7caed4662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ka=C5=A1par?= Date: Wed, 23 Aug 2023 10:55:14 +0200 Subject: [PATCH 22/23] Update danger.yml --- .github/workflows/danger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 6c18da183..78ecf1893 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout the Git repository uses: actions/checkout@v3 with: - fetch-depth: 100 + fetch-depth: 40 token: ${{ secrets.GITHUB_TOKEN }} ref: ${{ github.event.pull_request.head.ref }} - name: Resolve SwiftPM dependencies From 1993e8e90d4e9a61b8d9bc8ceb733964ce943376 Mon Sep 17 00:00:00 2001 From: Jakub Kaspar Date: Wed, 23 Aug 2023 11:07:27 +0200 Subject: [PATCH 23/23] Changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad62d68f8..2e88fa51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,25 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa ### Added +### Fixed + +### Changed + +### Removed + +## 4.2.0 + +### Added + ### Fixed - Fix Advanced example hiding indicator [#1792](https://github.com/MessageKit/MessageKit/pull/1792) by [@kaspik](https://github.com/Kaspik) +- Fix hiding typing indicator crash [#1804](https://github.com/MessageKit/MessageKit/pull/1804) by [@Zandor300](https://github.com/Zandor300) ### Changed +- Update Github Actions and bump dependencies by [@kaspik](https://github.com/Kaspik) + ### Removed ## 4.1.0