We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cfd7c commit c7f5b91Copy full SHA for c7f5b91
OneSignal.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "OneSignal"
3
- s.version = "2.5.6"
+ s.version = "2.5.7"
4
s.summary = "OneSignal push notification library for mobile apps."
5
s.homepage = "https://onesignal.com"
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
iOS_SDK/OneSignalSDK/Framework/OneSignal.framework/Versions/A/OneSignal
-461 KB
iOS_SDK/OneSignalSDK/Source/OneSignal.m
@@ -121,7 +121,7 @@ @implementation OSPendingCallbacks
121
122
@implementation OneSignal
123
124
-NSString* const ONESIGNAL_VERSION = @"020506";
+NSString* const ONESIGNAL_VERSION = @"020507";
125
static NSString* mSDKType = @"native";
126
static BOOL coldStartFromTapOnNotification = NO;
127
0 commit comments