You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/09/06 07:12:13 UTC

[2/4] git commit: [CB-4580] fixed up duplicate definitions of module id

[CB-4580] fixed up duplicate definitions of module id


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/bfbb3e98
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/bfbb3e98
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/bfbb3e98

Branch: refs/heads/master
Commit: bfbb3e9823d5fbf9333618dae88bb5d4fb215367
Parents: 51fe12e
Author: lmnbeyond <lm...@gmail.com>
Authored: Wed Aug 14 18:48:03 2013 +0800
Committer: Max Woghiren <ma...@gmail.com>
Committed: Tue Aug 27 11:04:51 2013 -0400

----------------------------------------------------------------------
 plugin.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/bfbb3e98/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 062530d..b6ba4e2 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -73,11 +73,11 @@
             </feature>
         </config-file>
 
-        <js-module src="www/ios/contacts.js" name="contacts">
+        <js-module src="www/ios/contacts.js" name="contacts-ios">
             <merges target="navigator.contacts" />
         </js-module>
 
-        <js-module src="www/ios/Contact.js" name="Contact">
+        <js-module src="www/ios/Contact.js" name="Contact-iOS">
             <merges target="Contact" />
         </js-module>
 
@@ -85,7 +85,7 @@
         <source-file src="src/ios/CDVContacts.m" />
         <header-file src="src/ios/CDVContact.h" />
         <source-file src="src/ios/CDVContact.m" />
-        
+
         <framework src="AddressBook.framework" weak="true" />
         <framework src="AddressBookUI.framework" weak="true" />
         <framework src="CoreGraphics.framework" />