Renaming to App Center
This commit is contained in:
Родитель
eb71d88c1b
Коммит
6c2e8fb683
|
@ -19,9 +19,9 @@ You can get familiar with SDK quickly by cloning this repository and running sam
|
||||||
To add SDK to your app add the plugins for Mobile Center functionalities you want to use using Cordova CLI:
|
To add SDK to your app add the plugins for Mobile Center functionalities you want to use using Cordova CLI:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cordova plugin add cordova-plugin-mobile-center-analytics
|
cordova plugin add cordova-plugin-appcenter-analytics
|
||||||
cordova plugin add cordova-plugin-mobile-center-crashes
|
cordova plugin add cordova-plugin-appcenter-crashes
|
||||||
cordova plugin add cordova-plugin-mobile-center-push
|
cordova plugin add cordova-plugin-appcenter-push
|
||||||
```
|
```
|
||||||
|
|
||||||
This will install all three plugins.
|
This will install all three plugins.
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
{
|
{
|
||||||
"name": "cordova-plugin-mobile-center-analytics",
|
"name": "cordova-plugin-appcenter-analytics",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Provides Microsoft Azure Mobile Center Analytics client for Cordova",
|
"description": "Provides Microsoft Azure Mobile Center Analytics client for Cordova",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Microsoft Corporation",
|
"author": "Microsoft Corporation",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/Microsoft/mobile-center-sdk-cordova.git"
|
"url": "git+https://github.com/Microsoft/appcenter-sdk-cordova.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Microsoft/mobile-center-sdk-cordova/issues"
|
"url": "https://github.com/Microsoft/appcenter-sdk-cordova/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/Microsoft/mobile-center-sdk-cordova/blob/master/README.md",
|
"homepage": "https://github.com/Microsoft/appcenter-sdk-cordova/blob/master/README.md",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "mobile-center-analytics",
|
"id": "appcenter-analytics",
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"android",
|
"android",
|
||||||
"ios"
|
"ios"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<plugin id="cordova-plugin-mobile-center-analytics"
|
<plugin id="cordova-plugin-appcenter-analytics"
|
||||||
version="0.0.1"
|
version="0.0.1"
|
||||||
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
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">
|
||||||
|
@ -10,8 +10,8 @@
|
||||||
</description>
|
</description>
|
||||||
<license>MIT</license>
|
<license>MIT</license>
|
||||||
<keywords>microsoft, azure, mobile center, analytics</keywords>
|
<keywords>microsoft, azure, mobile center, analytics</keywords>
|
||||||
<repo>https://github.com/Microsoft/mobile-center-sdk-cordova</repo>
|
<repo>https://github.com/Microsoft/appcenter-sdk-cordova</repo>
|
||||||
<issue>https://github.com/Microsoft/mobile-center-sdk-cordova/issues</issue>
|
<issue>https://github.com/Microsoft/appcenter-sdk-cordova/issues</issue>
|
||||||
|
|
||||||
<!-- Required gradle functionality support -->
|
<!-- Required gradle functionality support -->
|
||||||
<engine name="cordova-android" version=">=4.1.0" />
|
<engine name="cordova-android" version=">=4.1.0" />
|
||||||
|
@ -19,8 +19,8 @@
|
||||||
<engine name="cordova" version=">=6.4.0" />
|
<engine name="cordova" version=">=6.4.0" />
|
||||||
<engine name="cordova-ios" version=">=4.3.0" />
|
<engine name="cordova-ios" version=">=4.3.0" />
|
||||||
|
|
||||||
<dependency id="cordova-plugin-mobile-center-shared"
|
<dependency id="cordova-plugin-appcenter-shared"
|
||||||
subdir="cordova-plugin-mobile-center-shared"
|
subdir="cordova-plugin-appcenter-shared"
|
||||||
url="." />
|
url="." />
|
||||||
|
|
||||||
<js-module name="Analytics" src="www/Analytics.js">
|
<js-module name="Analytics" src="www/Analytics.js">
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
<framework src="com.microsoft.azure.mobile:mobile-center-analytics:0.12.0" />
|
<framework src="com.microsoft.azure.mobile:appcenter-analytics:0.12.0" />
|
||||||
|
|
||||||
<source-file src="src/android/MobileCenterAnalyticsPlugin.java"
|
<source-file src="src/android/MobileCenterAnalyticsPlugin.java"
|
||||||
target-dir="src/com/microsoft/azure/mobile/cordova" />
|
target-dir="src/com/microsoft/azure/mobile/cordova" />
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "cordova-plugin-mobile-center-analytics-tests",
|
"name": "cordova-plugin-appcenter-analytics-tests",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "cordova-plugin-mobile-center-analytics-tests",
|
"id": "cordova-plugin-appcenter-analytics-tests",
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"android",
|
"android",
|
||||||
"ios"
|
"ios"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<plugin id="cordova-plugin-mobile-center-analytics-tests"
|
<plugin id="cordova-plugin-appcenter-analytics-tests"
|
||||||
version="0.0.1"
|
version="0.0.1"
|
||||||
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
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">
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
{
|
{
|
||||||
"name": "cordova-plugin-mobile-center-crashes",
|
"name": "cordova-plugin-appcenter-crashes",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Provides Microsoft Azure Mobile Center Crashes client for Cordova",
|
"description": "Provides Microsoft Azure Mobile Center Crashes client for Cordova",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Microsoft Corporation",
|
"author": "Microsoft Corporation",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/Microsoft/mobile-center-sdk-cordova.git"
|
"url": "git+https://github.com/Microsoft/appcenter-sdk-cordova.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Microsoft/mobile-center-sdk-cordova/issues"
|
"url": "https://github.com/Microsoft/appcenter-sdk-cordova/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/Microsoft/mobile-center-sdk-cordova/blob/master/README.md",
|
"homepage": "https://github.com/Microsoft/appcenter-sdk-cordova/blob/master/README.md",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "mobile-center-crashes",
|
"id": "appcenter-crashes",
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"android",
|
"android",
|
||||||
"ios"
|
"ios"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<plugin id="cordova-plugin-mobile-center-crashes"
|
<plugin id="cordova-plugin-appcenter-crashes"
|
||||||
version="0.0.1"
|
version="0.0.1"
|
||||||
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
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">
|
||||||
|
@ -10,8 +10,8 @@
|
||||||
</description>
|
</description>
|
||||||
<license>MIT</license>
|
<license>MIT</license>
|
||||||
<keywords>microsoft, azure, mobile center, crashes</keywords>
|
<keywords>microsoft, azure, mobile center, crashes</keywords>
|
||||||
<repo>https://github.com/Microsoft/mobile-center-sdk-cordova</repo>
|
<repo>https://github.com/Microsoft/appcenter-sdk-cordova</repo>
|
||||||
<issue>https://github.com/Microsoft/mobile-center-sdk-cordova/issues</issue>
|
<issue>https://github.com/Microsoft/appcenter-sdk-cordova/issues</issue>
|
||||||
|
|
||||||
|
|
||||||
<!-- Required gradle functionality support -->
|
<!-- Required gradle functionality support -->
|
||||||
|
@ -20,8 +20,8 @@
|
||||||
<engine name="cordova" version=">=6.4.0" />
|
<engine name="cordova" version=">=6.4.0" />
|
||||||
<engine name="cordova-ios" version=">=4.3.0" />
|
<engine name="cordova-ios" version=">=4.3.0" />
|
||||||
|
|
||||||
<dependency id="cordova-plugin-mobile-center-shared"
|
<dependency id="cordova-plugin-appcenter-shared"
|
||||||
subdir="cordova-plugin-mobile-center-shared"
|
subdir="cordova-plugin-appcenter-shared"
|
||||||
url="." />
|
url="." />
|
||||||
|
|
||||||
<js-module name="Crashes" src="www/Crashes.js">
|
<js-module name="Crashes" src="www/Crashes.js">
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
<framework src="com.microsoft.azure.mobile:mobile-center-crashes:0.12.0" />
|
<framework src="com.microsoft.azure.mobile:appcenter-crashes:0.12.0" />
|
||||||
|
|
||||||
<source-file src="src/android/MobileCenterCrashesPlugin.java"
|
<source-file src="src/android/MobileCenterCrashesPlugin.java"
|
||||||
target-dir="src/com/microsoft/azure/mobile/cordova" />
|
target-dir="src/com/microsoft/azure/mobile/cordova" />
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "cordova-plugin-mobile-center-crashes-tests",
|
"name": "cordova-plugin-appcenter-crashes-tests",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "cordova-plugin-mobile-center-crashes-tests",
|
"id": "cordova-plugin-appcenter-crashes-tests",
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"android",
|
"android",
|
||||||
"ios"
|
"ios"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<plugin id="cordova-plugin-mobile-center-crashes-tests"
|
<plugin id="cordova-plugin-appcenter-crashes-tests"
|
||||||
version="0.0.1"
|
version="0.0.1"
|
||||||
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
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">
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
{
|
{
|
||||||
"name": "cordova-plugin-mobile-center-push",
|
"name": "cordova-plugin-appcenter-push",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Provides Microsoft Azure Mobile Center Push client for Cordova",
|
"description": "Provides Microsoft Azure Mobile Center Push client for Cordova",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Microsoft Corporation",
|
"author": "Microsoft Corporation",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/Microsoft/mobile-center-sdk-cordova.git"
|
"url": "git+https://github.com/Microsoft/appcenter-sdk-cordova.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Microsoft/mobile-center-sdk-cordova/issues"
|
"url": "https://github.com/Microsoft/appcenter-sdk-cordova/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/Microsoft/mobile-center-sdk-cordova/blob/master/README.md",
|
"homepage": "https://github.com/Microsoft/appcenter-sdk-cordova/blob/master/README.md",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "mobile-center-crashes",
|
"id": "appcenter-crashes",
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"android",
|
"android",
|
||||||
"ios"
|
"ios"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<plugin id="cordova-plugin-mobile-center-push"
|
<plugin id="cordova-plugin-appcenter-push"
|
||||||
version="0.0.1"
|
version="0.0.1"
|
||||||
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
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">
|
||||||
|
@ -10,8 +10,8 @@
|
||||||
</description>
|
</description>
|
||||||
<license>MIT</license>
|
<license>MIT</license>
|
||||||
<keywords>microsoft, azure, mobile center, push</keywords>
|
<keywords>microsoft, azure, mobile center, push</keywords>
|
||||||
<repo>https://github.com/Microsoft/mobile-center-sdk-cordova</repo>
|
<repo>https://github.com/Microsoft/appcenter-sdk-cordova</repo>
|
||||||
<issue>https://github.com/Microsoft/mobile-center-sdk-cordova/issues</issue>
|
<issue>https://github.com/Microsoft/appcenter-sdk-cordova/issues</issue>
|
||||||
|
|
||||||
|
|
||||||
<!-- Required gradle functionality support -->
|
<!-- Required gradle functionality support -->
|
||||||
|
@ -20,8 +20,8 @@
|
||||||
<engine name="cordova" version=">=6.4.0" />
|
<engine name="cordova" version=">=6.4.0" />
|
||||||
<engine name="cordova-ios" version=">=4.3.0" />
|
<engine name="cordova-ios" version=">=4.3.0" />
|
||||||
|
|
||||||
<dependency id="cordova-plugin-mobile-center-shared"
|
<dependency id="cordova-plugin-appcenter-shared"
|
||||||
subdir="cordova-plugin-mobile-center-shared"
|
subdir="cordova-plugin-appcenter-shared"
|
||||||
url="." />
|
url="." />
|
||||||
|
|
||||||
<js-module name="Push" src="www/Push.js">
|
<js-module name="Push" src="www/Push.js">
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
<framework src="com.microsoft.azure.mobile:mobile-center-push:0.12.0" />
|
<framework src="com.microsoft.azure.mobile:appcenter-push:0.12.0" />
|
||||||
<framework src="src/android/MobileCenterPush.gradle"
|
<framework src="src/android/MobileCenterPush.gradle"
|
||||||
custom="true" type="gradleReference" />
|
custom="true" type="gradleReference" />
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "cordova-plugin-mobile-center-push-tests",
|
"name": "cordova-plugin-appcenter-push-tests",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "cordova-plugin-mobile-center-push-tests",
|
"id": "cordova-plugin-appcenter-push-tests",
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"android",
|
"android",
|
||||||
"ios"
|
"ios"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<plugin id="cordova-plugin-mobile-center-push-tests"
|
<plugin id="cordova-plugin-appcenter-push-tests"
|
||||||
version="0.0.1"
|
version="0.0.1"
|
||||||
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
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">
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
{
|
{
|
||||||
"name": "cordova-plugin-mobile-center-shared",
|
"name": "cordova-plugin-appcenter-shared",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Provides Microsoft Azure Mobile Center shared functionality for Cordova",
|
"description": "Provides Microsoft Azure Mobile Center shared functionality for Cordova",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Microsoft Corporation",
|
"author": "Microsoft Corporation",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/Microsoft/mobile-center-sdk-cordova.git"
|
"url": "git+https://github.com/Microsoft/appcenter-sdk-cordova.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Microsoft/mobile-center-sdk-cordova/issues"
|
"url": "https://github.com/Microsoft/appcenter-sdk-cordova/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/Microsoft/mobile-center-sdk-cordova/blob/master/README.md",
|
"homepage": "https://github.com/Microsoft/appcenter-sdk-cordova/blob/master/README.md",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "cordova-plugin-mobile-center-shared",
|
"id": "cordova-plugin-appcenter-shared",
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"android",
|
"android",
|
||||||
"ios"
|
"ios"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<plugin id="cordova-plugin-mobile-center-shared"
|
<plugin id="cordova-plugin-appcenter-shared"
|
||||||
version="0.0.1"
|
version="0.0.1"
|
||||||
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
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">
|
||||||
|
@ -10,8 +10,8 @@
|
||||||
</description>
|
</description>
|
||||||
<license>MIT</license>
|
<license>MIT</license>
|
||||||
<keywords>microsoft, azure, mobile center, shared</keywords>
|
<keywords>microsoft, azure, mobile center, shared</keywords>
|
||||||
<repo>https://github.com/Microsoft/mobile-center-sdk-cordova</repo>
|
<repo>https://github.com/Microsoft/appcenter-sdk-cordova</repo>
|
||||||
<issue>https://github.com/Microsoft/mobile-center-sdk-cordova/issues</issue>
|
<issue>https://github.com/Microsoft/appcenter-sdk-cordova/issues</issue>
|
||||||
|
|
||||||
<!-- Required gradle functionality support -->
|
<!-- Required gradle functionality support -->
|
||||||
<engine name="cordova-android" version=">=4.1.0" />
|
<engine name="cordova-android" version=">=4.1.0" />
|
||||||
|
|
|
@ -36,16 +36,16 @@
|
||||||
<engine name="android" spec="~6.3.0" />
|
<engine name="android" spec="~6.3.0" />
|
||||||
<engine name="ios" spec="~4.5.1" />
|
<engine name="ios" spec="~4.5.1" />
|
||||||
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
|
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
|
||||||
<plugin name="cordova-plugin-mobile-center-analytics"
|
<plugin name="cordova-plugin-appcenter-analytics"
|
||||||
spec="../cordova-plugin-mobile-center-analytics" />
|
spec="../cordova-plugin-appcenter-analytics" />
|
||||||
<plugin name="cordova-plugin-mobile-center-analytics-tests"
|
<plugin name="cordova-plugin-appcenter-analytics-tests"
|
||||||
spec="../cordova-plugin-mobile-center-analytics/tests" />
|
spec="../cordova-plugin-appcenter-analytics/tests" />
|
||||||
<plugin name="cordova-plugin-mobile-center-crashes"
|
<plugin name="cordova-plugin-appcenter-crashes"
|
||||||
spec="../cordova-plugin-mobile-center-crashes" />
|
spec="../cordova-plugin-appcenter-crashes" />
|
||||||
<plugin name="cordova-plugin-mobile-center-crashes-tests"
|
<plugin name="cordova-plugin-appcenter-crashes-tests"
|
||||||
spec="../cordova-plugin-mobile-center-crashes/tests" />
|
spec="../cordova-plugin-appcenter-crashes/tests" />
|
||||||
<plugin name="cordova-plugin-mobile-center-push"
|
<plugin name="cordova-plugin-appcenter-push"
|
||||||
spec="../cordova-plugin-mobile-center-push" />
|
spec="../cordova-plugin-appcenter-push" />
|
||||||
<plugin name="cordova-plugin-mobile-center-push-tests"
|
<plugin name="cordova-plugin-appcenter-push-tests"
|
||||||
spec="../cordova-plugin-mobile-center-push/tests" />
|
spec="../cordova-plugin-appcenter-push/tests" />
|
||||||
</widget>
|
</widget>
|
||||||
|
|
|
@ -6,12 +6,12 @@
|
||||||
"author": "Microsoft Corporation",
|
"author": "Microsoft Corporation",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/Microsoft/mobile-center-sdk-cordova.git"
|
"url": "git+https://github.com/Microsoft/appcenter-sdk-cordova.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Microsoft/mobile-center-sdk-cordova/issues"
|
"url": "https://github.com/Microsoft/appcenter-sdk-cordova/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/Microsoft/mobile-center-sdk-cordova/blob/master/sample/README.md",
|
"homepage": "https://github.com/Microsoft/appcenter-sdk-cordova/blob/master/sample/README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"android-versions": "^1.2.1",
|
"android-versions": "^1.2.1",
|
||||||
"cordova": "6.x"
|
"cordova": "6.x"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче