File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Framework/OneSignal.framework/Versions/A Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "OneSignal"
3- s . version = "2.7.0 "
3+ s . version = "2.7.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 5050#import < UserNotifications/UserNotifications.h>
5151#endif
5252
53+
54+ #pragma clang diagnostic push
55+ #pragma clang diagnostic ignored "-Wstrict-prototypes"
56+ #pragma clang diagnostic ignored "-Wnullability-completeness"
57+
5358/* The action type associated to an OSNotificationAction object */
5459typedef NS_ENUM (NSUInteger , OSNotificationActionType) {
5560 OSNotificationActionTypeOpened,
@@ -422,3 +427,5 @@ typedef void (^OSEmailSuccessBlock)();
422427+ (void )setEmail : (NSString * _Nonnull)email withEmailAuthHashToken : (NSString * _Nullable)hashToken ;
423428
424429@end
430+
431+ #pragma clang diagnostic pop
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ @implementation OSPendingCallbacks
125125
126126@implementation OneSignal
127127
128- NSString * const ONESIGNAL_VERSION = @" 020700 " ;
128+ NSString * const ONESIGNAL_VERSION = @" 020701 " ;
129129static NSString * mSDKType = @" native" ;
130130static BOOL coldStartFromTapOnNotification = NO ;
131131
You can’t perform that action at this time.
0 commit comments