Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Release of version 4.14.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Kurzawa committed Feb 6, 2024
1 parent be93ce1 commit 6754682
Show file tree
Hide file tree
Showing 30 changed files with 14,240 additions and 14,398 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.

Note that Objective-C class names are prefixed by `SNR`. In the changelog below, these are names used in Swift, without the prefix.

## [4.14.11] - 2024-02-06

### Fixed
- Issue with non-scrolling in-app messages.

### Changed
- The delegate method `snr_registerForPushNotificationsIsNeeded()` is invoked when the SDK is initialized completely.
- When the `Client.registerForPush(registrationToken:mobilePushAgreement:success:failure:)` method fails, it invokes the `snr_registerForPushNotificationsIsNeeded()` delegate method after a short delay.

### Changed
- Improvements to stability.


## [4.14.10] - 2023-12-22

### Added
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SyneriseSDK",
url: "https://github.com/Synerise/ios-sdk/releases/download/4.14.10/SyneriseSDK.xcframework.zip",
checksum: "6bc6d90ccd917607fa5c32e399356ba2dc1ef4ce2654894a5e4a78bad302514d"
url: "https://github.com/Synerise/ios-sdk/releases/download/4.14.11/SyneriseSDK.xcframework.zip",
checksum: "065e90ecbdbdfd95dd903f9d53fb092020a21fd3114213f043e64e253a2d765d"
)
]
)
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Synerise iOS SDK (v4.14.10)
# Synerise iOS SDK (v4.14.11)

