Skip to content

Commit

Permalink
Merge branch 'develop' into release/1.1.x
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/Release-Notes.md
#	example/ios/Podfile.lock
#	package.json
  • Loading branch information
kober32 committed Oct 17, 2024
2 parents 4b9503e + 7889304 commit 23c3e16
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions docs/Release-Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@

## Current Release

### Release 1.1.1

- Update Malawrelytics for Apple to 2.1.2 (#64)

## Previous Releases

### Release 1.1.0

- Update Malawrelytics for Android to 1.1.1 (#55, #52)
- Update Malwarelytics for Apple to 2.1.1 (#53)
- Update project configuration (#56)
- Fix iOS build (#57)


## Previous Releases

### Release 1.0.2

- Fix tapjacking protection initialization on Android (#45)
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ PODS:
- react-native-config/App (= 1.5.1)
- react-native-config/App (1.5.1):
- React-Core
- react-native-malwarelytics (1.1.0):
- react-native-malwarelytics (1.1.1):
- React-Core
- React-nativeconfig (0.74.1)
- React-NativeModulesApple (0.74.1):
Expand Down Expand Up @@ -1384,7 +1384,7 @@ SPEC CHECKSUMS:
React-logger: 7e7403a2b14c97f847d90763af76b84b152b6fce
React-Mapbuffer: 11029dcd47c5c9e057a4092ab9c2a8d10a496a33
react-native-config: 86038147314e2e6d10ea9972022aa171e6b1d4d8
react-native-malwarelytics: 6435c0fba1d6ff6db0481050bc170cf3556b76d4
react-native-malwarelytics: e82302e201789beb812be7e3f3b588f612f5ba01
React-nativeconfig: b0073a590774e8b35192fead188a36d1dca23dec
React-NativeModulesApple: df46ff3e3de5b842b30b4ca8a6caae6d7c8ab09f
React-perflogger: 3d31e0d1e8ad891e43a09ac70b7b17a79773003a
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-malwarelytics",
"version": "1.1.0",
"version": "1.1.1",
"description": "Malwarelytics for React Native protects your banking or fintech app from a broad range of mobile security threats with an industry-leading mobile threat intelligence solution.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion react-native-malwarelytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Pod::Spec.new do |s|

# Integrate Malwarelytics for iOS.
s.prepare_command = <<-CMD
./ios-native/prepare.sh 2.1.1
./ios-native/prepare.sh 2.1.2
CMD
s.vendored_frameworks = "ios-native/AppProtection.xcframework"

Expand Down

0 comments on commit 23c3e16

Please sign in to comment.