Committed by
GitHub
Fix example builds on macOS (#104)
* Fix example builds on macOS * Bump version
Showing
3 changed files
with
7 additions
and
3 deletions
| @@ -15,8 +15,8 @@ EXTERNAL SOURCES: | @@ -15,8 +15,8 @@ EXTERNAL SOURCES: | ||
| 15 | 15 | ||
| 16 | SPEC CHECKSUMS: | 16 | SPEC CHECKSUMS: |
| 17 | FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424 | 17 | FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424 |
| 18 | - wakelock_macos: 493294b94b32c558d5ca409b3991a131c89c1970 | 18 | + wakelock_macos: f1457c9101563f8ddc3498664d8da40d9117309d |
| 19 | 19 | ||
| 20 | PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c | 20 | PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c |
| 21 | 21 | ||
| 22 | -COCOAPODS: 1.10.0 | 22 | +COCOAPODS: 1.10.1 |
| @@ -2,7 +2,7 @@ name: wakelock | @@ -2,7 +2,7 @@ name: wakelock | ||
| 2 | description: >-2 | 2 | description: >-2 |
| 3 | Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on | 3 | Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on |
| 4 | Android, iOS, macOS, Windows, and web. | 4 | Android, iOS, macOS, Windows, and web. |
| 5 | -version: 0.5.0+1 | 5 | +version: 0.5.0+2 |
| 6 | homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock | 6 | homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock |
| 7 | 7 | ||
| 8 | environment: | 8 | environment: |
-
Please register or login to post a comment