diff --git a/CHANGELOG.md b/CHANGELOG.md index 147c4fd..d1740c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ios/flutter_foreground_task.podspec b/ios/flutter_foreground_task.podspec index 0efef77..bda3a88 100644 --- a/ios/flutter_foreground_task.podspec +++ b/ios/flutter_foreground_task.podspec @@ -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' diff --git a/pubspec.yaml b/pubspec.yaml index e5a6f80..ecb8f66 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: