File tree Expand file tree Collapse file tree 11 files changed +41
-11
lines changed
Framework/OneSignal.framework/Versions/A
OneSignal_XCFramework/OneSignal.xcframework
ios-arm64_armv7_armv7s/OneSignal.framework
ios-arm64_i386_x86_64-simulator/OneSignal.framework
ios-arm64_x86_64-maccatalyst/OneSignal.framework/Versions/A Expand file tree Collapse file tree 11 files changed +41
-11
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,12 @@ typedef NS_ENUM(NSUInteger, OSNotificationActionType) {
130130/* iOS 10+ : Groups notifications into threads */
131131@property (readonly , nullable )NSString *threadId;
132132
133+ /* iOS 15+ : Relevance Score for notification summary */
134+ @property (readonly , nullable )NSNumber *relevanceScore;
135+
136+ /* iOS 15+ : Interruption Level */
137+ @property (readonly )NSString *interruptionLevel;
138+
133139/* Parses an APNS push payload into a OSNotification object.
134140 Useful to call from your NotificationServiceExtension when the
135141 didReceiveNotificationRequest:withContentHandler: method fires. */
Original file line number Diff line number Diff line change 66 <array >
77 <dict >
88 <key >LibraryIdentifier </key >
9- <string >ios-arm64_armv7_armv7s </string >
9+ <string >ios-arm64_i386_x86_64-simulator </string >
1010 <key >LibraryPath </key >
1111 <string >OneSignal.framework </string >
1212 <key >SupportedArchitectures </key >
1313 <array >
1414 <string >arm64 </string >
15- <string >armv7 </string >
16- <string >armv7s </string >
15+ <string >i386 </string >
16+ <string >x86_64 </string >
1717 </array >
1818 <key >SupportedPlatform </key >
1919 <string >ios </string >
20+ <key >SupportedPlatformVariant </key >
21+ <string >simulator </string >
2022 </dict >
2123 <dict >
2224 <key >LibraryIdentifier </key >
23- <string >ios-arm64_i386_x86_64-simulator </string >
25+ <string >ios-arm64_armv7_armv7s </string >
2426 <key >LibraryPath </key >
2527 <string >OneSignal.framework </string >
2628 <key >SupportedArchitectures </key >
2729 <array >
2830 <string >arm64 </string >
29- <string >i386 </string >
30- <string >x86_64 </string >
31+ <string >armv7 </string >
32+ <string >armv7s </string >
3133 </array >
3234 <key >SupportedPlatform </key >
3335 <string >ios </string >
34- <key >SupportedPlatformVariant </key >
35- <string >simulator </string >
3636 </dict >
3737 <dict >
3838 <key >LibraryIdentifier </key >
Original file line number Diff line number Diff line change @@ -130,6 +130,12 @@ typedef NS_ENUM(NSUInteger, OSNotificationActionType) {
130130/* iOS 10+ : Groups notifications into threads */
131131@property (readonly , nullable )NSString *threadId;
132132
133+ /* iOS 15+ : Relevance Score for notification summary */
134+ @property (readonly , nullable )NSNumber *relevanceScore;
135+
136+ /* iOS 15+ : Interruption Level */
137+ @property (readonly )NSString *interruptionLevel;
138+
133139/* Parses an APNS push payload into a OSNotification object.
134140 Useful to call from your NotificationServiceExtension when the
135141 didReceiveNotificationRequest:withContentHandler: method fires. */
Original file line number Diff line number Diff line change @@ -130,6 +130,12 @@ typedef NS_ENUM(NSUInteger, OSNotificationActionType) {
130130/* iOS 10+ : Groups notifications into threads */
131131@property (readonly , nullable )NSString *threadId;
132132
133+ /* iOS 15+ : Relevance Score for notification summary */
134+ @property (readonly , nullable )NSNumber *relevanceScore;
135+
136+ /* iOS 15+ : Interruption Level */
137+ @property (readonly )NSString *interruptionLevel;
138+
133139/* Parses an APNS push payload into a OSNotification object.
134140 Useful to call from your NotificationServiceExtension when the
135141 didReceiveNotificationRequest:withContentHandler: method fires. */
Original file line number Diff line number Diff line change 66 <dict >
77 <key >Headers/OneSignal.h</key >
88 <data >
9- wUODJ2TiiriA6l4LCjoG4u3Fmq8 =
9+ uyaovsy+WkGzaFfgR9UwWd2nvEE =
1010 </data >
1111 <key >Info.plist</key >
1212 <data >
2323 <dict >
2424 <key >hash</key >
2525 <data >
26- wUODJ2TiiriA6l4LCjoG4u3Fmq8 =
26+ uyaovsy+WkGzaFfgR9UwWd2nvEE =
2727 </data >
2828 <key >hash2</key >
2929 <data >
30- VVenTFRGpn21k6NwqiQoy0atqCtjFjDl23bo88t6r0w =
30+ FejzVMGhn/N8rckaaQqxyMwzyAPIjPiuJyJyCDKYgPo =
3131 </data >
3232 </dict >
3333 <key >Modules/module.modulemap</key >
Original file line number Diff line number Diff line change @@ -130,6 +130,12 @@ typedef NS_ENUM(NSUInteger, OSNotificationActionType) {
130130/* iOS 10+ : Groups notifications into threads */
131131@property (readonly , nullable )NSString *threadId;
132132
133+ /* iOS 15+ : Relevance Score for notification summary */
134+ @property (readonly , nullable )NSNumber *relevanceScore;
135+
136+ /* iOS 15+ : Interruption Level */
137+ @property (readonly )NSString *interruptionLevel;
138+
133139/* Parses an APNS push payload into a OSNotification object.
134140 Useful to call from your NotificationServiceExtension when the
135141 didReceiveNotificationRequest:withContentHandler: method fires. */
You can’t perform that action at this time.
0 commit comments