You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/07/24 02:14:43 UTC

git commit: [CB-4366] Explicit MobileCoreServices.framework dependency should be specified for some core plugins

Updated Branches:
  refs/heads/master e0a0ab04e -> 698d7f6d2


[CB-4366] Explicit MobileCoreServices.framework dependency should be specified for some core plugins


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

Branch: refs/heads/master
Commit: 698d7f6d2d2f2e9364451d5c0b4c763eae97c192
Parents: e0a0ab0
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Jul 23 17:14:39 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Jul 23 17:14:39 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/698d7f6d/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index f19dd2d..fb74905 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -109,6 +109,7 @@
         </js-module>
         
         <framework src="AssetsLibrary.framework" />
+        <framework src="MobileCoreServices.framework" />
     </platform>    
 
     <!-- wp7 -->