snipking / cordova-hot-code-push

Plugin add hot update ability to cordova app
MIT License
35 stars 15 forks source link

Conflict found, edit-config changes from config.xml will overwrite plugin.xml changes #6

Closed julia-fix closed 2 years ago

julia-fix commented 3 years ago

After installing cordova-hot-code-push-local-dev-addon I got this warning: "Conflict found, edit-config changes from config.xml will overwrite plugin.xml changes". Is it critical? Below is list of all edit-config from my config.xml:

<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
    <application android:largeHeap="true" />
</edit-config>

<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
      <application android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" />
 </edit-config>

<edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
     <string>Need camera access to take pictures</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryUsageDescription">
      <string>Need photo library access to get pictures from there</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryAddUsageDescription">
       <string>Need photo library access to save pictures there</string>
 </edit-config>
 <edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
      <string>Need access to location</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSLocationAlwaysUsageDescription">
      <string>Need access to location</string>
</edit-config>
snipking commented 2 years ago

No. Looks ok.