This commit is contained in:
Patrick Nikoletich 2017-12-13 14:47:01 -08:00
Родитель eb71d88c1b
Коммит 6c2e8fb683
17 изменённых файлов: 68 добавлений и 68 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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"

Просмотреть файл

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-mobile-center-analytics"
<plugin id="cordova-plugin-appcenter-analytics"
version="0.0.1"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
@ -10,8 +10,8 @@
</description>
<license>MIT</license>
<keywords>microsoft, azure, mobile center, analytics</keywords>
<repo>https://github.com/Microsoft/mobile-center-sdk-cordova</repo>
<issue>https://github.com/Microsoft/mobile-center-sdk-cordova/issues</issue>
<repo>https://github.com/Microsoft/appcenter-sdk-cordova</repo>
<issue>https://github.com/Microsoft/appcenter-sdk-cordova/issues</issue>
<!-- Required gradle functionality support -->
<engine name="cordova-android" version=">=4.1.0" />
@ -19,8 +19,8 @@
<engine name="cordova" version=">=6.4.0" />
<engine name="cordova-ios" version=">=4.3.0" />
<dependency id="cordova-plugin-mobile-center-shared"
subdir="cordova-plugin-mobile-center-shared"
<dependency id="cordova-plugin-appcenter-shared"
subdir="cordova-plugin-appcenter-shared"
url="." />
<js-module name="Analytics" src="www/Analytics.js">
@ -41,7 +41,7 @@
<uses-permission android:name="android.permission.INTERNET" />
</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"
target-dir="src/com/microsoft/azure/mobile/cordova" />

Просмотреть файл

@ -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"

Просмотреть файл

@ -1,5 +1,5 @@
<?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"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
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",
"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"

Просмотреть файл

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-mobile-center-crashes"
<plugin id="cordova-plugin-appcenter-crashes"
version="0.0.1"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
@ -10,8 +10,8 @@
</description>
<license>MIT</license>
<keywords>microsoft, azure, mobile center, crashes</keywords>
<repo>https://github.com/Microsoft/mobile-center-sdk-cordova</repo>
<issue>https://github.com/Microsoft/mobile-center-sdk-cordova/issues</issue>
<repo>https://github.com/Microsoft/appcenter-sdk-cordova</repo>
<issue>https://github.com/Microsoft/appcenter-sdk-cordova/issues</issue>
<!-- Required gradle functionality support -->
@ -20,8 +20,8 @@
<engine name="cordova" version=">=6.4.0" />
<engine name="cordova-ios" version=">=4.3.0" />
<dependency id="cordova-plugin-mobile-center-shared"
subdir="cordova-plugin-mobile-center-shared"
<dependency id="cordova-plugin-appcenter-shared"
subdir="cordova-plugin-appcenter-shared"
url="." />
<js-module name="Crashes" src="www/Crashes.js">
@ -42,7 +42,7 @@
<uses-permission android:name="android.permission.INTERNET" />
</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"
target-dir="src/com/microsoft/azure/mobile/cordova" />

Просмотреть файл

@ -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"

Просмотреть файл

@ -1,5 +1,5 @@
<?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"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
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",
"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"

Просмотреть файл

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-mobile-center-push"
<plugin id="cordova-plugin-appcenter-push"
version="0.0.1"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
@ -10,8 +10,8 @@
</description>
<license>MIT</license>
<keywords>microsoft, azure, mobile center, push</keywords>
<repo>https://github.com/Microsoft/mobile-center-sdk-cordova</repo>
<issue>https://github.com/Microsoft/mobile-center-sdk-cordova/issues</issue>
<repo>https://github.com/Microsoft/appcenter-sdk-cordova</repo>
<issue>https://github.com/Microsoft/appcenter-sdk-cordova/issues</issue>
<!-- Required gradle functionality support -->
@ -20,8 +20,8 @@
<engine name="cordova" version=">=6.4.0" />
<engine name="cordova-ios" version=">=4.3.0" />
<dependency id="cordova-plugin-mobile-center-shared"
subdir="cordova-plugin-mobile-center-shared"
<dependency id="cordova-plugin-appcenter-shared"
subdir="cordova-plugin-appcenter-shared"
url="." />
<js-module name="Push" src="www/Push.js">
@ -42,7 +42,7 @@
<uses-permission android:name="android.permission.INTERNET" />
</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"
custom="true" type="gradleReference" />

Просмотреть файл

@ -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"

Просмотреть файл

@ -1,5 +1,5 @@
<?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"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
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",
"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"

Просмотреть файл

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-mobile-center-shared"
<plugin id="cordova-plugin-appcenter-shared"
version="0.0.1"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
@ -10,8 +10,8 @@
</description>
<license>MIT</license>
<keywords>microsoft, azure, mobile center, shared</keywords>
<repo>https://github.com/Microsoft/mobile-center-sdk-cordova</repo>
<issue>https://github.com/Microsoft/mobile-center-sdk-cordova/issues</issue>
<repo>https://github.com/Microsoft/appcenter-sdk-cordova</repo>
<issue>https://github.com/Microsoft/appcenter-sdk-cordova/issues</issue>
<!-- Required gradle functionality support -->
<engine name="cordova-android" version=">=4.1.0" />

Просмотреть файл

@ -36,16 +36,16 @@
<engine name="android" spec="~6.3.0" />
<engine name="ios" spec="~4.5.1" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
<plugin name="cordova-plugin-mobile-center-analytics"
spec="../cordova-plugin-mobile-center-analytics" />
<plugin name="cordova-plugin-mobile-center-analytics-tests"
spec="../cordova-plugin-mobile-center-analytics/tests" />
<plugin name="cordova-plugin-mobile-center-crashes"
spec="../cordova-plugin-mobile-center-crashes" />
<plugin name="cordova-plugin-mobile-center-crashes-tests"
spec="../cordova-plugin-mobile-center-crashes/tests" />
<plugin name="cordova-plugin-mobile-center-push"
spec="../cordova-plugin-mobile-center-push" />
<plugin name="cordova-plugin-mobile-center-push-tests"
spec="../cordova-plugin-mobile-center-push/tests" />
<plugin name="cordova-plugin-appcenter-analytics"
spec="../cordova-plugin-appcenter-analytics" />
<plugin name="cordova-plugin-appcenter-analytics-tests"
spec="../cordova-plugin-appcenter-analytics/tests" />
<plugin name="cordova-plugin-appcenter-crashes"
spec="../cordova-plugin-appcenter-crashes" />
<plugin name="cordova-plugin-appcenter-crashes-tests"
spec="../cordova-plugin-appcenter-crashes/tests" />
<plugin name="cordova-plugin-appcenter-push"
spec="../cordova-plugin-appcenter-push" />
<plugin name="cordova-plugin-appcenter-push-tests"
spec="../cordova-plugin-appcenter-push/tests" />
</widget>

Просмотреть файл

@ -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"