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
af8cfad9
Commit
af8cfad9
authored
Aug 01, 2014
by
Chris Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot to synthesize @property
parent
7c2e0ab7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
plugin.xml
plugin.xml
+1
-1
CDVBackgroundGeoLocation.m
src/ios/CDVBackgroundGeoLocation.m
+1
-0
No files found.
plugin.xml
View file @
af8cfad9
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<plugin
xmlns=
"http://www.phonegap.com/ns/plugins/1.0"
<plugin
xmlns=
"http://www.phonegap.com/ns/plugins/1.0"
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:android=
"http://schemas.android.com/apk/res/android"
id=
"org.transistorsoft.cordova.background-geolocation"
id=
"org.transistorsoft.cordova.background-geolocation"
version=
"0.3.
1
"
>
version=
"0.3.
2
"
>
<name>
CDVBackgroundGeoLocation
</name>
<name>
CDVBackgroundGeoLocation
</name>
<description>
Cordova Background GeoLocation Plugin
</description>
<description>
Cordova Background GeoLocation Plugin
</description>
<license>
MIT
</license>
<license>
MIT
</license>
...
...
src/ios/CDVBackgroundGeoLocation.m
View file @
af8cfad9
...
@@ -48,6 +48,7 @@
...
@@ -48,6 +48,7 @@
NSInteger
desiredAccuracy
;
NSInteger
desiredAccuracy
;
CLActivityType
activityType
;
CLActivityType
activityType
;
}
}
@synthesize
syncCallbackId
;
-
(
void
)
pluginInitialize
-
(
void
)
pluginInitialize
{
{
...
...
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