Skip to content

Commit 1e4b93c

Browse files
committed
Bump dependencies, ship 3.4.2
1 parent 40442dc commit 1e4b93c

9 files changed

Lines changed: 28 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa
44

55
## 3.4.2
66

7+
- Updated `InputBarAccessoryView` to 5.2.1 with fixed warning on XCode 12 when used via SPM
8+
9+
## 3.4.1
10+
711
### Fixed
812

913
- Fixes an issue with casting MessageType to a custom type when using LinkPreview cells [#1469](https://github.com/MessageKit/MessageKit/pull/1469) by [@kinoroy](https://github.com/kinoroy)

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "nathantannar4/InputBarAccessoryView" ~> 5.1.0
1+
github "nathantannar4/InputBarAccessoryView" ~> 5.2.1

Cartfile.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "Quick/Nimble" "v8.0.5"
2-
github "Quick/Quick" "v2.2.0"
3-
github "nathantannar4/InputBarAccessoryView" "4.3.2"
1+
github "Quick/Nimble" "v8.1.2"
2+
github "Quick/Quick" "v2.2.1"
3+
github "nathantannar4/InputBarAccessoryView" "5.2.1"

Example/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ platform :ios, '12.0'
55
target 'ChatExample' do
66
use_frameworks!
77
pod 'MessageKit', :path => '../'
8-
pod 'SwiftLint', '~> 0.39.1'
9-
pod 'PINRemoteImage', '~> 3.0.0', :subspecs => ['iOS', 'PINCache']
8+
pod 'SwiftLint', '~> 0.40'
9+
pod 'PINRemoteImage', '~> 3.0.1', :subspecs => ['iOS', 'PINCache']
1010

1111
target 'ChatExampleTests' do
1212
inherit! :search_paths

Example/Podfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- InputBarAccessoryView (5.2.0):
3-
- InputBarAccessoryView/Core (= 5.2.0)
4-
- InputBarAccessoryView/Core (5.2.0)
5-
- MessageKit (3.4.0):
6-
- InputBarAccessoryView (~> 5.2.0)
2+
- InputBarAccessoryView (5.2.1):
3+
- InputBarAccessoryView/Core (= 5.2.1)
4+
- InputBarAccessoryView/Core (5.2.1)
5+
- MessageKit (3.4.2):
6+
- InputBarAccessoryView (~> 5.2.1)
77
- PINCache (3.0.1):
88
- PINCache/Arc-exception-safe (= 3.0.1)
99
- PINCache/Core (= 3.0.1)
@@ -19,13 +19,13 @@ PODS:
1919
- PINRemoteImage/PINCache (3.0.1):
2020
- PINCache (~> 3.0.1)
2121
- PINRemoteImage/Core
22-
- SwiftLint (0.39.2)
22+
- SwiftLint (0.40.3)
2323

2424
DEPENDENCIES:
2525
- MessageKit (from `../`)
26-
- PINRemoteImage/iOS (~> 3.0.0)
27-
- PINRemoteImage/PINCache (~> 3.0.0)
28-
- SwiftLint (~> 0.39.1)
26+
- PINRemoteImage/iOS (~> 3.0.1)
27+
- PINRemoteImage/PINCache (~> 3.0.1)
28+
- SwiftLint (~> 0.40)
2929

3030
SPEC REPOS:
3131
trunk:
@@ -40,13 +40,13 @@ EXTERNAL SOURCES:
4040
:path: "../"
4141

4242
SPEC CHECKSUMS:
43-
InputBarAccessoryView: ac1bc2a11508fc2490c2322beb1d4c9f05c8e634
44-
MessageKit: d204dc36338c45f637cb8b885c4bed591c74a189
43+
InputBarAccessoryView: 39a7ed22727baf3b8550ecdf6c8a4d28b2c6aa91
44+
MessageKit: 5ff0908bce5a7b6e11bd0b60e13a33e03697d161
4545
PINCache: ee3c4abadd09970a61cdda0cfc345e69a3d75b26
4646
PINOperation: 3a967a927e7867e61976c6cc23e5770416449fbc
4747
PINRemoteImage: 3b7cedb118c2d357f87e9eabc7c81ba0202cb236
48-
SwiftLint: 22ccbbe3b8008684be5955693bab135e0ed6a447
48+
SwiftLint: dfd554ff0dff17288ee574814ccdd5cea85d76f7
4949

50-
PODFILE CHECKSUM: d87de19c82a33df79ca0eedc112ab70c443b2622
50+
PODFILE CHECKSUM: 24c39a08ead4a8771aa94310cfc35fe3be6b3105
5151

5252
COCOAPODS: 1.9.3

Example/Pods/SwiftLint/swiftlint

148 KB
Binary file not shown.

MessageKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'MessageKit'
3-
s.version = '3.4.1'
3+
s.version = '3.4.2'
44
s.license = { :type => "MIT", :file => "LICENSE.md" }
55

66
s.summary = 'An elegant messages UI library for iOS.'
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
1616
s.ios.deployment_target = '12.0'
1717
s.ios.resources = ['Sources/Assets.xcassets']
1818

19-
s.dependency 'InputBarAccessoryView', '~> 5.2.0'
19+
s.dependency 'InputBarAccessoryView', '~> 5.2.1'
2020

2121
end

MessageKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@
885885
INFOPLIST_FILE = "$(SRCROOT)/Sources/Supporting/Info.plist";
886886
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
887887
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks $(FRAMEWORK_SEARCH_PATHS)";
888-
MARKETING_VERSION = 3.4.1;
888+
MARKETING_VERSION = 3.4.2;
889889
PRODUCT_BUNDLE_IDENTIFIER = com.messagekit.MessageKit;
890890
PRODUCT_NAME = "$(TARGET_NAME)";
891891
SKIP_INSTALL = YES;
@@ -911,7 +911,7 @@
911911
INFOPLIST_FILE = "$(SRCROOT)/Sources/Supporting/Info.plist";
912912
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
913913
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks $(FRAMEWORK_SEARCH_PATHS)";
914-
MARKETING_VERSION = 3.4.1;
914+
MARKETING_VERSION = 3.4.2;
915915
PRODUCT_BUNDLE_IDENTIFIER = com.messagekit.MessageKit;
916916
PRODUCT_NAME = "$(TARGET_NAME)";
917917
SKIP_INSTALL = YES;

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let package = Package(
3535
dependencies: [
3636
// Dependencies declare other packages that this package depends on.
3737
// .package(url: /* package url */, from: "1.0.0"),
38-
.package(url: "https://github.com/nathantannar4/InputBarAccessoryView", from: "5.2.0")
38+
.package(url: "https://github.com/nathantannar4/InputBarAccessoryView", from: "5.2.1")
3939
],
4040
targets: [
4141
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)