Skip to content

Commit

Permalink
[RELEASE] New version 12.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Dec 4, 2024
1 parent bedfa50 commit 6575093
Show file tree
Hide file tree
Showing 17 changed files with 12,646 additions and 12,585 deletions.
2 changes: 1 addition & 1 deletion Smooch.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Smooch"
s.version = "12.4.0"
s.version = "12.5.0"
s.summary = "Build customer relationships that last"
s.description = "Smooch lets you have rich conversations with your users, right in your app or on your website."
s.homepage = "http://smooch.io"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ typedef NS_ENUM(NSInteger, SKTMessageUploadStatus) {
*/
@property(nullable) NSString* mediaUrl;

/**
* @abstract The attachment id, if applicable. Returns nil if the message doesn't contains private attachment
*/
@property(nullable) NSString* attachmentId;

/**
* @abstract The size of the media asset in bytes. May be nil.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Smooch.h
// Smooch
//
// version : 12.4.0
// version : 12.5.0

#import <Foundation/Foundation.h>
#import "SKTConversation.h"
Expand All @@ -14,7 +14,7 @@
NS_ASSUME_NONNULL_BEGIN
@protocol UNUserNotificationCenterDelegate;

#define SMOOCH_VERSION @"12.4.0"
#define SMOOCH_VERSION @"12.5.0"
#define VENDOR_ID @"smooch"

FOUNDATION_EXPORT double SmoochVersionNumber;
Expand Down
Binary file modified Smooch.xcframework/ios-arm64/Smooch.framework/Info.plist
Binary file not shown.
Binary file modified Smooch.xcframework/ios-arm64/Smooch.framework/Smooch
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

SMOOCH_SDK_VERSION_NUMBER=12.4.0
SMOOCH_SDK_VERSION_NUMBER=12.5.0
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ typedef NS_ENUM(NSInteger, SKTMessageUploadStatus) {
*/
@property(nullable) NSString* mediaUrl;

/**
* @abstract The attachment id, if applicable. Returns nil if the message doesn't contains private attachment
*/
@property(nullable) NSString* attachmentId;

/**
* @abstract The size of the media asset in bytes. May be nil.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Smooch.h
// Smooch
//
// version : 12.4.0
// version : 12.5.0

#import <Foundation/Foundation.h>
#import "SKTConversation.h"
Expand All @@ -14,7 +14,7 @@
NS_ASSUME_NONNULL_BEGIN
@protocol UNUserNotificationCenterDelegate;

#define SMOOCH_VERSION @"12.4.0"
#define SMOOCH_VERSION @"12.5.0"
#define VENDOR_ID @"smooch"

FOUNDATION_EXPORT double SmoochVersionNumber;
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

SMOOCH_SDK_VERSION_NUMBER=12.4.0
SMOOCH_SDK_VERSION_NUMBER=12.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</data>
<key>Headers/SKTMessage.h</key>
<data>
fW2q0E2aMAYaHdI90/l5MpGu14A=
r8yQgiAmi9suOPI7FCpAMHXada8=
</data>
<key>Headers/SKTMessageAction.h</key>
<data>
Expand All @@ -58,11 +58,11 @@
</data>
<key>Headers/Smooch.h</key>
<data>
FnjBe0NAHpGjV44YqmoSsgTzbaY=
9IS7gb1mDbJINNqOOGLSw6ZWles=
</data>
<key>Info.plist</key>
<data>
tjegLB9P5AKr6QDI/sKRVhwVBK8=
T1dukz8aWJswk9b9wlbiiEeR728=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -74,7 +74,7 @@
</data>
<key>SmoochSDK.xcconfig</key>
<data>
YCPtDjEEYcHu0cbM+2fa/Py68tM=
bTqCebtaPJriLMeF6/B0DvLGQtY=
</data>
<key>ar.lproj/SmoochLocalizable.strings</key>
<dict>
Expand Down Expand Up @@ -487,7 +487,7 @@
<dict>
<key>hash2</key>
<data>
tNWkn17PplslLIWSRH5m1Z84XSsT1bK+y4s8VixN6Dk=
cLizVZY9fBtS+AvizaP/vlRpfmHHGisd/K+wD9oI7GE=
</data>
</dict>
<key>Headers/SKTMessageAction.h</key>
Expand Down Expand Up @@ -529,7 +529,7 @@
<dict>
<key>hash2</key>
<data>
cG7TtdnMN0W4j4mqA2UKjQWtkidf3/cx0HFuErUdZ0I=
9D4mu6sKcpn1POzSWN2dOZNgINB6QS9dNEEaOCDhIJk=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand All @@ -550,7 +550,7 @@
<dict>
<key>hash2</key>
<data>
dOiHZy2hBvsbdCazLRq/AFErJNgP7MI8AZLK88n4R4U=
K183B5iP+jrkpE0YZJR3YO5Na/+AwTNiLDYUDf3HGAc=
</data>
</dict>
<key>ar.lproj/SmoochLocalizable.strings</key>
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 6575093

Please sign in to comment.