[![Platform](https://img.shields.io/badge/platform-iOS-orange.svg)](https://github.com/synerise/ios-sdk)
[![Languages](https://img.shields.io/badge/language-Objective--C%20%7C%20Swift-orange.svg)](https://github.com/synerise/ios-sdk)
[![GitHub release](https://img.shields.io/github/release/Synerise/ios-sdk.svg)](https://github.com/Synerise/ios-sdk/releases)
[![CocoaPods](https://img.shields.io/badge/pod-v4.14.10-green.svg)](https://cocoapods.org/pods/SyneriseSDK)
[![CocoaPods](https://img.shields.io/badge/pod-v4.14.11-green.svg)](https://cocoapods.org/pods/SyneriseSDK)
[![SPM compatible](https://img.shields.io/badge/SPM-Compatible-green.svg)](https://www.swift.org/package-manager)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-green.svg)](https://github.com/Carthage/Carthage)
[![Synerise](https://img.shields.io/badge/www-synerise-green.svg)](https://synerise.com)
Expand Down Expand Up @@ -131,7 +131,6 @@ func application(_ application: UIApplication, didFinishLaunchingWithOptions lau
[SNRSynerise initializeWithClientApiKey:clientApiKey];
}
```

## Changelog
Changelog can be found [here](./CHANGELOG.md).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>4.14.10</string>
<string>4.14.11</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Binary file modified SDK/Framework/SyneriseSDK.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified SDK/Framework/SyneriseSDK.framework/SyneriseSDK
Binary file not shown.
Binary file modified SDK/Framework/SyneriseSDK.framework/en.lproj/Localizable.strings
Binary file not shown.
Binary file modified SDK/Framework/SyneriseSDK.framework/pl.lproj/Localizable.strings
Binary file not shown.
14 changes: 7 additions & 7 deletions SDK/XCFramework/SyneriseSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,35 @@
<dict>
<key>BinaryPath</key>
<string>SyneriseSDK.framework/SyneriseSDK</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>SyneriseSDK.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>SyneriseSDK.framework/SyneriseSDK</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>SyneriseSDK.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 not shown.
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 @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>4.14.10</string>
<string>4.14.11</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

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 @@ -530,15 +530,15 @@
</data>
<key>Info.plist</key>
<data>
hJ5nzzOfGXzWh+mUxmrbrVPAt2I=
8uv34SqpCqp3KqsPc26LtN0J9j0=
</data>
<key>Modules/module.modulemap</key>
<data>
OiECs1ZmJD1tm4FQTCVoCw6lY7c=
</data>
<key>SNRInAppDataModelScheme.momd/SNRInAppDataScheme.mom</key>
<data>
XgGl6nU7UVjtEV9AcnVAzBdof24=
AfzSk2FXQGMzrHrANgYLkJyQIfc=
</data>
<key>SNRInAppDataModelScheme.momd/VersionInfo.plist</key>
<data>
Expand Down Expand Up @@ -586,7 +586,7 @@
</data>
<key>SNRTrackerEvents.momd/TrackerEvents.mom</key>
<data>
8GtxpSog3qKPlV8B5oclc2/OUqo=
SBwmlBMAezeLIH70EDx8C8bW+8s=
</data>
<key>SNRTrackerEvents.momd/VersionInfo.plist</key>
<data>
Expand All @@ -596,7 +596,7 @@
<dict>
<key>hash</key>
<data>
DX0BZtcXXYfLkLkW6dl0GoC/Dc0=
96iYv/ShpL31KieIO7+WpIMY6UU=
</data>
<key>optional</key>
<true/>
Expand All @@ -605,7 +605,7 @@
<dict>
<key>hash</key>
<data>
j8rP13018jSYW+WEOtRb67tbqPM=
NYe8d20ju7nSN8PMYVgc+cAKkfs=
</data>
<key>optional</key>
<true/>
Expand Down Expand Up @@ -2069,11 +2069,11 @@
<dict>
<key>hash</key>
<data>
XgGl6nU7UVjtEV9AcnVAzBdof24=
AfzSk2FXQGMzrHrANgYLkJyQIfc=
</data>
<key>hash2</key>
<data>
dXl0L+oJCtYMp5iF6oTCeoFqi7/nmWy4fYbnsPMUsbU=
0/n78G5rFEr51JcZ0+LX6+1ORMH2zoNmb318SgU4yK4=
</data>
</dict>
<key>SNRInAppDataModelScheme.momd/VersionInfo.plist</key>
Expand Down Expand Up @@ -2201,11 +2201,11 @@
<dict>
<key>hash</key>
<data>
8GtxpSog3qKPlV8B5oclc2/OUqo=
SBwmlBMAezeLIH70EDx8C8bW+8s=
</data>
<key>hash2</key>
<data>
WVE40JPegon4cfAbt+Eu1sMDWm4DkD8JYQc7wcgKQC0=
KcFKq6tonNLrOCnC7DvyVGhdFaMsxCRRyp+vQp7csVg=
</data>
</dict>
<key>SNRTrackerEvents.momd/VersionInfo.plist</key>
Expand All @@ -2223,11 +2223,11 @@
<dict>
<key>hash</key>
<data>
DX0BZtcXXYfLkLkW6dl0GoC/Dc0=
96iYv/ShpL31KieIO7+WpIMY6UU=
</data>
<key>hash2</key>
<data>
ZDOzWGlF1xGw8fVpNQaPNaziT9Zmd6GLglsFW4skTzs=
ON5RgHB+DmBZ94Y3hah9wUwo18mhdi06/At1coAiNX4=
</data>
<key>optional</key>
<true/>
Expand All @@ -2236,11 +2236,11 @@
<dict>
<key>hash</key>
<data>
j8rP13018jSYW+WEOtRb67tbqPM=
NYe8d20ju7nSN8PMYVgc+cAKkfs=
</data>
<key>hash2</key>
<data>
WKObjiex/VUfiHvTQVrG8Nb/Fm/U7+zrwKHKd4m6wRw=
30nQ11T8syk3Q3aHKGKqmOQ1TvTKXg6VAgmZPrLsPks=
</data>
<key>optional</key>
<true/>
Expand Down
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions SyneriseSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = "SyneriseSDK"
s.version = "4.14.10"
s.summary = "This is the Synerise iOS SDK (v. 4.14.10) for Synerise platform."
s.version = "4.14.11"
s.summary = "This is the Synerise iOS SDK (v. 4.14.11) for Synerise platform."
s.homepage = "https://www.synerise.com"
s.license = { :type => "MIT" }
s.license = { :type => "Apache License 2.0", :file => "LICENSE" }
s.authors = "Synerise"
s.readme = 'https://github.com/Synerise/ios-sdk/blob/master/README.md'
s.changelog = 'https://github.com/Synerise/ios-sdk/blob/master/CHANGELOG.md'
Expand Down

0 comments on commit 6754682

Please sign in to comment.