Skip to content

Commit ff0e938

Browse files
committed
Release commit for version 2.10.2
1 parent ba411b6 commit ff0e938

File tree

7 files changed

+12
-13
lines changed

7 files changed

+12
-13
lines changed

OneSignal.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Pod::Spec.new do |s|
22
s.name = "OneSignal"
3-
s.version = "2.10.1"
3+
s.version = "2.10.2"
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]"}
8-
8+
99
s.source = { :git => "https://github.com/OneSignal/OneSignal-iOS-SDK.git", :tag => s.version.to_s }
10-
10+
1111
s.platform = :ios
1212
s.requires_arc = true
13-
13+
1414
s.ios.vendored_frameworks = 'iOS_SDK/OneSignalSDK/Framework/OneSignal.framework'
1515
s.framework = 'SystemConfiguration', 'UIKit', 'UserNotifications', 'WebKit'
1616
end

OneSignalDynamic.podspec

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
Pod::Spec.new do |s|
22
s.name = "OneSignalDynamic"
3-
s.version = "2.10.1"
3+
s.version = "2.10.2"
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]"}
8-
8+
99
s.source = { :git => "https://github.com/OneSignal/OneSignal-iOS-SDK.git", :tag => s.version.to_s }
10-
10+
1111
s.platform = :ios, "8.0"
1212
s.requires_arc = true
13-
13+
1414
s.ios.vendored_frameworks = 'iOS_SDK/OneSignalSDK/Framework/Dynamic/OneSignal.framework'
15-
s.framework = 'SystemConfiguration', 'UIKit', 'UserNotifications'
15+
s.framework = 'SystemConfiguration', 'UIKit', 'UserNotifications', 'WebKit'
1616
end
17-

iOS_SDK/OneSignalSDK/Framework/Dynamic/OneSignal.framework/Versions/A/Headers/OneSignal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ typedef NS_ENUM(NSUInteger, OSNotificationDisplayType) {
133133
@property(readonly)NSString* subtitle;
134134
@property(readonly)NSString* body;
135135

136-
/* Web address to launch within the app via a UIWebView */
136+
/* Web address to launch within the app via a WKWebView */
137137
@property(readonly)NSString* launchURL;
138138

139139
/* Additional key value properties set within the payload */
Binary file not shown.

iOS_SDK/OneSignalSDK/Framework/OneSignal.framework/Versions/A/Headers/OneSignal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ typedef NS_ENUM(NSUInteger, OSNotificationDisplayType) {
133133
@property(readonly)NSString* subtitle;
134134
@property(readonly)NSString* body;
135135

136-
/* Web address to launch within the app via a UIWebView */
136+
/* Web address to launch within the app via a WKWebView */
137137
@property(readonly)NSString* launchURL;
138138

139139
/* Additional key value properties set within the payload */
Binary file not shown.

iOS_SDK/OneSignalSDK/Source/OneSignal.m

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

123123
@implementation OneSignal
124124

125-
NSString* const ONESIGNAL_VERSION = @"021001";
125+
NSString* const ONESIGNAL_VERSION = @"021002";
126126
static NSString* mSDKType = @"native";
127127
static BOOL coldStartFromTapOnNotification = NO;
128128

0 commit comments

Comments
 (0)