omikit-plugin 3.2.63 → 3.2.64

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.
@@ -6,12 +6,10 @@
6
6
  //
7
7
 
8
8
  #import <Foundation/Foundation.h>
9
- #if __has_include("OmikitNotification.h")
10
- #import "OmikitNotification.h"
11
- #elif __has_include(<OmikitPlugin/OmikitPlugin-Swift.h>)
12
- #import <OmikitPlugin/OmikitPlugin-Swift.h>
9
+ #if __has_include("OmikitPlugin-Swift.h")
10
+ #import <OmikitPlugin-Swift.h>
13
11
  #else
14
- #import <omikit_plugin/OmikitNotification.h>
12
+ #import <OmikitPlugin/OmikitPlugin-Swift.h>
15
13
  #endif
16
14
 
17
15
  @implementation OmikitNotification : NSObject
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omikit-plugin",
3
- "version": "3.2.63",
3
+ "version": "3.2.64",
4
4
  "description": "Omikit Plugin by ViHAT",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",