Skip to content

Commit dec7cc9

Browse files
committed
Bump iOS to beta 4
1 parent 602a384 commit dec7cc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ target 'Runner' do
3232
end
3333

3434
target 'OneSignalNotificationServiceExtension' do
35-
pod 'OneSignalXCFramework', '5.0.0-beta-03'
35+
pod 'OneSignalXCFramework', '5.0.0-beta-04'
3636
end
3737

3838
post_install do |installer|

ios/onesignal_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.source_files = 'Classes/**/*'
1414
s.public_header_files = 'Classes/**/*.h'
1515
s.dependency 'Flutter'
16-
s.dependency 'OneSignalXCFramework', '5.0.0-beta-03'
16+
s.dependency 'OneSignalXCFramework', '5.0.0-beta-04'
1717
s.ios.deployment_target = '11.0'
1818
s.static_framework = true
1919
end

0 commit comments

Comments
 (0)