-
Notifications
You must be signed in to change notification settings - Fork 438
[NEW] Support sending messages with new composer #2223
[NEW] Support sending messages with new composer #2223
Conversation
@@ -1,6 +1,6 @@ | |||
source 'https://github.com/CocoaPods/Specs.git' | |||
|
|||
platform :ios, '10.0' | |||
platform :ios, '11.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
@@ -5735,7 +5731,7 @@ | |||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |||
DEVELOPMENT_TEAM = S6UPZG7ZR3; | |||
INFOPLIST_FILE = Rocket.Chat/Info.plist; | |||
IPHONEOS_DEPLOYMENT_TARGET = 10.0; | |||
IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
@@ -5596,7 +5592,7 @@ | |||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |||
DEVELOPMENT_TEAM = S6UPZG7ZR3; | |||
INFOPLIST_FILE = Rocket.Chat/Info.plist; | |||
IPHONEOS_DEPLOYMENT_TARGET = 10.0; | |||
IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
@@ -5571,7 +5567,7 @@ | |||
DEBUG_INFORMATION_FORMAT = dwarf; | |||
DEVELOPMENT_TEAM = S6UPZG7ZR3; | |||
INFOPLIST_FILE = Rocket.Chat/Info.plist; | |||
IPHONEOS_DEPLOYMENT_TARGET = 10.0; | |||
IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
@@ -5376,7 +5372,7 @@ | |||
DEVELOPMENT_TEAM = S6UPZG7ZR3; | |||
GCC_OPTIMIZATION_LEVEL = s; | |||
INFOPLIST_FILE = Rocket.Chat/Info.plist; | |||
IPHONEOS_DEPLOYMENT_TARGET = 10.0; | |||
IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really cool! 👏
Codecov Report
@@ Coverage Diff @@
## feature/integrate-rc-view-controller #2223 +/- ##
=======================================================================
- Coverage 27.95% 27.9% -0.06%
=======================================================================
Files 400 400
Lines 14953 14989 +36
=======================================================================
+ Hits 4180 4182 +2
- Misses 10773 10807 +34
Continue to review full report at Codecov.
|
@RocketChat/ios