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

Commit

Permalink
Update of version 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Kurzawa committed Mar 2, 2022
1 parent a2dc634 commit 3ae690f
Show file tree
Hide file tree
Showing 10 changed files with 36,233 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ 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.

## [3.9.0] - 2022-01-08
## [3.9.1] - 2022-01-08

### Fixed
- Potential issue with native notification buttons when Simple Push campaign contains Rich Media (Single Media).


## [3.9.0] - 2022-02-08

### Fixed
- Analytics for Simple Push campaigns.
Expand Down
12,068 changes: 12,068 additions & 0 deletions Pod/3CD4FFB1-FBB2-3019-B657-12ECAB523D74.bcsymbolmap

Large diffs are not rendered by default.

12,067 changes: 12,067 additions & 0 deletions Pod/7649414E-2067-35FB-AB99-3A88D0A88322.bcsymbolmap

Large diffs are not rendered by default.

12,067 changes: 12,067 additions & 0 deletions Pod/B3131FEE-867E-3033-9A62-D322AA9DA54E.bcsymbolmap

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions Pod/SyneriseSDK.framework.dSYM/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.com.synerise.SyneriseSDK</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.9.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>
Binary file not shown.
Binary file modified Pod/SyneriseSDK.framework/Info.plist
Binary file not shown.
Binary file modified Pod/SyneriseSDK.framework/SyneriseSDK
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Synerise iOS SDK (v3.9.0) - User documentation
# Synerise iOS SDK (v3.9.1) - User documentation

[![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)
[![CocoaPods](https://img.shields.io/badge/pod-v3.9.0-green.svg)](https://cocoapods.org/pods/SyneriseSDK)
[![CocoaPods](https://img.shields.io/badge/pod-v3.9.1-green.svg)](https://cocoapods.org/pods/SyneriseSDK)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions SyneriseSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SyneriseSDK"
s.version = "3.9.0"
s.summary = "SyneriseSDK v. 3.9.0"
s.version = "3.9.1"
s.summary = "SyneriseSDK v. 3.9.1"
s.description = "iOS library for Synerise omnichannel platform"
s.homepage = "https://synerise.com"
s.license = { :type => "MIT" }
Expand Down

0 comments on commit 3ae690f

Please sign in to comment.