Skip to content

Commit

Permalink
release v2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
waelba committed Nov 19, 2024
1 parent 5cdf6c7 commit 0925c72
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Dimelo iOS SDK master ##

## Dimelo iOS SDK 2.7.7 (November 19th, 2024) ##
- Fix: localized strings weren't correctly applied when integrated through CocoaPods. RD-31824
- Feature: allow to disable the text input via API. RD-30697

## Dimelo iOS SDK 2.7.6 (November 6th, 2024) ##
- Improvement: support hyperlink on iOS 18. RD-31580
- Improvement: carousel messages now keep their horizontal scroll position. RD-13222
Expand Down
4 changes: 2 additions & 2 deletions Dimelo-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'Dimelo-iOS'
s.version = '2.7.6'
s.version = '2.7.7'
s.license = { :type => 'Proprietary', :file => 'LICENSE' }
s.summary = 'Dimelo Mobile Messaging SDK for iOS'
s.homepage = 'https://github.com/ringcentral/engage-digital-messaging-ios'
s.author = { 'Dimelo' => '[email protected]' }
s.source = { :git => 'https://github.com/ringcentral/engage-digital-messaging-ios.git', :tag => 'v2.7.6' }
s.source = { :git => 'https://github.com/ringcentral/engage-digital-messaging-ios.git', :tag => 'v2.7.7' }

s.resources = ["Dimelo/*.bundle", "Dimelo/*.xib"]
s.platform = :ios, '7.1'
Expand Down
10 changes: 5 additions & 5 deletions Dimelo.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>Dimelo.framework/Dimelo</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Dimelo.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Dimelo.framework/Dimelo</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Dimelo.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified Dimelo.xcframework/ios-arm64/Dimelo.framework/Dimelo
Binary file not shown.
Binary file not shown.
Binary file modified Dimelo.xcframework/ios-arm64/Dimelo.framework/DimeloConfig.plist
Binary file not shown.
Binary file modified Dimelo.xcframework/ios-arm64/Dimelo.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -422,23 +422,23 @@
</data>
<key>DimeloChatInputAccessoryView.nib</key>
<data>
kZSQ7cPRSwC5LvkNWCEJ20DJ28E=
Tk58xgNPwok/jpL+iqqOecYg61Q=
</data>
<key>DimeloChatNotificationContentView.nib</key>
<data>
iB4k6TZ49oyqT1YMh7fQXYuyNFM=
</data>
<key>DimeloConfig.plist</key>
<data>
f26zN5jxz1xmeUZ2UkSqn10ZC+E=
jmJrGs1CS6Rx9wShYhkqkHwE8H4=
</data>
<key>Headers/Dimelo.h</key>
<data>
dgE1xvg2wgV7/OM/GMrGZhA8LTU=
</data>
<key>Info.plist</key>
<data>
WHS3FsDJMPZbK/zGgSn9dHBsCUI=
DjqVLxShFnDnfnLXokew357Zurs=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -1210,7 +1210,7 @@
<dict>
<key>hash2</key>
<data>
mf/SclaAkKYh6HF5o0uMa4b3XY+bGctSIi0/1qnzdoM=
ZqNNQPeCf+jhhcFfPy8Ogr1MOc4UQsbuW3M+sphcGcI=
</data>
</dict>
<key>DimeloChatNotificationContentView.nib</key>
Expand All @@ -1224,7 +1224,7 @@
<dict>
<key>hash2</key>
<data>
j5IJRaNMdgsU1HX/1xR3Q47/GLgmlCLO/cKk7FXE+Ao=
QoTYaiyCgzJ6hBOCc2M//IeQoSDTrKUMPf7DOOts9yI=
</data>
</dict>
<key>Headers/Dimelo.h</key>
Expand Down
2 changes: 1 addition & 1 deletion Dimelo/DimeloConfig.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>sdkVersion</key>
<string>2.7.6</string>
<string>2.7.7</string>
<key>navigationBarTitleColor</key>
<string></string>
<key>title</key>
Expand Down

0 comments on commit 0925c72

Please sign in to comment.