File tree Expand file tree Collapse file tree 15 files changed +17
-17
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 15 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "OneSignal"
3- s . version = "3.5.0 "
3+ s . version = "3.5.1 "
44 s . summary = "OneSignal push notification library for mobile apps."
55 s . homepage = "https://onesignal.com"
66 s . license = { :type => 'MIT' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "OneSignalDynamic"
3- s . version = "3.5.0 "
3+ s . version = "3.5.1 "
44 s . summary = "OneSignal push notification library for mobile apps."
55 s . homepage = "https://onesignal.com"
66 s . license = { :type => 'MIT' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "OneSignalXCFramework"
3- s . version = "3.5.0 "
3+ s . version = "3.5.1 "
44 s . summary = "OneSignal push notification library for mobile apps."
55 s . homepage = "https://onesignal.com"
66 s . license = { :type => 'MIT' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ typedef void (^OSInAppMessageClickBlock)(OSInAppMessageAction * _Nonnull action)
489489// Process from Notification Service Extension.
490490// Used for iOS Media Attachemtns and Action Buttons.
491491+ (UNMutableNotificationContent *)didReceiveNotificationExtensionRequest : (UNNotificationRequest * _Nonnull)request withMutableNotificationContent : (UNMutableNotificationContent * _Nullable)replacementContent __deprecated_msg(" Please use didReceiveNotificationExtensionRequest:withMutableNotificationContent:withContentHandler: instead." );
492- + (UNMutableNotificationContent *)didReceiveNotificationExtensionRequest : (UNNotificationRequest * _Nonnull)request withMutableNotificationContent : (UNMutableNotificationContent * _Nullable)replacementContent withContentHandler : (void (^)(UNNotificationContent * _Nullable ))contentHandler ;
492+ + (UNMutableNotificationContent *)didReceiveNotificationExtensionRequest : (UNNotificationRequest * _Nonnull)request withMutableNotificationContent : (UNMutableNotificationContent * _Nullable)replacementContent withContentHandler : (void (^)(UNNotificationContent *_Nonnull ))contentHandler ;
493493+ (UNMutableNotificationContent *)serviceExtensionTimeWillExpireRequest : (UNNotificationRequest * _Nonnull)request withMutableNotificationContent : (UNMutableNotificationContent * _Nullable)replacementContent ;
494494
495495#pragma mark Tags
Original file line number Diff line number Diff line change 66 <array >
77 <dict >
88 <key >LibraryIdentifier </key >
9- <string >ios-arm64_x86_64-maccatalyst </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 >i386 </string >
1516 <string >x86_64 </string >
1617 </array >
1718 <key >SupportedPlatform </key >
1819 <string >ios </string >
1920 <key >SupportedPlatformVariant </key >
20- <string >maccatalyst </string >
21+ <string >simulator </string >
2122 </dict >
2223 <dict >
2324 <key >LibraryIdentifier </key >
24- <string >ios-arm64_i386_x86_64-simulator </string >
25+ <string >ios-arm64_x86_64-maccatalyst </string >
2526 <key >LibraryPath </key >
2627 <string >OneSignal.framework </string >
2728 <key >SupportedArchitectures </key >
2829 <array >
2930 <string >arm64 </string >
30- <string >i386 </string >
3131 <string >x86_64 </string >
3232 </array >
3333 <key >SupportedPlatform </key >
3434 <string >ios </string >
3535 <key >SupportedPlatformVariant </key >
36- <string >simulator </string >
36+ <string >maccatalyst </string >
3737 </dict >
3838 <dict >
3939 <key >LibraryIdentifier </key >
Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ typedef void (^OSInAppMessageClickBlock)(OSInAppMessageAction * _Nonnull action)
489489// Process from Notification Service Extension.
490490// Used for iOS Media Attachemtns and Action Buttons.
491491+ (UNMutableNotificationContent *)didReceiveNotificationExtensionRequest : (UNNotificationRequest * _Nonnull)request withMutableNotificationContent : (UNMutableNotificationContent * _Nullable)replacementContent __deprecated_msg(" Please use didReceiveNotificationExtensionRequest:withMutableNotificationContent:withContentHandler: instead." );
492- + (UNMutableNotificationContent *)didReceiveNotificationExtensionRequest : (UNNotificationRequest * _Nonnull)request withMutableNotificationContent : (UNMutableNotificationContent * _Nullable)replacementContent withContentHandler : (void (^)(UNNotificationContent * _Nullable ))contentHandler ;
492+ + (UNMutableNotificationContent *)didReceiveNotificationExtensionRequest : (UNNotificationRequest * _Nonnull)request withMutableNotificationContent : (UNMutableNotificationContent * _Nullable)replacementContent withContentHandler : (void (^)(UNNotificationContent *_Nonnull ))contentHandler ;
493493+ (UNMutableNotificationContent *)serviceExtensionTimeWillExpireRequest : (UNNotificationRequest * _Nonnull)request withMutableNotificationContent : (UNMutableNotificationContent * _Nullable)replacementContent ;
494494
495495#pragma mark Tags
Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ typedef void (^OSInAppMessageClickBlock)(OSInAppMessageAction * _Nonnull action)
489489// Process from Notification Service Extension.
490490// Used for iOS Media Attachemtns and Action Buttons.
491491+ (UNMutableNotificationContent *)didReceiveNotificationExtensionRequest : (UNNotificationRequest * _Nonnull)request withMutableNotificationContent : (UNMutableNotificationContent * _Nullable)replacementContent __deprecated_msg(" Please use didReceiveNotificationExtensionRequest:withMutableNotificationContent:withContentHandler: instead." );
492- + (UNMutableNotificationContent *)didReceiveNotificationExtensionRequest : (UNNotificationRequest * _Nonnull)request withMutableNotificationContent : (UNMutableNotificationContent * _Nullable)replacementContent withContentHandler : (void (^)(UNNotificationContent * _Nullable ))contentHandler ;
492+ + (UNMutableNotificationContent *)didReceiveNotificationExtensionRequest : (UNNotificationRequest * _Nonnull)request withMutableNotificationContent : (UNMutableNotificationContent * _Nullable)replacementContent withContentHandler : (void (^)(UNNotificationContent *_Nonnull ))contentHandler ;
493493+ (UNMutableNotificationContent *)serviceExtensionTimeWillExpireRequest : (UNNotificationRequest * _Nonnull)request withMutableNotificationContent : (UNMutableNotificationContent * _Nullable)replacementContent ;
494494
495495#pragma mark Tags
You can’t perform that action at this time.
0 commit comments