Skip to content

Commit 0be72c7

Browse files
authored
Merge pull request #1031 from OneSignal/release-3.10.0
Release 3.10.0
2 parents f447eba + e8e1ea8 commit 0be72c7

File tree

14 files changed

+17
-7
lines changed

14 files changed

+17
-7
lines changed

OneSignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OneSignal"
3-
s.version = "3.9.1"
3+
s.version = "3.10.0"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

OneSignalDynamic.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OneSignalDynamic"
3-
s.version = "3.9.1"
3+
s.version = "3.10.0"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

OneSignalXCFramework.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OneSignalXCFramework"
3-
s.version = "3.9.1"
3+
s.version = "3.10.0"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

iOS_SDK/OneSignalSDK/Framework/OneSignal.framework/Versions/A/Headers/OneSignal.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ typedef NS_ENUM(NSUInteger, OSNotificationActionType) {
136136
/* iOS 15+ : Interruption Level */
137137
@property(readonly)NSString *interruptionLevel;
138138

139+
@property(readonly, nullable)NSString *collapseId;
140+
139141
/* Parses an APNS push payload into a OSNotification object.
140142
Useful to call from your NotificationServiceExtension when the
141143
didReceiveNotificationRequest:withContentHandler: method fires. */
Binary file not shown.

iOS_SDK/OneSignalSDK/OneSignal_XCFramework/OneSignal.xcframework/ios-arm64_armv7_armv7s/OneSignal.framework/Headers/OneSignal.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ typedef NS_ENUM(NSUInteger, OSNotificationActionType) {
136136
/* iOS 15+ : Interruption Level */
137137
@property(readonly)NSString *interruptionLevel;
138138

139+
@property(readonly, nullable)NSString *collapseId;
140+
139141
/* Parses an APNS push payload into a OSNotification object.
140142
Useful to call from your NotificationServiceExtension when the
141143
didReceiveNotificationRequest:withContentHandler: method fires. */

iOS_SDK/OneSignalSDK/OneSignal_XCFramework/OneSignal.xcframework/ios-arm64_i386_x86_64-simulator/OneSignal.framework/Headers/OneSignal.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ typedef NS_ENUM(NSUInteger, OSNotificationActionType) {
136136
/* iOS 15+ : Interruption Level */
137137
@property(readonly)NSString *interruptionLevel;
138138

139+
@property(readonly, nullable)NSString *collapseId;
140+
139141
/* Parses an APNS push payload into a OSNotification object.
140142
Useful to call from your NotificationServiceExtension when the
141143
didReceiveNotificationRequest:withContentHandler: method fires. */

iOS_SDK/OneSignalSDK/OneSignal_XCFramework/OneSignal.xcframework/ios-arm64_i386_x86_64-simulator/OneSignal.framework/_CodeSignature/CodeResources

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<dict>
77
<key>Headers/OneSignal.h</key>
88
<data>
9-
2cZwdG/c9TKC7+Ik/Z7fMeCM75Q=
9+
r9ntYq+SuUsn/zBr31pvm3Zh9Y4=
1010
</data>
1111
<key>Info.plist</key>
1212
<data>
@@ -23,11 +23,11 @@
2323
<dict>
2424
<key>hash</key>
2525
<data>
26-
2cZwdG/c9TKC7+Ik/Z7fMeCM75Q=
26+
r9ntYq+SuUsn/zBr31pvm3Zh9Y4=
2727
</data>
2828
<key>hash2</key>
2929
<data>
30-
7J9RuLQVkWRCsTRnxNU2hickOCUQ2/XLiyxS/c4BxZE=
30+
D8I3LEeI8spZNtuDGfOIv96UODbFdjnWWOimSmtBp2g=
3131
</data>
3232
</dict>
3333
<key>Modules/module.modulemap</key>

0 commit comments

Comments
 (0)