Skip to content

Commit 9cb72fe

Browse files
authored
fix: conflict in duplicate classes (#129)
1 parent cd82177 commit 9cb72fe

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.3.1] - 2025-12-16
9+
10+
- Android SDK version: 17.0.1
11+
- iOS SDK version: 6.13.0
12+
13+
### React Native
14+
15+
#### Fixed
16+
17+
- Resolved duplicate classes error on iOS [(#128)](https://github.com/talsec/Free-RASP-ReactNative/issues/128)
18+
819
## [4.3.0] - 2025-10-31
920

1021
- Android SDK version: 17.0.1

freerasp-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.platforms = { :ios => "11.0" }
1515
s.source = { :git => "https://github.com/talsec/freerasp-react-native.git", :tag => "#{s.version}" }
1616

17-
s.source_files = 'ios/**/*.{h,m,mm,swift}', 'ios/TalsecRuntime.xcframework'
17+
s.source_files = 'ios/models/*.{h,m,mm,swift}', 'ios/utils/*.{h,m,mm,swift}', 'ios/*.{h,m,mm,swift}', 'ios/TalsecRuntime.xcframework'
1818
s.xcconfig = { 'OTHER_LDFLAGS' => '-framework TalsecRuntime' }
1919
s.ios.vendored_frameworks = "ios/TalsecRuntime.xcframework"
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freerasp-react-native",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)