Skip to content

Commit

Permalink
Release of version 4.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Kurzawa committed Aug 1, 2024
1 parent a9fd6f7 commit 997eaf5
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ 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.19.1] - 2024-08-01

### Fixed
- LICENSE file path in CocoaPods podspec file.

### Changed
- Improvements to stability.

## [4.19.0] - 2024-07-25

### Fixed
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/synerise-ios-sdk/releases/download/4.19.0/SyneriseSDK.xcframework.zip",
checksum: "1e2817386179960e76b38bebc07d1e9a5085f98a5f386f26cf93882d6e457d11"
url: "https://github.com/Synerise/synerise-ios-sdk/releases/download/4.19.1/SyneriseSDK.xcframework.zip",
checksum: "8e1c33a48a49b1b0b95cb35f5a0e991fe81f32e05e7c4da764cd6ca5bf63fd9e"
)
]
)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Synerise iOS SDK (v4.19.0)
# Synerise iOS SDK (v4.19.1)

[![Platform](https://img.shields.io/badge/platform-iOS-orange.svg)](https://github.com/synerise/synerise-ios-sdk)
[![Languages](https://img.shields.io/badge/language-Objective--C%20%7C%20Swift-orange.svg)](https://github.com/synerise/synerise-ios-sdk)
[![GitHub release](https://img.shields.io/github/release/Synerise/ios-sdk.svg)](https://github.com/Synerise/synerise-ios-sdk/releases)
[![CocoaPods](https://img.shields.io/badge/pod-v4.19.0-green.svg)](https://cocoapods.org/pods/SyneriseSDK)
[![CocoaPods](https://img.shields.io/badge/pod-v4.19.1-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
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.19.0</string>
<string>4.19.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
Binary file modified SDK/Framework/SyneriseSDK.framework/Info.plist
Binary file not shown.
Binary file modified SDK/Framework/SyneriseSDK.framework/SyneriseSDK
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.19.0</string>
<string>4.19.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
</data>
<key>Info.plist</key>
<data>
cz2LxPYU7GhXn5uen+ASKIYGkUY=
IKHRaOdD0j3ivjKaVZbVAXT3wUk=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
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.19.0"
s.summary = "This is the Synerise iOS SDK (v. 4.19.0) for Synerise platform."
s.version = "4.19.1"
s.summary = "This is the Synerise iOS SDK (v. 4.19.1) for Synerise platform."
s.homepage = "https://www.synerise.com"
s.license = { :type => "Apache License 2.0", :file => "https://github.com/Synerise/synerise-ios-sdk/blob/master/LICENSE" }
s.license = { :type => "Apache License 2.0", :file => "LICENSE" }
s.authors = "Synerise"
s.readme = 'https://github.com/Synerise/synerise-ios-sdk/blob/master/README.md'
s.changelog = 'https://github.com/Synerise/synerise-ios-sdk/blob/master/CHANGELOG.md'
Expand Down

0 comments on commit 997eaf5

Please sign in to comment.