Skip to content

Commit d345760

Browse files
committed
1.0.5 Release
• This minor release updates the iOS native SDK to fix an issue where newly received notifications would override the buttons added to previous notifications that weren't opened yet • Fixes the version in onesignal.podspec
1 parent 7cb130a commit d345760

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ios/onesignal.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'onesignal'
6-
s.version = '1.0.2'
6+
s.version = '1.0.5'
77
s.summary = 'The OneSignal Flutter SDK'
88
s.description = 'Allows you to easily add OneSignal to your flutter projects, to make sending and handling push notifications easy'
99
s.homepage = 'https://www.onesignal.com'
@@ -13,7 +13,8 @@ Pod::Spec.new do |s|
1313
s.source_files = 'Classes/**/*'
1414
s.public_header_files = 'Classes/**/*.h'
1515
s.dependency 'Flutter'
16-
s.dependency 'OneSignal', '>= 2.9.4', '< 3.0'
16+
s.dependency 'OneSignal', '>= 2.9.5', '< 3.0'
1717
s.ios.deployment_target = '8.0'
18+
s.static_framework = true
1819
end
1920

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: onesignal
22
description: OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
3-
version: 1.0.4
3+
version: 1.0.5
44
author: Brad Hesse <[email protected]>, Josh Kasten <[email protected]>
55
homepage: https://www.onesignal.com
66

0 commit comments

Comments
 (0)