Skip to content

Commit df624c8

Browse files
authored
Merge pull request #765 from OneSignal/updateOneSignaliOSSDK
Update the OneSignal iOS SDK version in v3
2 parents f09af6e + c12391a commit df624c8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Changed
9+
- Updated included iOS SDK from 3.12.9 to [3.12.10](https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/3.12.10)
10+
- Replace deprecated openURL method preventing launch URLs
11+
- Update privacy manifest User Defaults API reason to include app groups
12+
- For full changes, [see the native release notes](https://github.com/OneSignal/OneSignal-iOS-SDK/releases)
13+
814
## [3.0.12]
915
### Changed
1016
- Updated included Android SDK from 4.8.5 to [4.8.8](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/4.8.8)
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<dependencies>
22
<iosPods>
3-
<iosPod name="OneSignalXCFramework" version="3.12.9" addToAllTargets="true" />
3+
<iosPod name="OneSignalXCFramework" version="3.12.10" addToAllTargets="true" />
44
</iosPods>
55
</dependencies>

0 commit comments

Comments
 (0)