added fcm

This commit is contained in:
Xeovalyte 2022-11-08 14:14:20 +01:00
parent 64934aa002
commit 10856b1709
3 changed files with 17 additions and 0 deletions

View File

@ -11,6 +11,7 @@ install! 'cocoapods', :disable_input_output_paths => true
def capacitor_pods def capacitor_pods
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios' pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios' pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCommunityFcm', :path => '../../node_modules/@capacitor-community/fcm'
pod 'CapacitorDevice', :path => '../../node_modules/@capacitor/device' pod 'CapacitorDevice', :path => '../../node_modules/@capacitor/device'
pod 'CapacitorPushNotifications', :path => '../../node_modules/@capacitor/push-notifications' pod 'CapacitorPushNotifications', :path => '../../node_modules/@capacitor/push-notifications'
end end

View File

@ -6,6 +6,7 @@
"": { "": {
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@capacitor-community/fcm": "^3.0.0",
"@capacitor/core": "^4.3.0", "@capacitor/core": "^4.3.0",
"@capacitor/device": "^4.0.1", "@capacitor/device": "^4.0.1",
"@capacitor/ios": "^4.3.0", "@capacitor/ios": "^4.3.0",
@ -548,6 +549,14 @@
"node": ">=6.9.0" "node": ">=6.9.0"
} }
}, },
"node_modules/@capacitor-community/fcm": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@capacitor-community/fcm/-/fcm-3.0.0.tgz",
"integrity": "sha512-YLPPy7wiuWSg4Uocw8FWpA3c7YSwyY2iNVr09UycZkbMwTBSDmMnr23guMstRgN/y2qT9X2WyHkpLFCWeeD5VQ==",
"peerDependencies": {
"@capacitor/core": "^4.0.0"
}
},
"node_modules/@capacitor/cli": { "node_modules/@capacitor/cli": {
"version": "4.3.0", "version": "4.3.0",
"resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-4.3.0.tgz", "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-4.3.0.tgz",
@ -11288,6 +11297,12 @@
"to-fast-properties": "^2.0.0" "to-fast-properties": "^2.0.0"
} }
}, },
"@capacitor-community/fcm": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@capacitor-community/fcm/-/fcm-3.0.0.tgz",
"integrity": "sha512-YLPPy7wiuWSg4Uocw8FWpA3c7YSwyY2iNVr09UycZkbMwTBSDmMnr23guMstRgN/y2qT9X2WyHkpLFCWeeD5VQ==",
"requires": {}
},
"@capacitor/cli": { "@capacitor/cli": {
"version": "4.3.0", "version": "4.3.0",
"resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-4.3.0.tgz", "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-4.3.0.tgz",

View File

@ -17,6 +17,7 @@
"nuxt-icon": "^0.1.5" "nuxt-icon": "^0.1.5"
}, },
"dependencies": { "dependencies": {
"@capacitor-community/fcm": "^3.0.0",
"@capacitor/core": "^4.3.0", "@capacitor/core": "^4.3.0",
"@capacitor/device": "^4.0.1", "@capacitor/device": "^4.0.1",
"@capacitor/ios": "^4.3.0", "@capacitor/ios": "^4.3.0",