-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ability to customise main video container for calls
Issue mediMessage.strIngValue() giving attachment as nil is fixed media message not getting uploading in thread message is fixed
- Loading branch information
1 parent
bb10c0d
commit 7a2670f
Showing
13 changed files
with
31 additions
and
23 deletions.
There are no files selected for viewing
Binary file modified
BIN
-173 Bytes
(100%)
...tpm/xcode/package.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
|
||
Pod::Spec.new do |spec| | ||
spec.name = 'CometChatPro' | ||
spec.version = '3.0.911-beta3' | ||
spec.version = '3.0.911' | ||
spec.license = {:type => 'MIT', :file => 'License.md'} | ||
spec.homepage = 'https://www.cometchat.com/pro' | ||
spec.authors = { 'Abhishek Saralaya' => '[email protected]', 'pushpsen' => '[email protected]'} | ||
spec.summary = 'CometChatPro is a platform for integrating voice, video & text messaging experiences into your websites, web apps and mobile apps' | ||
spec.source = { :http => 'https://library.cometchat.io/ios/v3.0/xcode13/CometChatPro_3_0_911-beta3.zip'} | ||
spec.source = { :http => 'https://library.cometchat.io/ios/v3.0/xcode13/CometChatPro_3_0_911.zip'} | ||
spec.library = 'z', 'sqlite3', 'xml2.2' | ||
spec.xcconfig = {'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'} | ||
spec.documentation_url = 'https://www.cometchat.com/docs/ios-chat-sdk/overview' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+32 KB
(100%)
Sources/CometChatPro.xcframework/ios-arm64/CometChatPro.framework/CometChatPro
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-6 Bytes
(99%)
Sources/CometChatPro.xcframework/ios-arm64/CometChatPro.framework/Info.plist
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+64.5 KB
(100%)
Sources/CometChatPro.xcframework/ios-x86_64-simulator/CometChatPro.framework/CometChatPro
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-6 Bytes
(99%)
Sources/CometChatPro.xcframework/ios-x86_64-simulator/CometChatPro.framework/Info.plist
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters