diff --git a/CHANGELOG.md b/CHANGELOG.md index 367e32f..eb5706e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +- __4.0.2__ + - Add missing properties `listeningEvents` and `pendingEvents` + - __4.0.1__ - Fix bug that caused events to not be forwarded to the subscribers when the JS layer loading was slower than the native operation diff --git a/ios/RNSelligentMapper.h b/ios/RNSelligentMapper.h index e6c8ba2..8e42d32 100644 --- a/ios/RNSelligentMapper.h +++ b/ios/RNSelligentMapper.h @@ -10,4 +10,7 @@ @interface RNSelligentMapper : RCTEventEmitter +@property (nonatomic) BOOL listeningEvents; +@property (nonatomic) NSMutableArray * pendingEvents; + @end diff --git a/ios/RNSelligentMobileSDK.xcframework/Info.plist b/ios/RNSelligentMobileSDK.xcframework/Info.plist index edda1f6..a9ee9fa 100644 --- a/ios/RNSelligentMobileSDK.xcframework/Info.plist +++ b/ios/RNSelligentMobileSDK.xcframework/Info.plist @@ -8,32 +8,32 @@ BinaryPath RNSelligentMobileSDK.framework/RNSelligentMobileSDK LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath RNSelligentMobileSDK.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator BinaryPath RNSelligentMobileSDK.framework/RNSelligentMobileSDK LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath RNSelligentMobileSDK.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator BinaryPath diff --git a/ios/RNSelligentMobileSDK.xcframework/_CodeSignature/CodeDirectory b/ios/RNSelligentMobileSDK.xcframework/_CodeSignature/CodeDirectory index ad5f068..59b41a5 100644 Binary files a/ios/RNSelligentMobileSDK.xcframework/_CodeSignature/CodeDirectory and b/ios/RNSelligentMobileSDK.xcframework/_CodeSignature/CodeDirectory differ diff --git a/ios/RNSelligentMobileSDK.xcframework/_CodeSignature/CodeRequirements-1 b/ios/RNSelligentMobileSDK.xcframework/_CodeSignature/CodeRequirements-1 index bbb46a7..f43bf79 100644 Binary files a/ios/RNSelligentMobileSDK.xcframework/_CodeSignature/CodeRequirements-1 and b/ios/RNSelligentMobileSDK.xcframework/_CodeSignature/CodeRequirements-1 differ diff --git a/ios/RNSelligentMobileSDK.xcframework/_CodeSignature/CodeResources b/ios/RNSelligentMobileSDK.xcframework/_CodeSignature/CodeResources index 73ede92..ca24b4a 100644 --- a/ios/RNSelligentMobileSDK.xcframework/_CodeSignature/CodeResources +++ b/ios/RNSelligentMobileSDK.xcframework/_CodeSignature/CodeResources @@ -38,7 +38,7 @@ ios-arm64/RNSelligentMobileSDK.framework/RNSelligentMobileSDK - 7FiIPQoH8m/h13bDvb3X/zebjRQ= + zFB//8a3wxN7tLgGLzPya3q7MVQ= ios-arm64/RNSelligentMobileSDK.framework/_CodeSignature/CodeResources @@ -86,7 +86,7 @@ ios-arm64_x86_64-maccatalyst/RNSelligentMobileSDK.framework/Versions/A/RNSelligentMobileSDK - uAxbXsAW/RoxYSUZTT+1gaHeozs= + egoA9H6jIEHzBSqIZeesVx2chuE= ios-arm64_x86_64-maccatalyst/RNSelligentMobileSDK.framework/Versions/A/Resources/Info.plist @@ -251,11 +251,11 @@ hash - 7FiIPQoH8m/h13bDvb3X/zebjRQ= + zFB//8a3wxN7tLgGLzPya3q7MVQ= hash2 - 31FB2NUnEO5qTVRkYGpI04DqD7/6LDVBcQtzu/yqxQw= + 67pi19U6QIuex12OQ9AiLe2nKo6VI0knpdOU6iJ4OUs= ios-arm64/RNSelligentMobileSDK.framework/_CodeSignature/CodeResources @@ -403,11 +403,11 @@ hash - uAxbXsAW/RoxYSUZTT+1gaHeozs= + egoA9H6jIEHzBSqIZeesVx2chuE= hash2 - 2iy/ebA08XQILgR2xY8SlgxiQ2PhF31OwonNf59YOio= + QjcRnmZuYfjNZC+rIx1iPav4Pn9g7wAPiu35rObihec= ios-arm64_x86_64-maccatalyst/RNSelligentMobileSDK.framework/Versions/A/Resources/Info.plist diff --git a/ios/RNSelligentMobileSDK.xcframework/_CodeSignature/CodeSignature b/ios/RNSelligentMobileSDK.xcframework/_CodeSignature/CodeSignature index 805810d..9ae587c 100644 Binary files a/ios/RNSelligentMobileSDK.xcframework/_CodeSignature/CodeSignature and b/ios/RNSelligentMobileSDK.xcframework/_CodeSignature/CodeSignature differ diff --git a/ios/RNSelligentMobileSDK.xcframework/ios-arm64/RNSelligentMobileSDK.framework/RNSelligentMobileSDK b/ios/RNSelligentMobileSDK.xcframework/ios-arm64/RNSelligentMobileSDK.framework/RNSelligentMobileSDK index 885281e..33dd6ec 100755 Binary files a/ios/RNSelligentMobileSDK.xcframework/ios-arm64/RNSelligentMobileSDK.framework/RNSelligentMobileSDK and b/ios/RNSelligentMobileSDK.xcframework/ios-arm64/RNSelligentMobileSDK.framework/RNSelligentMobileSDK differ diff --git a/ios/RNSelligentMobileSDK.xcframework/ios-arm64_x86_64-maccatalyst/RNSelligentMobileSDK.framework/Versions/A/RNSelligentMobileSDK b/ios/RNSelligentMobileSDK.xcframework/ios-arm64_x86_64-maccatalyst/RNSelligentMobileSDK.framework/Versions/A/RNSelligentMobileSDK index 31ef2a6..f89e967 100755 Binary files a/ios/RNSelligentMobileSDK.xcframework/ios-arm64_x86_64-maccatalyst/RNSelligentMobileSDK.framework/Versions/A/RNSelligentMobileSDK and b/ios/RNSelligentMobileSDK.xcframework/ios-arm64_x86_64-maccatalyst/RNSelligentMobileSDK.framework/Versions/A/RNSelligentMobileSDK differ diff --git a/package.json b/package.json index e6ff88a..876e034 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ }, "name": "@selligent-marketing-cloud/selligent-react-native", "title": "Marigold Engage React Native", - "version": "4.0.1", + "version": "4.0.2", "description": "React Native wrapper for the Marigold Engage Android and iOS SDKs", "main": "index.js", "repository": {