react-native-background-geolocation 4.19.0 → 4.19.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -75,9 +75,9 @@ dependencies {
75
75
 
76
76
  def locationMajorVersion = playServicesLocationVersion.split('\\.')[0] as int
77
77
  if (locationMajorVersion >= 21) {
78
- api(group: 'com.transistorsoft', name:'tslocationmanager-v21', version: '+')
78
+ api(group: 'com.transistorsoft', name:'tslocationmanager-v21', version: '3.+')
79
79
  } else {
80
- api(group: 'com.transistorsoft', name:'tslocationmanager', version: '+')
80
+ api(group: 'com.transistorsoft', name:'tslocationmanager', version: '3.+')
81
81
  }
82
82
 
83
83
  implementation "androidx.appcompat:appcompat:$appCompatVersion"
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "react-native-background-geolocation",
3
- "version": "4.19.0",
3
+ "version": "4.19.2",
4
4
  "description": "The most sophisticated cross-platform background location-tracking & geofencing module with battery-conscious motion-detection intelligence",
5
5
  "scripts": {
6
6
  "build": "yarn run build:expo",
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
- "build:expo": "rimraf expo/plugin/build && tsc --build ./expo/plugin"
8
+ "build:expo": "rimraf expo/plugin/build && tsc --build ./expo/plugin",
9
+ "prepublishOnly": "npm run build"
9
10
  },
10
11
  "main": "src/index.js",
11
12
  "repository": {
@@ -1,22 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="CompilerConfiguration">
4
- <resourceExtensions />
5
- <wildcardResourcePatterns>
6
- <entry name="!?*.java" />
7
- <entry name="!?*.form" />
8
- <entry name="!?*.class" />
9
- <entry name="!?*.groovy" />
10
- <entry name="!?*.scala" />
11
- <entry name="!?*.flex" />
12
- <entry name="!?*.kt" />
13
- <entry name="!?*.clj" />
14
- <entry name="!?*.aj" />
15
- </wildcardResourcePatterns>
16
- <annotationProcessing>
17
- <profile default="true" name="Default" enabled="false">
18
- <processorPath useClasspath="true" />
19
- </profile>
20
- </annotationProcessing>
21
- </component>
22
- </project>
@@ -1,3 +0,0 @@
1
- <component name="CopyrightManager">
2
- <settings default="" />
3
- </component>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="Encoding">
4
- <file url="PROJECT" charset="UTF-8" />
5
- </component>
6
- </project>
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="GradleSettings">
4
- <option name="linkedExternalProjectsSettings">
5
- <GradleProjectSettings>
6
- <option name="distributionType" value="DEFAULT_WRAPPED" />
7
- <option name="externalProjectPath" value="$PROJECT_DIR$" />
8
- <option name="resolveModulePerSourceSet" value="false" />
9
- </GradleProjectSettings>
10
- </option>
11
- </component>
12
- </project>
@@ -1,4 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" />
4
- </project>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/android.iml" filepath="$PROJECT_DIR$/android.iml" />
6
- </modules>
7
- </component>
8
- </project>
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="RunConfigurationProducerService">
4
- <option name="ignoredProducers">
5
- <set>
6
- <option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
7
- <option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
8
- <option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />
9
- </set>
10
- </option>
11
- </component>
12
- </project>
@@ -1,41 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>IDESourceControlProjectFavoriteDictionaryKey</key>
6
- <false/>
7
- <key>IDESourceControlProjectIdentifier</key>
8
- <string>4A7DE3DE-54D9-4AE9-B27F-9EB2BA435688</string>
9
- <key>IDESourceControlProjectName</key>
10
- <string>RNBackgroundGeolocation</string>
11
- <key>IDESourceControlProjectOriginsDictionary</key>
12
- <dict>
13
- <key>696C980427008B088C59F77220A0BC747AEED9B8</key>
14
- <string>github.com:christocracy/react-native-background-geolocation.git</string>
15
- </dict>
16
- <key>IDESourceControlProjectPath</key>
17
- <string>RNBackgroundGeolocation.xcodeproj</string>
18
- <key>IDESourceControlProjectRelativeInstallPathDictionary</key>
19
- <dict>
20
- <key>696C980427008B088C59F77220A0BC747AEED9B8</key>
21
- <string>../..</string>
22
- </dict>
23
- <key>IDESourceControlProjectURL</key>
24
- <string>github.com:christocracy/react-native-background-geolocation.git</string>
25
- <key>IDESourceControlProjectVersion</key>
26
- <integer>111</integer>
27
- <key>IDESourceControlProjectWCCIdentifier</key>
28
- <string>696C980427008B088C59F77220A0BC747AEED9B8</string>
29
- <key>IDESourceControlProjectWCConfigurations</key>
30
- <array>
31
- <dict>
32
- <key>IDESourceControlRepositoryExtensionIdentifierKey</key>
33
- <string>public.vcs.git</string>
34
- <key>IDESourceControlWCCIdentifierKey</key>
35
- <string>696C980427008B088C59F77220A0BC747AEED9B8</string>
36
- <key>IDESourceControlWCCName</key>
37
- <string>react-native-background-geolocation</string>
38
- </dict>
39
- </array>
40
- </dict>
41
- </plist>
@@ -1,80 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Scheme
3
- LastUpgradeVersion = "0940"
4
- version = "1.3">
5
- <BuildAction
6
- parallelizeBuildables = "YES"
7
- buildImplicitDependencies = "YES">
8
- <BuildActionEntries>
9
- <BuildActionEntry
10
- buildForTesting = "YES"
11
- buildForRunning = "YES"
12
- buildForProfiling = "YES"
13
- buildForArchiving = "YES"
14
- buildForAnalyzing = "YES">
15
- <BuildableReference
16
- BuildableIdentifier = "primary"
17
- BlueprintIdentifier = "831FD2901DCA883300F8F62A"
18
- BuildableName = "Build"
19
- BlueprintName = "Build"
20
- ReferencedContainer = "container:RNBackgroundGeolocation.xcodeproj">
21
- </BuildableReference>
22
- </BuildActionEntry>
23
- </BuildActionEntries>
24
- </BuildAction>
25
- <TestAction
26
- buildConfiguration = "Debug"
27
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29
- shouldUseLaunchSchemeArgsEnv = "YES">
30
- <Testables>
31
- </Testables>
32
- <AdditionalOptions>
33
- </AdditionalOptions>
34
- </TestAction>
35
- <LaunchAction
36
- buildConfiguration = "Debug"
37
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
38
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
39
- launchStyle = "0"
40
- useCustomWorkingDirectory = "NO"
41
- ignoresPersistentStateOnLaunch = "NO"
42
- debugDocumentVersioning = "YES"
43
- debugServiceExtension = "internal"
44
- allowLocationSimulation = "YES">
45
- <MacroExpansion>
46
- <BuildableReference
47
- BuildableIdentifier = "primary"
48
- BlueprintIdentifier = "831FD2901DCA883300F8F62A"
49
- BuildableName = "Build"
50
- BlueprintName = "Build"
51
- ReferencedContainer = "container:RNBackgroundGeolocation.xcodeproj">
52
- </BuildableReference>
53
- </MacroExpansion>
54
- <AdditionalOptions>
55
- </AdditionalOptions>
56
- </LaunchAction>
57
- <ProfileAction
58
- buildConfiguration = "Release"
59
- shouldUseLaunchSchemeArgsEnv = "YES"
60
- savedToolIdentifier = ""
61
- useCustomWorkingDirectory = "NO"
62
- debugDocumentVersioning = "YES">
63
- <MacroExpansion>
64
- <BuildableReference
65
- BuildableIdentifier = "primary"
66
- BlueprintIdentifier = "831FD2901DCA883300F8F62A"
67
- BuildableName = "Build"
68
- BlueprintName = "Build"
69
- ReferencedContainer = "container:RNBackgroundGeolocation.xcodeproj">
70
- </BuildableReference>
71
- </MacroExpansion>
72
- </ProfileAction>
73
- <AnalyzeAction
74
- buildConfiguration = "Debug">
75
- </AnalyzeAction>
76
- <ArchiveAction
77
- buildConfiguration = "Release"
78
- revealArchiveInOrganizer = "YES">
79
- </ArchiveAction>
80
- </Scheme>
@@ -1,113 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Scheme
3
- LastUpgradeVersion = "0940"
4
- version = "1.3">
5
- <BuildAction
6
- parallelizeBuildables = "YES"
7
- buildImplicitDependencies = "YES">
8
- <BuildActionEntries>
9
- <BuildActionEntry
10
- buildForTesting = "YES"
11
- buildForRunning = "YES"
12
- buildForProfiling = "YES"
13
- buildForArchiving = "YES"
14
- buildForAnalyzing = "YES">
15
- <BuildableReference
16
- BuildableIdentifier = "primary"
17
- BlueprintIdentifier = "83FF5F841AFD0D2B0016A13E"
18
- BuildableName = "libRNBackgroundGeolocation.a"
19
- BlueprintName = "RNBackgroundGeolocation"
20
- ReferencedContainer = "container:RNBackgroundGeolocation.xcodeproj">
21
- </BuildableReference>
22
- </BuildActionEntry>
23
- <BuildActionEntry
24
- buildForTesting = "YES"
25
- buildForRunning = "YES"
26
- buildForProfiling = "NO"
27
- buildForArchiving = "NO"
28
- buildForAnalyzing = "YES">
29
- <BuildableReference
30
- BuildableIdentifier = "primary"
31
- BlueprintIdentifier = "83FF5F8F1AFD0D2B0016A13E"
32
- BuildableName = "RNBackgroundGeolocationTests.xctest"
33
- BlueprintName = "RNBackgroundGeolocationTests"
34
- ReferencedContainer = "container:RNBackgroundGeolocation.xcodeproj">
35
- </BuildableReference>
36
- </BuildActionEntry>
37
- </BuildActionEntries>
38
- </BuildAction>
39
- <TestAction
40
- buildConfiguration = "Debug"
41
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
42
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
43
- shouldUseLaunchSchemeArgsEnv = "YES">
44
- <Testables>
45
- <TestableReference
46
- skipped = "NO">
47
- <BuildableReference
48
- BuildableIdentifier = "primary"
49
- BlueprintIdentifier = "83FF5F8F1AFD0D2B0016A13E"
50
- BuildableName = "RNBackgroundGeolocationTests.xctest"
51
- BlueprintName = "RNBackgroundGeolocationTests"
52
- ReferencedContainer = "container:RNBackgroundGeolocation.xcodeproj">
53
- </BuildableReference>
54
- </TestableReference>
55
- </Testables>
56
- <MacroExpansion>
57
- <BuildableReference
58
- BuildableIdentifier = "primary"
59
- BlueprintIdentifier = "83FF5F841AFD0D2B0016A13E"
60
- BuildableName = "libRNBackgroundGeolocation.a"
61
- BlueprintName = "RNBackgroundGeolocation"
62
- ReferencedContainer = "container:RNBackgroundGeolocation.xcodeproj">
63
- </BuildableReference>
64
- </MacroExpansion>
65
- <AdditionalOptions>
66
- </AdditionalOptions>
67
- </TestAction>
68
- <LaunchAction
69
- buildConfiguration = "Debug"
70
- selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
71
- selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
72
- launchStyle = "0"
73
- useCustomWorkingDirectory = "NO"
74
- ignoresPersistentStateOnLaunch = "NO"
75
- debugDocumentVersioning = "YES"
76
- debugServiceExtension = "internal"
77
- allowLocationSimulation = "YES">
78
- <MacroExpansion>
79
- <BuildableReference
80
- BuildableIdentifier = "primary"
81
- BlueprintIdentifier = "83FF5F841AFD0D2B0016A13E"
82
- BuildableName = "libRNBackgroundGeolocation.a"
83
- BlueprintName = "RNBackgroundGeolocation"
84
- ReferencedContainer = "container:RNBackgroundGeolocation.xcodeproj">
85
- </BuildableReference>
86
- </MacroExpansion>
87
- <AdditionalOptions>
88
- </AdditionalOptions>
89
- </LaunchAction>
90
- <ProfileAction
91
- buildConfiguration = "Release"
92
- shouldUseLaunchSchemeArgsEnv = "YES"
93
- savedToolIdentifier = ""
94
- useCustomWorkingDirectory = "NO"
95
- debugDocumentVersioning = "YES">
96
- <MacroExpansion>
97
- <BuildableReference
98
- BuildableIdentifier = "primary"
99
- BlueprintIdentifier = "83FF5F841AFD0D2B0016A13E"
100
- BuildableName = "libRNBackgroundGeolocation.a"
101
- BlueprintName = "RNBackgroundGeolocation"
102
- ReferencedContainer = "container:RNBackgroundGeolocation.xcodeproj">
103
- </BuildableReference>
104
- </MacroExpansion>
105
- </ProfileAction>
106
- <AnalyzeAction
107
- buildConfiguration = "Debug">
108
- </AnalyzeAction>
109
- <ArchiveAction
110
- buildConfiguration = "Release"
111
- revealArchiveInOrganizer = "YES">
112
- </ArchiveAction>
113
- </Scheme>
@@ -1,37 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>SchemeUserState</key>
6
- <dict>
7
- <key>Build.xcscheme</key>
8
- <dict>
9
- <key>orderHint</key>
10
- <integer>4</integer>
11
- </dict>
12
- <key>RNBackgroundGeolocation.xcscheme</key>
13
- <dict>
14
- <key>orderHint</key>
15
- <integer>3</integer>
16
- </dict>
17
- </dict>
18
- <key>SuppressBuildableAutocreation</key>
19
- <dict>
20
- <key>831FD2901DCA883300F8F62A</key>
21
- <dict>
22
- <key>primary</key>
23
- <true/>
24
- </dict>
25
- <key>83FF5F841AFD0D2B0016A13E</key>
26
- <dict>
27
- <key>primary</key>
28
- <true/>
29
- </dict>
30
- <key>83FF5F8F1AFD0D2B0016A13E</key>
31
- <dict>
32
- <key>primary</key>
33
- <true/>
34
- </dict>
35
- </dict>
36
- </dict>
37
- </plist>