Fix iOS push notifications
This commit is contained in:
parent
6f10b58037
commit
7ee8ecb4c6
4 changed files with 41 additions and 4 deletions
|
|
@ -1,4 +1,6 @@
|
|||
PODS:
|
||||
- app_links (6.4.1):
|
||||
- Flutter
|
||||
- background_fetch (1.4.0):
|
||||
- Flutter
|
||||
- CocoaLumberjack (3.8.5):
|
||||
|
|
@ -172,6 +174,7 @@ PODS:
|
|||
- FlutterMacOS
|
||||
|
||||
DEPENDENCIES:
|
||||
- app_links (from `.symlinks/plugins/app_links/ios`)
|
||||
- background_fetch (from `.symlinks/plugins/background_fetch/ios`)
|
||||
- firebase_analytics (from `.symlinks/plugins/firebase_analytics/ios`)
|
||||
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
|
||||
|
|
@ -208,6 +211,8 @@ SPEC REPOS:
|
|||
- PromisesSwift
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
app_links:
|
||||
:path: ".symlinks/plugins/app_links/ios"
|
||||
background_fetch:
|
||||
:path: ".symlinks/plugins/background_fetch/ios"
|
||||
firebase_analytics:
|
||||
|
|
@ -236,6 +241,7 @@ EXTERNAL SOURCES:
|
|||
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
app_links: 3dbc685f76b1693c66a6d9dd1e9ab6f73d97dc0a
|
||||
background_fetch: 81d0f20490f0126a1c29709e458f47a69e80f44e
|
||||
CocoaLumberjack: 6a459bc897d6d80bd1b8c78482ec7ad05dffc3f0
|
||||
Firebase: 800d487043c0557d9faed71477a38d9aafb08a41
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue