Skip to content

Commit

Permalink
Release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Selligent committed Nov 5, 2024
1 parent ae62fd3 commit f6336ae
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 3 additions & 0 deletions ios/RNSelligentMapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@

@interface RNSelligentMapper : RCTEventEmitter <RCTBridgeModule, RNSelligentEventHandlerProtocol>

@property (nonatomic) BOOL listeningEvents;
@property (nonatomic) NSMutableArray * pendingEvents;

@end
10 changes: 5 additions & 5 deletions ios/RNSelligentMobileSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>RNSelligentMobileSDK.framework/RNSelligentMobileSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>RNSelligentMobileSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>RNSelligentMobileSDK.framework/RNSelligentMobileSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>RNSelligentMobileSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</data>
<key>ios-arm64/RNSelligentMobileSDK.framework/RNSelligentMobileSDK</key>
<data>
7FiIPQoH8m/h13bDvb3X/zebjRQ=
zFB//8a3wxN7tLgGLzPya3q7MVQ=
</data>
<key>ios-arm64/RNSelligentMobileSDK.framework/_CodeSignature/CodeResources</key>
<data>
Expand Down Expand Up @@ -86,7 +86,7 @@
</data>
<key>ios-arm64_x86_64-maccatalyst/RNSelligentMobileSDK.framework/Versions/A/RNSelligentMobileSDK</key>
<data>
uAxbXsAW/RoxYSUZTT+1gaHeozs=
egoA9H6jIEHzBSqIZeesVx2chuE=
</data>
<key>ios-arm64_x86_64-maccatalyst/RNSelligentMobileSDK.framework/Versions/A/Resources/Info.plist</key>
<data>
Expand Down Expand Up @@ -251,11 +251,11 @@
<dict>
<key>hash</key>
<data>
7FiIPQoH8m/h13bDvb3X/zebjRQ=
zFB//8a3wxN7tLgGLzPya3q7MVQ=
</data>
<key>hash2</key>
<data>
31FB2NUnEO5qTVRkYGpI04DqD7/6LDVBcQtzu/yqxQw=
67pi19U6QIuex12OQ9AiLe2nKo6VI0knpdOU6iJ4OUs=
</data>
</dict>
<key>ios-arm64/RNSelligentMobileSDK.framework/_CodeSignature/CodeResources</key>
Expand Down Expand Up @@ -403,11 +403,11 @@
<dict>
<key>hash</key>
<data>
uAxbXsAW/RoxYSUZTT+1gaHeozs=
egoA9H6jIEHzBSqIZeesVx2chuE=
</data>
<key>hash2</key>
<data>
2iy/ebA08XQILgR2xY8SlgxiQ2PhF31OwonNf59YOio=
QjcRnmZuYfjNZC+rIx1iPav4Pn9g7wAPiu35rObihec=
</data>
</dict>
<key>ios-arm64_x86_64-maccatalyst/RNSelligentMobileSDK.framework/Versions/A/Resources/Info.plist</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit f6336ae

Please sign in to comment.