Skip to content

Commit

Permalink
workaround to get ios build working, update for 0.9.1 release (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB authored Dec 22, 2019
1 parent 99b0429 commit e96aef8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ build_example_ios_task:
update_pods_script: pod repo update # to fetch all the latest versions
build_script:
- cd example
- flutter upgrade #workaround until Cirrus has updated to latest stable Flutter SDK
- flutter build ios --no-codesign

test_task:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

# [0.9.1]
* Add support for media notification. This currently only supports showing the specified image as album artwork. Thanks to PR by [gianlucaparadise](https://github.com/gianlucaparadise)

# [0.9.0+1]
* Fix readme where Objective-C was written twice

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_local_notifications
description: A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customise for each platform.
version: 0.9.0+1
version: 0.9.1
homepage: https://github.com/MaikuB/flutter_local_notifications

dependencies:
Expand Down

0 comments on commit e96aef8

Please sign in to comment.