react-native-moengage 8.1.0 → 8.1.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # 21-11-2022
2
+
3
+ ## 8.1.2
4
+ - iOS
5
+ - BugFix
6
+ - Updated the import statement to make the plugin compatible with C++ codebase.
7
+
8
+ # 09-11-2022
9
+
10
+ ## 8.1.1
11
+ - iOS
12
+ - BugFix
13
+ - Added missing `MoEngageRichNotification` dependency to the plugin.
14
+
1
15
  # 28-10-2022
2
16
 
3
17
  ## 8.1.0
@@ -16,6 +16,7 @@ Pod::Spec.new do |s|
16
16
  s.source_files = 'iOS/MoEReactBridge/**/*.{h,m}'
17
17
  s.dependency 'React'
18
18
  s.dependency 'MoEngagePluginBase','>= 3.1.0','< 3.2.0'
19
+ s.dependency 'MoEngageRichNotification','>= 6.4.0','< 6.5.0'
19
20
 
20
21
  s.prepare_command = <<-CMD
21
22
  echo // Generated file, do not edit > iOS/MoEReactBridge/MoEngageReactPluginInfo.h
@@ -12,9 +12,8 @@
12
12
  #import <React/RCTBundleURLProvider.h>
13
13
  #import "MoEngageInitializer.h"
14
14
  #import "MoEngageReactConstants.h"
15
+ #import <MoEngageSDK/MoEngageSDK.h>
15
16
  @import MoEngagePluginBase;
16
- @import MoEngageSDK;
17
-
18
17
  @interface MoEReactBridge()
19
18
  @end
20
19
 
@@ -7,7 +7,10 @@
7
7
 
8
8
  #import <Foundation/Foundation.h>
9
9
  #import <UIKit/UIKit.h>
10
- @import MoEngageSDK;
10
+
11
+ @protocol SFSafariViewControllerDelegate;
12
+ #import <MoEngageSDK/MoEngageSDK.h>
13
+
11
14
  NS_ASSUME_NONNULL_BEGIN
12
15
 
13
16
  @interface MoEngageInitializer : NSObject
@@ -9,10 +9,9 @@
9
9
  #import "MoEngageReactPluginInfo.h"
10
10
  #import "MoEngageReactConstants.h"
11
11
  #import "MoEReactBridge.h"
12
- @import MoEngageSDK;
12
+ #import <MoEngageSDK/MoEngageSDK.h>
13
+ #import <MoEngageObjCUtils/MoEngageObjCUtils.h>
13
14
  @import MoEngagePluginBase;
14
- @import MoEngageObjCUtils;
15
-
16
15
  @interface MoEngageInitializer() <MoEngagePluginBridgeDelegate>
17
16
 
18
17
  @end
@@ -1,2 +1,2 @@
1
1
  // Generated file, do not edit
2
- #define MOE_REACT_PLUGIN_VERSION @"8.0.0"
2
+ #define MOE_REACT_PLUGIN_VERSION @"8.1.1"
@@ -0,0 +1,24 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Bucket
3
+ uuid = "A9D2CCE5-E1E4-46E2-8FD6-8A880E005343"
4
+ type = "1"
5
+ version = "2.0">
6
+ <Breakpoints>
7
+ <BreakpointProxy
8
+ BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
9
+ <BreakpointContent
10
+ uuid = "B5C2799E-B498-4B55-9AB4-16D905914902"
11
+ shouldBeEnabled = "Yes"
12
+ ignoreCount = "0"
13
+ continueAfterRunningActions = "No"
14
+ filePath = "MoEReactBridge/MOReactInitializer.m"
15
+ startingColumnNumber = "9223372036854775807"
16
+ endingColumnNumber = "9223372036854775807"
17
+ startingLineNumber = "34"
18
+ endingLineNumber = "34"
19
+ landmarkName = "-intializeSDKWithLaunchOptions:"
20
+ landmarkType = "7">
21
+ </BreakpointContent>
22
+ </BreakpointProxy>
23
+ </Breakpoints>
24
+ </Bucket>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-moengage",
3
- "version": "8.1.0",
3
+ "version": "8.1.2",
4
4
  "description": "MoEngage is a mobile marketing automation company. This react-native SDK helps you track events, trigger smart notifications and in-apps, provides a drop-in Inbox Controller for notifications.",
5
5
  "main": "src/index.ts",
6
6
  "keywords": [