Merge pull request #3929 from alfonso-salces/MOBILE-4501

MOBILE-4501 plugin.xml: Remove unknown js files references
main
Noel De Martin 2024-02-14 11:37:06 +01:00 committed by GitHub
commit cf2639e134
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 12 deletions

View File

@ -23,10 +23,6 @@
</feature>
</config-file>
<js-module name="Diagnostic" src="www/android/diagnostic.js">
<merges target="com.moodle.moodlemobile.diagnostic" />
</js-module>
<source-file src="src/android/Diagnostic.java" target-dir="src/cordova/plugins" />
<source-file src="src/android/Diagnostic_Location.java" target-dir="src/cordova/plugins" />
@ -56,10 +52,6 @@
</feature>
</config-file>
<js-module src="www/ios/diagnostic.js" name="Diagnostic">
<merges target="com.moodle.moodlemobile.diagnostic" />
</js-module>
<header-file src="src/ios/Diagnostic.h" />
<source-file src="src/ios/Diagnostic.m" />
@ -93,10 +85,6 @@
</feature>
</config-file>
<js-module src="www/ios/diagnostic.js" name="Diagnostic_Microphone">
<merges target="com.moodle.moodlemobile.microphone" />
</js-module>
<framework src="AVFoundation.framework" />
<config-file target="*-Info.plist" parent="NSMicrophoneUsageDescription">