Skip to content

Commit 16c5933

Browse files
committed
2.8.8 Release
1 parent ad7ce9f commit 16c5933

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
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 = "2.8.6"
3+
s.version = "2.8.8"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "OneSignalDynamic"
3-
s.version = "2.8.6"
3+
s.version = "2.8.8"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { "Joseph Kalash" => "[email protected]", "Josh Kasten" => "[email protected]" , "Brad Hesse" => "[email protected]"}
88

99
s.source = { :git => "https://github.com/OneSignal/OneSignal-iOS-SDK.git", :tag => s.version.to_s }
1010

11-
s.platform = :ios
11+
s.platform = :ios, "8.0"
1212
s.requires_arc = true
1313

1414
s.ios.vendored_frameworks = 'iOS_SDK/OneSignalSDK/Framework/Dynamic/OneSignal.framework'
Binary file not shown.
Binary file not shown.

iOS_SDK/OneSignalSDK/Source/OneSignal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ @implementation OSPendingCallbacks
118118

119119
@implementation OneSignal
120120

121-
NSString* const ONESIGNAL_VERSION = @"020806";
121+
NSString* const ONESIGNAL_VERSION = @"020808";
122122
static NSString* mSDKType = @"native";
123123
static BOOL coldStartFromTapOnNotification = NO;
124124

0 commit comments

Comments
 (0)