From 6c2e8fb683431da17cf75881144c8c16c19bd7cb Mon Sep 17 00:00:00 2001 From: Patrick Nikoletich Date: Wed, 13 Dec 2017 14:47:01 -0800 Subject: [PATCH] Renaming to App Center --- README.md | 6 ++--- .../package.json | 10 ++++---- .../plugin.xml | 12 +++++----- .../tests/package.json | 4 ++-- .../tests/plugin.xml | 2 +- .../package.json | 10 ++++---- .../plugin.xml | 12 +++++----- .../tests/package.json | 4 ++-- .../tests/plugin.xml | 2 +- .../package.json | 10 ++++---- cordova-plugin-mobile-center-push/plugin.xml | 12 +++++----- .../tests/package.json | 4 ++-- .../tests/plugin.xml | 2 +- .../package.json | 10 ++++---- .../plugin.xml | 6 ++--- sample/config.xml | 24 +++++++++---------- sample/package.json | 6 ++--- 17 files changed, 68 insertions(+), 68 deletions(-) diff --git a/README.md b/README.md index 0988bf8..1c6904c 100644 --- a/README.md +++ b/README.md @@ -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: ```bash -cordova plugin add cordova-plugin-mobile-center-analytics -cordova plugin add cordova-plugin-mobile-center-crashes -cordova plugin add cordova-plugin-mobile-center-push +cordova plugin add cordova-plugin-appcenter-analytics +cordova plugin add cordova-plugin-appcenter-crashes +cordova plugin add cordova-plugin-appcenter-push ``` This will install all three plugins. diff --git a/cordova-plugin-mobile-center-analytics/package.json b/cordova-plugin-mobile-center-analytics/package.json index 7a8034d..fb68d79 100644 --- a/cordova-plugin-mobile-center-analytics/package.json +++ b/cordova-plugin-mobile-center-analytics/package.json @@ -1,19 +1,19 @@ { - "name": "cordova-plugin-mobile-center-analytics", + "name": "cordova-plugin-appcenter-analytics", "version": "0.0.1", "description": "Provides Microsoft Azure Mobile Center Analytics client for Cordova", "license": "MIT", "author": "Microsoft Corporation", "repository": { "type": "git", - "url": "git+https://github.com/Microsoft/mobile-center-sdk-cordova.git" + "url": "git+https://github.com/Microsoft/appcenter-sdk-cordova.git" }, "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": { - "id": "mobile-center-analytics", + "id": "appcenter-analytics", "platforms": [ "android", "ios" diff --git a/cordova-plugin-mobile-center-analytics/plugin.xml b/cordova-plugin-mobile-center-analytics/plugin.xml index 7045ed6..1d5b4d5 100644 --- a/cordova-plugin-mobile-center-analytics/plugin.xml +++ b/cordova-plugin-mobile-center-analytics/plugin.xml @@ -1,5 +1,5 @@ - @@ -10,8 +10,8 @@ MIT microsoft, azure, mobile center, analytics - https://github.com/Microsoft/mobile-center-sdk-cordova - https://github.com/Microsoft/mobile-center-sdk-cordova/issues + https://github.com/Microsoft/appcenter-sdk-cordova + https://github.com/Microsoft/appcenter-sdk-cordova/issues @@ -19,8 +19,8 @@ - @@ -41,7 +41,7 @@ - + diff --git a/cordova-plugin-mobile-center-analytics/tests/package.json b/cordova-plugin-mobile-center-analytics/tests/package.json index b3408a8..a383c96 100644 --- a/cordova-plugin-mobile-center-analytics/tests/package.json +++ b/cordova-plugin-mobile-center-analytics/tests/package.json @@ -1,9 +1,9 @@ { "private": true, - "name": "cordova-plugin-mobile-center-analytics-tests", + "name": "cordova-plugin-appcenter-analytics-tests", "version": "0.0.1", "cordova": { - "id": "cordova-plugin-mobile-center-analytics-tests", + "id": "cordova-plugin-appcenter-analytics-tests", "platforms": [ "android", "ios" diff --git a/cordova-plugin-mobile-center-analytics/tests/plugin.xml b/cordova-plugin-mobile-center-analytics/tests/plugin.xml index b74c5a7..ad3463a 100644 --- a/cordova-plugin-mobile-center-analytics/tests/plugin.xml +++ b/cordova-plugin-mobile-center-analytics/tests/plugin.xml @@ -1,5 +1,5 @@ - diff --git a/cordova-plugin-mobile-center-crashes/package.json b/cordova-plugin-mobile-center-crashes/package.json index fed0c1f..f4a2fcb 100644 --- a/cordova-plugin-mobile-center-crashes/package.json +++ b/cordova-plugin-mobile-center-crashes/package.json @@ -1,19 +1,19 @@ { - "name": "cordova-plugin-mobile-center-crashes", + "name": "cordova-plugin-appcenter-crashes", "version": "0.0.1", "description": "Provides Microsoft Azure Mobile Center Crashes client for Cordova", "license": "MIT", "author": "Microsoft Corporation", "repository": { "type": "git", - "url": "git+https://github.com/Microsoft/mobile-center-sdk-cordova.git" + "url": "git+https://github.com/Microsoft/appcenter-sdk-cordova.git" }, "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": { - "id": "mobile-center-crashes", + "id": "appcenter-crashes", "platforms": [ "android", "ios" diff --git a/cordova-plugin-mobile-center-crashes/plugin.xml b/cordova-plugin-mobile-center-crashes/plugin.xml index 1ba6007..7734b35 100644 --- a/cordova-plugin-mobile-center-crashes/plugin.xml +++ b/cordova-plugin-mobile-center-crashes/plugin.xml @@ -1,5 +1,5 @@ - @@ -10,8 +10,8 @@ MIT microsoft, azure, mobile center, crashes - https://github.com/Microsoft/mobile-center-sdk-cordova - https://github.com/Microsoft/mobile-center-sdk-cordova/issues + https://github.com/Microsoft/appcenter-sdk-cordova + https://github.com/Microsoft/appcenter-sdk-cordova/issues @@ -20,8 +20,8 @@ - @@ -42,7 +42,7 @@ - + diff --git a/cordova-plugin-mobile-center-crashes/tests/package.json b/cordova-plugin-mobile-center-crashes/tests/package.json index 94e10c6..11b5da7 100644 --- a/cordova-plugin-mobile-center-crashes/tests/package.json +++ b/cordova-plugin-mobile-center-crashes/tests/package.json @@ -1,9 +1,9 @@ { "private": true, - "name": "cordova-plugin-mobile-center-crashes-tests", + "name": "cordova-plugin-appcenter-crashes-tests", "version": "0.0.1", "cordova": { - "id": "cordova-plugin-mobile-center-crashes-tests", + "id": "cordova-plugin-appcenter-crashes-tests", "platforms": [ "android", "ios" diff --git a/cordova-plugin-mobile-center-crashes/tests/plugin.xml b/cordova-plugin-mobile-center-crashes/tests/plugin.xml index 87558d1..5ac291e 100644 --- a/cordova-plugin-mobile-center-crashes/tests/plugin.xml +++ b/cordova-plugin-mobile-center-crashes/tests/plugin.xml @@ -1,5 +1,5 @@ - diff --git a/cordova-plugin-mobile-center-push/package.json b/cordova-plugin-mobile-center-push/package.json index 75431ed..e6d418e 100644 --- a/cordova-plugin-mobile-center-push/package.json +++ b/cordova-plugin-mobile-center-push/package.json @@ -1,19 +1,19 @@ { - "name": "cordova-plugin-mobile-center-push", + "name": "cordova-plugin-appcenter-push", "version": "0.0.1", "description": "Provides Microsoft Azure Mobile Center Push client for Cordova", "license": "MIT", "author": "Microsoft Corporation", "repository": { "type": "git", - "url": "git+https://github.com/Microsoft/mobile-center-sdk-cordova.git" + "url": "git+https://github.com/Microsoft/appcenter-sdk-cordova.git" }, "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": { - "id": "mobile-center-crashes", + "id": "appcenter-crashes", "platforms": [ "android", "ios" diff --git a/cordova-plugin-mobile-center-push/plugin.xml b/cordova-plugin-mobile-center-push/plugin.xml index ab8cea0..844de49 100644 --- a/cordova-plugin-mobile-center-push/plugin.xml +++ b/cordova-plugin-mobile-center-push/plugin.xml @@ -1,5 +1,5 @@ - @@ -10,8 +10,8 @@ MIT microsoft, azure, mobile center, push - https://github.com/Microsoft/mobile-center-sdk-cordova - https://github.com/Microsoft/mobile-center-sdk-cordova/issues + https://github.com/Microsoft/appcenter-sdk-cordova + https://github.com/Microsoft/appcenter-sdk-cordova/issues @@ -20,8 +20,8 @@ - @@ -42,7 +42,7 @@ - + diff --git a/cordova-plugin-mobile-center-push/tests/package.json b/cordova-plugin-mobile-center-push/tests/package.json index 126025c..e03e647 100644 --- a/cordova-plugin-mobile-center-push/tests/package.json +++ b/cordova-plugin-mobile-center-push/tests/package.json @@ -1,9 +1,9 @@ { "private": true, - "name": "cordova-plugin-mobile-center-push-tests", + "name": "cordova-plugin-appcenter-push-tests", "version": "0.0.1", "cordova": { - "id": "cordova-plugin-mobile-center-push-tests", + "id": "cordova-plugin-appcenter-push-tests", "platforms": [ "android", "ios" diff --git a/cordova-plugin-mobile-center-push/tests/plugin.xml b/cordova-plugin-mobile-center-push/tests/plugin.xml index 87c9929..d4fa144 100644 --- a/cordova-plugin-mobile-center-push/tests/plugin.xml +++ b/cordova-plugin-mobile-center-push/tests/plugin.xml @@ -1,5 +1,5 @@ - diff --git a/cordova-plugin-mobile-center-shared/package.json b/cordova-plugin-mobile-center-shared/package.json index c898217..83cd045 100644 --- a/cordova-plugin-mobile-center-shared/package.json +++ b/cordova-plugin-mobile-center-shared/package.json @@ -1,19 +1,19 @@ { - "name": "cordova-plugin-mobile-center-shared", + "name": "cordova-plugin-appcenter-shared", "version": "0.0.1", "description": "Provides Microsoft Azure Mobile Center shared functionality for Cordova", "license": "MIT", "author": "Microsoft Corporation", "repository": { "type": "git", - "url": "git+https://github.com/Microsoft/mobile-center-sdk-cordova.git" + "url": "git+https://github.com/Microsoft/appcenter-sdk-cordova.git" }, "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": { - "id": "cordova-plugin-mobile-center-shared", + "id": "cordova-plugin-appcenter-shared", "platforms": [ "android", "ios" diff --git a/cordova-plugin-mobile-center-shared/plugin.xml b/cordova-plugin-mobile-center-shared/plugin.xml index 1cde656..f3b5dba 100644 --- a/cordova-plugin-mobile-center-shared/plugin.xml +++ b/cordova-plugin-mobile-center-shared/plugin.xml @@ -1,5 +1,5 @@ - @@ -10,8 +10,8 @@ MIT microsoft, azure, mobile center, shared - https://github.com/Microsoft/mobile-center-sdk-cordova - https://github.com/Microsoft/mobile-center-sdk-cordova/issues + https://github.com/Microsoft/appcenter-sdk-cordova + https://github.com/Microsoft/appcenter-sdk-cordova/issues diff --git a/sample/config.xml b/sample/config.xml index dce9131..43e5e64 100644 --- a/sample/config.xml +++ b/sample/config.xml @@ -36,16 +36,16 @@ - - - - - - + + + + + + diff --git a/sample/package.json b/sample/package.json index 87b67b8..35e4e31 100644 --- a/sample/package.json +++ b/sample/package.json @@ -6,12 +6,12 @@ "author": "Microsoft Corporation", "repository": { "type": "git", - "url": "git+https://github.com/Microsoft/mobile-center-sdk-cordova.git" + "url": "git+https://github.com/Microsoft/appcenter-sdk-cordova.git" }, "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": { "android-versions": "^1.2.1", "cordova": "6.x"