Commit af8cfad9 authored by Chris Scott's avatar Chris Scott

Forgot to synthesize @property

parent 7c2e0ab7
......@@ -3,7 +3,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="org.transistorsoft.cordova.background-geolocation"
version="0.3.1">
version="0.3.2">
<name>CDVBackgroundGeoLocation</name>
<description>Cordova Background GeoLocation Plugin</description>
<license>MIT</license>
......
......@@ -48,6 +48,7 @@
NSInteger desiredAccuracy;
CLActivityType activityType;
}
@synthesize syncCallbackId;
- (void)pluginInitialize
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment