Fix example project
Dependency for appcenter plugins not loaded locally because of the wrong path to local dir. This caused infinite installation loop.
This commit is contained in:
Родитель
35262a9f90
Коммит
7cb574b702
|
@ -20,7 +20,7 @@
|
|||
<engine name="cordova-ios" version=">=4.3.0" />
|
||||
|
||||
<dependency id="cordova-plugin-appcenter-shared"
|
||||
subdir="cordova-plugin-appcenter-shared"
|
||||
subdir="../cordova-plugin-appcenter-shared"
|
||||
url="." />
|
||||
|
||||
<js-module name="Analytics" src="www/Analytics.js">
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<engine name="cordova-ios" version=">=4.3.0" />
|
||||
|
||||
<dependency id="cordova-plugin-appcenter-shared"
|
||||
subdir="cordova-plugin-appcenter-shared"
|
||||
subdir="../cordova-plugin-appcenter-shared"
|
||||
url="." />
|
||||
|
||||
<js-module name="Crashes" src="www/Crashes.js">
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<engine name="cordova-ios" version=">=4.3.0" />
|
||||
|
||||
<dependency id="cordova-plugin-appcenter-shared"
|
||||
subdir="cordova-plugin-appcenter-shared"
|
||||
subdir="../cordova-plugin-appcenter-shared"
|
||||
url="." />
|
||||
|
||||
<js-module name="Push" src="www/Push.js">
|
||||
|
|
Загрузка…
Ссылка в новой задаче