Skip to content

Commit

Permalink
Upgrade to iOS SDK v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane JAIS committed May 4, 2021
1 parent 331d9b6 commit 7dde20c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ end
target 'WonderPushNotificationServiceExtension' do
platform :ios, '10.0'
#use_frameworks!
pod 'WonderPushExtension', '4.0.1'
pod 'WonderPushExtension', '4.0.3'
end
2 changes: 1 addition & 1 deletion ios/wonderpush_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WonderPush Flutter SDK
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'WonderPush', '4.0.1'
s.dependency 'WonderPush', '4.0.3'
s.platform = :ios, '9.0'

# Flutter.framework does not contain a i386 slice.
Expand Down

0 comments on commit 7dde20c

Please sign in to comment.