Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream 3.4.2 #24

Merged
merged 25 commits into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
391f96a
Update changelog for development
Kaspik Sep 4, 2020
af2f9cd
Fix compilation issues by importing UIKit
Sep 8, 2020
085eddc
Merge branch 'master' into development
Sep 8, 2020
3272e5d
Merge pull request #1457 from tikhop/development
Kaspik Sep 11, 2020
24ec632
Bump minimum iOS to 12, update fox XCode 12, update example, update p…
Kaspik Sep 16, 2020
4a47214
update changelog
Kaspik Sep 16, 2020
72ac068
Fix readme
Kaspik Sep 16, 2020
3bd7f82
Merge pull request #1464 from MessageKit/xcode12
Kaspik Sep 16, 2020
3e20aee
Merge pull request #1465 from MessageKit/development
Kaspik Sep 16, 2020
7c83db3
Fix IBAV SPM minimum version
Kaspik Sep 16, 2020
22b086c
Remove ConcreteMessageType, handle the case where the messageKind is …
kinoroy Sep 19, 2020
4eb6a9a
Add MIT License header
kinoroy Sep 20, 2020
2fdc4f1
Adds clarifying access modifier
kinoroy Sep 20, 2020
ad4fea8
Add changelog entry
kinoroy Sep 20, 2020
85d2744
Fix xcodproj missing/extra files
kinoroy Sep 20, 2020
28a0e81
Merge pull request #1469 from MessageKit/remove-concrete-message
kinoroy Sep 20, 2020
2362616
remove keyboard observers in viewWillDisappear
kinoroy Oct 1, 2020
84e710c
Add changelog entry
kinoroy Oct 1, 2020
40442dc
Merge pull request #1476 from MessageKit/keyboard-observers
Kaspik Oct 2, 2020
1e4b93c
Bump dependencies, ship 3.4.2
Kaspik Oct 5, 2020
a92f80b
Merge tag '3.4.0' into merge-upstream-3.4.0
manicmaniac Aug 28, 2023
9ba7458
Merge tag '3.4.1' into merge-upstream-3.4.2
manicmaniac Aug 28, 2023
0e52f88
Force merge tag '3.4.2' into merge-upstream-3.4.2 with remaining conf…
manicmaniac Aug 28, 2023
3a2ac0f
fixup! Resolve conflicts
manicmaniac Aug 28, 2023
304483d
Add missing import
manicmaniac Aug 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,32 @@

The changelog for `MessageKit`. Also see the [releases](https://github.com/MessageKit/MessageKit/releases) on GitHub.

## 3.4.2

- Updated `InputBarAccessoryView` to 5.2.1 with fixed warning on XCode 12 when used via SPM

## 3.4.1

### Fixed

- 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)

