Repository: cordova-plugin-geolocation Updated Branches: refs/heads/master 53ef27594 -> a0d48c93c
CB-7187 ios: Add explicit dependency on CoreLocation.framework Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/commit/a0d48c93 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/a0d48c93 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/a0d48c93 Branch: refs/heads/master Commit: a0d48c93cec1d9414432cec2b257d6a53282fd7b Parents: 53ef275 Author: Andrew Grieve <[email protected]> Authored: Mon Jul 21 23:02:14 2014 -0400 Committer: Andrew Grieve <[email protected]> Committed: Mon Jul 21 23:02:14 2014 -0400 ---------------------------------------------------------------------- plugin.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/a0d48c93/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index feee53a..a469993 100644 --- a/plugin.xml +++ b/plugin.xml @@ -103,7 +103,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" </feature> </config-file> <header-file src="src/ios/CDVLocation.h" /> - <source-file src="src/ios/CDVLocation.m" /> + <source-file src="src/ios/CDVLocation.m" /> + <framework src="CoreLocation.framework" /> </platform> <!-- blackberry10 -->
