Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 11.0.3

* [**FIX-iOS**] Include the objective-c shim in the podspec source_files so it is compiled under CocoaPods

## 11.0.2

* [**FIX-iOS**] Add objective-c shim for FlutterForegroundTaskPlugin
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_foreground_task.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A new Flutter plugin.
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' }
s.source = { :path => '.' }
s.source_files = 'flutter_foreground_task/Sources/flutter_foreground_task/**/*.swift', 'Classes/**/*.{h,m}'
s.source_files = 'flutter_foreground_task/Sources/flutter_foreground_task/**/*.swift', 'flutter_foreground_task/Classes/**/*.{h,m}'
s.dependency 'Flutter'
s.platform = :ios, '12.0'

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_foreground_task
description: This plugin is used to implement a foreground service on the Android platform.
version: 11.0.2
version: 11.0.3
homepage: https://github.com/Dev-hwang/flutter_foreground_task

environment:
Expand Down