mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Integrate MessageInputBar as a dependency (#732)
* Remove MessageInputBar files and change build settings * Conditional imports to allow for builds without MessageInputBar * Update Cardfile * Specify Version in Cartfile for MessageInputBar * Remove conditional imports in favor of Carthage for local development * Additional `import MessageInputBar` * Remove `MessageInputBar` from Cartfile.private * Bump MessageInputBar version * Add Cartfile * Tweak build settings * Specify import of MessageInputBar for Carthage
This commit is contained in:
committed by
Steven Deutsch
parent
2d1fe72c7c
commit
230e067009
@@ -25,6 +25,7 @@
|
||||
import UIKit
|
||||
import MapKit
|
||||
import MessageKit
|
||||
import MessageInputBar
|
||||
|
||||
final class BasicExampleViewController: ChatViewController {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user