pull blackberry10 target from build
This commit is contained in:
parent
9cfaaae6cb
commit
12e7c24a3d
2 changed files with 1 additions and 4 deletions
|
@ -85,7 +85,6 @@
|
||||||
<icon height="144" src="resources/icon-144.png" width="144" />
|
<icon height="144" src="resources/icon-144.png" width="144" />
|
||||||
</platform>
|
</platform>
|
||||||
<engine name="android" spec="^6.2.3" />
|
<engine name="android" spec="^6.2.3" />
|
||||||
<engine name="blackberry10" spec="^3.8.0" />
|
|
||||||
<plugin name="cordova-plugin-console" spec="^1.0.5" />
|
<plugin name="cordova-plugin-console" spec="^1.0.5" />
|
||||||
<plugin name="cordova-plugin-device" spec="^1.1.4" />
|
<plugin name="cordova-plugin-device" spec="^1.1.4" />
|
||||||
<plugin name="cordova-plugin-inappbrowser" spec="^1.7.1" />
|
<plugin name="cordova-plugin-inappbrowser" spec="^1.7.1" />
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
"@ionic-native/status-bar": "3.10.2",
|
"@ionic-native/status-bar": "3.10.2",
|
||||||
"@ionic/storage": "2.0.1",
|
"@ionic/storage": "2.0.1",
|
||||||
"cordova-android": "^6.2.3",
|
"cordova-android": "^6.2.3",
|
||||||
"cordova-blackberry10": "^3.8.0",
|
|
||||||
"cordova-plugin-console": "^1.0.5",
|
"cordova-plugin-console": "^1.0.5",
|
||||||
"cordova-plugin-device": "^1.1.4",
|
"cordova-plugin-device": "^1.1.4",
|
||||||
"cordova-plugin-inappbrowser": "^1.7.1",
|
"cordova-plugin-inappbrowser": "^1.7.1",
|
||||||
|
@ -60,8 +59,7 @@
|
||||||
"cordova-plugin-inappbrowser": {}
|
"cordova-plugin-inappbrowser": {}
|
||||||
},
|
},
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"android",
|
"android"
|
||||||
"blackberry10"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue