Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cordova-plugin-background-geolocation
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Aksimaya
cordova-plugin-background-geolocation
Commits
5b774994
Commit
5b774994
authored
Feb 10, 2014
by
Chris Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add AudioToolbox as framework in plugin.xml. Move import to header-file
parent
e0c61bd6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
plugin.xml
plugin.xml
+1
-1
CDVBackgroundGeoLocation.h
src/ios/CDVBackgroundGeoLocation.h
+1
-0
CDVBackgroundGeoLocation.m
src/ios/CDVBackgroundGeoLocation.m
+0
-1
No files found.
plugin.xml
View file @
5b774994
...
...
@@ -60,7 +60,7 @@
<param
name=
"ios-package"
value=
"CDVBackgroundGeoLocation"
/>
</feature>
</config-file>
<framework
src=
"AudioToolbox.framework"
weak=
"true"
/>
<source-file
src=
"src/ios/CDVBackgroundGeoLocation.m"
/>
<header-file
src=
"src/ios/CDVBackgroundGeoLocation.h"
/>
</platform>
...
...
src/ios/CDVBackgroundGeoLocation.h
View file @
5b774994
...
...
@@ -6,6 +6,7 @@
#import <Cordova/CDVPlugin.h>
#import "CDVLocation.h"
#import <AudioToolbox/AudioToolbox.h>
@interface
CDVBackgroundGeoLocation
:
CDVPlugin
<
CLLocationManagerDelegate
>
-
(
void
)
configure
:(
CDVInvokedUrlCommand
*
)
command
;
...
...
src/ios/CDVBackgroundGeoLocation.m
View file @
5b774994
...
...
@@ -6,7 +6,6 @@
#import "CDVLocation.h"
#import "CDVBackgroundGeoLocation.h"
#import <Cordova/CDVJSON.h>
#import <AudioToolbox/AudioToolbox.h>
// Debug sounds for bg-geolocation life-cycle events.
// http://iphonedevwiki.net/index.php/AudioServices
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment