Updated Branches: refs/heads/dev 51fe12ef2 -> bfbb3e982
[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/dev Commit: bfbb3e9823d5fbf9333618dae88bb5d4fb215367 Parents: 51fe12e Author: lmnbeyond <[email protected]> Authored: Wed Aug 14 18:48:03 2013 +0800 Committer: Max Woghiren <[email protected]> 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" />
