@capgo/capacitor-shake 7.2.15 → 7.2.17
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.
package/Package.swift
CHANGED
|
@@ -10,7 +10,7 @@ let package = Package(
|
|
|
10
10
|
targets: ["CapacitorShakePlugin"])
|
|
11
11
|
],
|
|
12
12
|
dependencies: [
|
|
13
|
-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.
|
|
13
|
+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0")
|
|
14
14
|
],
|
|
15
15
|
targets: [
|
|
16
16
|
.target(
|
|
@@ -13,7 +13,7 @@ import com.squareup.seismic.ShakeDetector;
|
|
|
13
13
|
@CapacitorPlugin(name = "CapacitorShake")
|
|
14
14
|
public class CapacitorShakePlugin extends Plugin implements ShakeDetector.Listener {
|
|
15
15
|
|
|
16
|
-
private final String pluginVersion = "7.2.
|
|
16
|
+
private final String pluginVersion = "7.2.17";
|
|
17
17
|
|
|
18
18
|
@Override
|
|
19
19
|
public void load() {
|
|
@@ -20,7 +20,7 @@ extension UIWindow {
|
|
|
20
20
|
*/
|
|
21
21
|
@objc(CapacitorShakePlugin)
|
|
22
22
|
public class CapacitorShakePlugin: CAPPlugin, CAPBridgedPlugin {
|
|
23
|
-
private let pluginVersion: String = "7.2.
|
|
23
|
+
private let pluginVersion: String = "7.2.17"
|
|
24
24
|
public let identifier = "CapacitorShakePlugin"
|
|
25
25
|
public let jsName = "CapacitorShake"
|
|
26
26
|
public let pluginMethods: [CAPPluginMethod] = [
|