- Fixes an issue where the MessagesViewController keyboard observers were not cleaned up when MessagesViewController was no longer visible on screen [#1476](https://github.com/MessageKit/MessageKit/pull/1476) by [@kinoroy](https://github.com/kinoroy)

## 3.4.0

### Changed

- **Breaking Change** Dropped support for iOS 11, added support for Swift 5.3 SPM and XCode 12 [#1464](https://github.com/MessageKit/MessageKit/pull/1464) by [@kaspik](https://github.com/kaspik)

## 3.3.0

### Fixed

- Fixes missing insets for link preview messages [#1447](https://github.com/MessageKit/MessageKit/pull/1447) by [@bguidolim](https://github.com/bguidolim)

### Added

- Show message time by swiping left over the chat controller. [#1444](https://github.com/MessageKit/MessageKit/pull/1444) by [@amirpirzad](https://github.com/amirpirzad)

## 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "nathantannar4/InputBarAccessoryView" ~> 5.1.0
github "nathantannar4/InputBarAccessoryView" ~> 5.2.1
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Quick/Nimble" "v8.0.5"
github "Quick/Quick" "v2.2.0"
github "nathantannar4/InputBarAccessoryView" "4.3.2"
github "Quick/Nimble" "v8.1.2"
github "Quick/Quick" "v2.2.1"
github "nathantannar4/InputBarAccessoryView" "5.2.1"
8 changes: 5 additions & 3 deletions Example/ChatExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0730;
LastUpgradeCheck = 1020;
LastUpgradeCheck = 1200;
ORGANIZATIONNAME = MessageKit;
TargetAttributes = {
882B5E321CF7D4B900B6E160 = {
Expand Down Expand Up @@ -684,6 +684,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -708,7 +709,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -742,6 +743,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -760,7 +762,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_VERSION = 5.0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1160"
LastUpgradeVersion = "1200"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -42,15 +42,6 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "882B5E321CF7D4B900B6E160"
BuildableName = "ChatExample.app"
BlueprintName = "ChatExample"
ReferencedContainer = "container:ChatExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1160"
LastUpgradeVersion = "1200"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
source 'https://cdn.cocoapods.org/'

platform :ios, '11.0'
platform :ios, '12.0'

target 'ChatExample' do
use_frameworks!
pod 'MessageKit', :path => '../'
pod 'SwiftLint', '~> 0.39.1'
pod 'PINRemoteImage', '~> 3.0.0', :subspecs => ['iOS', 'PINCache']
pod 'SwiftLint', '~> 0.40'
pod 'PINRemoteImage', '~> 3.0.1', :subspecs => ['iOS', 'PINCache']

target 'ChatExampleTests' do
inherit! :search_paths
Expand Down
54 changes: 27 additions & 27 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
PODS:
- InputBarAccessoryView (5.1.0):
- InputBarAccessoryView/Core (= 5.1.0)
- InputBarAccessoryView/Core (5.1.0)
- MessageKit (3.2.0):
- InputBarAccessoryView (~> 5.1.0)
- PINCache (3.0.1-beta.8):
- PINCache/Arc-exception-safe (= 3.0.1-beta.8)
- PINCache/Core (= 3.0.1-beta.8)
- PINCache/Arc-exception-safe (3.0.1-beta.8):
- InputBarAccessoryView (5.2.1):
- InputBarAccessoryView/Core (= 5.2.1)
- InputBarAccessoryView/Core (5.2.1)
- MessageKit (3.4.2):
- InputBarAccessoryView (~> 5.2.1)
- PINCache (3.0.1):
- PINCache/Arc-exception-safe (= 3.0.1)
- PINCache/Core (= 3.0.1)
- PINCache/Arc-exception-safe (3.0.1):
- PINCache/Core
- PINCache/Core (3.0.1-beta.8):
- PINOperation (~> 1.1.1)
- PINOperation (1.1.2)
- PINRemoteImage/Core (3.0.0):
- PINCache/Core (3.0.1):
- PINOperation (~> 1.2.0)
- PINOperation (1.2)
- PINRemoteImage/Core (3.0.1):
- PINOperation
- PINRemoteImage/iOS (3.0.0):
- PINRemoteImage/iOS (3.0.1):
- PINRemoteImage/Core
- PINRemoteImage/PINCache (3.0.0):
- PINCache (= 3.0.1-beta.8)
- PINRemoteImage/PINCache (3.0.1):
- PINCache (~> 3.0.1)
- PINRemoteImage/Core
- SwiftLint (0.39.2)
- SwiftLint (0.40.3)

DEPENDENCIES:
- MessageKit (from `../`)
- PINRemoteImage/iOS (~> 3.0.0)
- PINRemoteImage/PINCache (~> 3.0.0)
- SwiftLint (~> 0.39.1)
- PINRemoteImage/iOS (~> 3.0.1)
- PINRemoteImage/PINCache (~> 3.0.1)
- SwiftLint (~> 0.40)

SPEC REPOS:
trunk:
Expand All @@ -40,13 +40,13 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
InputBarAccessoryView: 19953f486a23e846e9487099f92bbe3456e46ce5
MessageKit: ce553a92153b597540ea4688b654680542c4af6a
PINCache: 534fd41d358d828dfdf227a0d327f3673a65e20b
PINOperation: 24b774353ca248fcf87d67b2d61eef42087c125a
PINRemoteImage: e2b89e19fb6e77ffc099f9d9f3b3fe1745e3f9f9
SwiftLint: 22ccbbe3b8008684be5955693bab135e0ed6a447
InputBarAccessoryView: 39a7ed22727baf3b8550ecdf6c8a4d28b2c6aa91
MessageKit: 5ff0908bce5a7b6e11bd0b60e13a33e03697d161
PINCache: ee3c4abadd09970a61cdda0cfc345e69a3d75b26
PINOperation: 3a967a927e7867e61976c6cc23e5770416449fbc
PINRemoteImage: 3b7cedb118c2d357f87e9eabc7c81ba0202cb236
SwiftLint: dfd554ff0dff17288ee574814ccdd5cea85d76f7

PODFILE CHECKSUM: affeddb037b11e91863e111bd8f3e8c266db4941
PODFILE CHECKSUM: 31c6eb1d734807f78336ea60201a116e2410b2dd
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This checksum was recalculated by bundle exec pod install


COCOAPODS: 1.9.1
Binary file modified Example/Pods/SwiftLint/swiftlint
Binary file not shown.
8 changes: 4 additions & 4 deletions MessageKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MessageKit'
s.version = '3.3.0'
s.version = '3.4.2'
s.license = { :type => "MIT", :file => "LICENSE.md" }

s.summary = 'An elegant messages UI library for iOS.'
Expand All @@ -11,11 +11,11 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/MessageKit/MessageKit.git', :tag => s.version }
s.source_files = 'Sources/**/*.swift'

s.swift_version = '5.0'
s.swift_version = '5.3'

s.ios.deployment_target = '11.0'
s.ios.deployment_target = '12.0'
s.ios.resources = ['Sources/Assets.xcassets']

s.dependency 'InputBarAccessoryView', '~> 5.1.0'
s.dependency 'InputBarAccessoryView', '~> 5.2.1'

end
24 changes: 17 additions & 7 deletions MessageKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
0EE91E661FDEC888005420A2 /* CGRect+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EE91E651FDEC887005420A2 /* CGRect+Extensions.swift */; };
0EF0888C206F7E83007F2F58 /* CellSizeCalculator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EF0888B206F7E83007F2F58 /* CellSizeCalculator.swift */; };
135E907624AB3B33000EE6AA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 135E907524AB3B33000EE6AA /* Assets.xcassets */; };
1C93A97D251743DE008E4DE0 /* MessageKind+textMessageKind.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C93A97C251743DE008E4DE0 /* MessageKind+textMessageKind.swift */; };
1F066E131FD90BB600E11013 /* MessagesViewControllerSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F7FC8CB1FD2700B006CC979 /* MessagesViewControllerSpec.swift */; };
1F066E141FD90BB700E11013 /* MessageLabelSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F066E101FD90A0600E11013 /* MessageLabelSpec.swift */; };
1F066E1D1FDA3C1700E11013 /* SenderSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F066E1C1FDA3C1700E11013 /* SenderSpec.swift */; };
1F066E211FDA3DEA00E11013 /* AvatarSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F066E201FDA3DEA00E11013 /* AvatarSpec.swift */; };
Expand All @@ -33,7 +35,6 @@
3725C9D42438C8EF00800CED /* LinkPreviewMessageCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3725C9D32438C8EF00800CED /* LinkPreviewMessageCell.swift */; };
3725C9D62438DC7900800CED /* LinkPreviewFonts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3725C9D52438DC7900800CED /* LinkPreviewFonts.swift */; };
3725C9D82438E35100800CED /* LinkPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3725C9D72438E35100800CED /* LinkPreviewView.swift */; };
3725C9DA2438E50600800CED /* ConcreteMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3725C9D92438E50600800CED /* ConcreteMessage.swift */; };
375CC61E2438B2C100D80CE7 /* LinkItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 375CC61D2438B2C100D80CE7 /* LinkItem.swift */; };
375CC6202438B6FC00D80CE7 /* LinkPreviewMessageSizeCalculator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 375CC61F2438B6FC00D80CE7 /* LinkPreviewMessageSizeCalculator.swift */; };
382C794221705D2000F4FAF5 /* HorizontalEdgeInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 382C794121705D2000F4FAF5 /* HorizontalEdgeInsets.swift */; };
Expand Down Expand Up @@ -132,6 +133,7 @@
0EE91E651FDEC887005420A2 /* CGRect+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CGRect+Extensions.swift"; sourceTree = "<group>"; };
0EF0888B206F7E83007F2F58 /* CellSizeCalculator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CellSizeCalculator.swift; sourceTree = "<group>"; };
135E907524AB3B33000EE6AA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
1C93A97C251743DE008E4DE0 /* MessageKind+textMessageKind.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "MessageKind+textMessageKind.swift"; sourceTree = "<group>"; };
1F066E101FD90A0600E11013 /* MessageLabelSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageLabelSpec.swift; sourceTree = "<group>"; };
1F066E1C1FDA3C1700E11013 /* SenderSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SenderSpec.swift; sourceTree = "<group>"; };
1F066E201FDA3DEA00E11013 /* AvatarSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AvatarSpec.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -415,6 +417,9 @@
B09643981F295D43004D0129 /* Extensions */ = {
isa = PBXGroup;
children = (
1C93A97C251743DE008E4DE0 /* MessageKind+textMessageKind.swift */,
50FF34562237FE6A0004DCD7 /* UIImage+Extensions.swift */,
0EE91E651FDEC887005420A2 /* CGRect+Extensions.swift */,
B7A03F671F8669EB006AEF79 /* Bundle+Extensions.swift */,
0EE91E651FDEC887005420A2 /* CGRect+Extensions.swift */,
B7A03F681F8669EB006AEF79 /* NSAttributedString+Extensions.swift */,
Expand Down Expand Up @@ -576,7 +581,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0730;
LastUpgradeCheck = 1020;
LastUpgradeCheck = 1200;
ORGANIZATIONNAME = MessageKit;
TargetAttributes = {
88916B211CF0DF2F00469F91 = {
Expand Down Expand Up @@ -648,6 +653,9 @@
buildActionMask = 2147483647;
files = (
382C794221705D2000F4FAF5 /* HorizontalEdgeInsets.swift in Sources */,
B7A03F3C1F866946006AEF79 /* LocationMessageCell.swift in Sources */,
1C93A97D251743DE008E4DE0 /* MessageKind+textMessageKind.swift in Sources */,
1FF377AA20087D78004FD648 /* MessagesViewController+Menu.swift in Sources */,
B7A03F5B1F8669CA006AEF79 /* MessageType.swift in Sources */,
B7A03F601F8669CA006AEF79 /* MessagesDisplayDelegate.swift in Sources */,
1FE783A8206633C0007FA024 /* InsetLabel.swift in Sources */,
Expand All @@ -666,7 +674,7 @@
B7A03F6C1F8669EB006AEF79 /* UIView+Extensions.swift in Sources */,
383B9EB121728BAD008AB91A /* SenderType.swift in Sources */,
B7A03F3A1F866946006AEF79 /* TextMessageCell.swift in Sources */,
3725C9DA2438E50600800CED /* ConcreteMessage.swift in Sources */,
50FF34552237FE4C0004DCD7 /* ContactItem.swift in Sources */,
B7A03F191F86682C006AEF79 /* MessagesCollectionViewLayoutAttributes.swift in Sources */,
3725C9D82438E35100800CED /* LinkPreviewView.swift in Sources */,
B7A03F461F86694F006AEF79 /* AvatarView.swift in Sources */,
Expand Down Expand Up @@ -779,6 +787,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -804,7 +813,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -840,6 +849,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -859,7 +869,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -887,7 +897,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Sources/Supporting/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks $(FRAMEWORK_SEARCH_PATHS)";
MARKETING_VERSION = 3.3.0;
MARKETING_VERSION = 3.4.2;
PRODUCT_BUNDLE_IDENTIFIER = com.messagekit.MessageKit;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -913,7 +923,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Sources/Supporting/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks $(FRAMEWORK_SEARCH_PATHS)";
MARKETING_VERSION = 3.3.0;
MARKETING_VERSION = 3.4.2;
PRODUCT_BUNDLE_IDENTIFIER = com.messagekit.MessageKit;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
19 changes: 3 additions & 16 deletions MessageKit.xcodeproj/xcshareddata/xcschemes/MessageKit.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
LastUpgradeVersion = "1200"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -26,8 +26,8 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
codeCoverageEnabled = "YES"
shouldUseLaunchSchemeArgsEnv = "YES">
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<Testables>
<TestableReference
skipped = "NO">
Expand All @@ -40,17 +40,6 @@
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "88916B211CF0DF2F00469F91"
BuildableName = "MessageKit.framework"
BlueprintName = "MessageKit"
ReferencedContainer = "container:MessageKit.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -71,8 +60,6 @@
ReferencedContainer = "container:MessageKit.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
Loading
Loading