mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-15 03:54:54 +00:00
Changed plugin ID
This commit is contained in:
parent
2538983691
commit
6107572349
@ -17,6 +17,8 @@ This cordova plug-in can be used for applications, who rely on continuous networ
|
|||||||
### :bangbang: Store Compliance :bangbang:
|
### :bangbang: Store Compliance :bangbang:
|
||||||
The plugin focuses on enterprise-only distribution and may not compliant with all public store vendors.
|
The plugin focuses on enterprise-only distribution and may not compliant with all public store vendors.
|
||||||
|
|
||||||
|
__Update:__ The plugin ID has changed to cordova-plugin-background-mode and is available under npm. An updated version comes later!
|
||||||
|
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
1. [Supported Platforms](#supported-platforms)
|
1. [Supported Platforms](#supported-platforms)
|
||||||
|
17
package.json
17
package.json
@ -1,29 +1,24 @@
|
|||||||
{
|
{
|
||||||
"name": "de.appplant.cordova.plugin.background-mode",
|
"name": "cordova-plugin-background-mode",
|
||||||
"version": "0.6.4",
|
"version": "0.6.4",
|
||||||
"description": "Cordova plugin to prevent the app from going to sleep in background.",
|
"description": "Cordova plugin to prevent the app from going to sleep in background.",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "de.appplant.cordova.plugin.background-mode",
|
"id": "cordova-plugin-background-mode",
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"ios",
|
"ios",
|
||||||
"android",
|
"android"
|
||||||
"wp8"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/katzer/cordova-plugin-background-mode.git"
|
"url": "git+https://github.com/katzer/cordova-plugin-background-mode.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"appplant",
|
"appplant",
|
||||||
"background",
|
"background",
|
||||||
"mode",
|
|
||||||
"background-mode",
|
|
||||||
"katzer",
|
|
||||||
"ecosystem:cordova",
|
"ecosystem:cordova",
|
||||||
"cordova-ios",
|
"cordova-ios",
|
||||||
"cordova-android",
|
"cordova-android"
|
||||||
"cordova-wp8"
|
|
||||||
],
|
],
|
||||||
"engines": [
|
"engines": [
|
||||||
{
|
{
|
||||||
@ -36,5 +31,5 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/katzer/cordova-plugin-background-mode/issues"
|
"url": "https://github.com/katzer/cordova-plugin-background-mode/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/katzer/cordova-plugin-background-mode"
|
"homepage": "https://github.com/katzer/cordova-plugin-background-mode#readme"
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="de.appplant.cordova.plugin.background-mode"
|
id="cordova-plugin-background-mode"
|
||||||
version="0.6.4">
|
version="0.6.4">
|
||||||
|
|
||||||
<name>BackgroundMode</name>
|
<name>BackgroundMode</name>
|
||||||
|
Loading…
Reference in New Issue
Block a user