Skip to content

Commit

Permalink
git submodule updated
Browse files Browse the repository at this point in the history
  • Loading branch information
msikyna committed Jun 4, 2024
1 parent 6d2ebf6 commit c11d94b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Capacitor
Submodule Capacitor updated 55 files
+1 −0 .github/PULL_REQUEST_TEMPLATE.md
+1 −11 .github/workflows/publish-release.yml
+1 −0 .npmignore
+18 −0 CHANGELOG.md
+13 −1 README.md
+1 −1 android/build.gradle
+5 −1 android/src/main/java/com/aheaditec/freerasp/Threat.kt
+8 −0 android/src/main/java/com/aheaditec/freerasp/ThreatHandler.kt
+4 −0 dist/esm/definitions.d.ts
+5 −0 dist/esm/definitions.js
+1 −1 dist/esm/definitions.js.map
+7 −1 dist/esm/index.js
+1 −1 dist/esm/index.js.map
+20 −0 example/src/App.tsx
+10 −6 example/src/utils/checks.ts
+19 −14 ios/Plugin/FreeraspPlugin.swift
+ ios/Plugin/TalsecRuntime.xcframework/_CodeSignature/CodeDirectory
+ ios/Plugin/TalsecRuntime.xcframework/_CodeSignature/CodeRequirements-1
+93 −93 ios/Plugin/TalsecRuntime.xcframework/_CodeSignature/CodeResources
+ ios/Plugin/TalsecRuntime.xcframework/_CodeSignature/CodeSignature
+1 −1 ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/CurlWrapper.h
+1 −1 ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h
+7 −7 ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curl.h
+4 −4 ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/multi.h
+1 −1 ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/options.h
+1 −1 ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/urlapi.h
+ ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Info.plist
+206 −76 ...me.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json
+1 −0 .../ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.private.swiftinterface
+ ...me.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftdoc
+1 −0 ...ramework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftinterface
+ ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/TalsecRuntime
+909 −464 ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/cacert.pem
+1 −1 ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/CurlWrapper.h
+2 −2 .../TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h
+7 −7 ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curl.h
+4 −4 ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/multi.h
+1 −1 ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h
+1 −1 ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/urlapi.h
+ ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Info.plist
+206 −76 ...6_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json
+1 −0 .../TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
+ ...6_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc
+1 −0 ...imulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+206 −76 ..._64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json
+1 −0 ...TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
+ ..._64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
+1 −0 ...mulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+ ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/TalsecRuntime
+35 −35 ...n/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources
+909 −464 ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/cacert.pem
+611 −396 package-lock.json
+3 −2 package.json
+7 −0 src/definitions.ts
+6 −0 src/index.ts
2 changes: 1 addition & 1 deletion Cordova
Submodule Cordova updated 49 files
+1 −0 .github/PULL_REQUEST_TEMPLATE.md
+0 −1 .github/workflows/publish-release.yml
+35 −0 CHANGELOG.md
+80 −53 README.md
+2 −2 hello/package.json
+17 −5 hello/www/js/index.js
+1 −1 package.json
+1 −1 plugin.xml
+8 −0 src/android/TalsecThreatHandler.kt
+5 −1 src/android/Threat.kt
+2 −2 src/android/talsec.gradle
+17 −12 src/ios/TalsecPlugin.swift
+ src/ios/TalsecRuntime.xcframework/_CodeSignature/CodeDirectory
+ src/ios/TalsecRuntime.xcframework/_CodeSignature/CodeRequirements-1
+93 −93 src/ios/TalsecRuntime.xcframework/_CodeSignature/CodeResources
+ src/ios/TalsecRuntime.xcframework/_CodeSignature/CodeSignature
+1 −1 src/ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/CurlWrapper.h
+1 −1 src/ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h
+7 −7 src/ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curl.h
+4 −4 src/ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/multi.h
+1 −1 src/ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/options.h
+1 −1 src/ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/urlapi.h
+ src/ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Info.plist
+206 −76 ...me.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json
+1 −0 .../ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.private.swiftinterface
+ ...me.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftdoc
+1 −0 ...ramework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftinterface
+ src/ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/TalsecRuntime
+909 −464 src/ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/cacert.pem
+1 −1 src/ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/CurlWrapper.h
+2 −2 .../TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h
+7 −7 src/ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curl.h
+4 −4 src/ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/multi.h
+1 −1 src/ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h
+1 −1 src/ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/urlapi.h
+ src/ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Info.plist
+206 −76 ...6_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json
+1 −0 .../TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
+ ...6_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc
+1 −0 ...imulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+206 −76 ..._64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json
+1 −0 ...TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
+ ..._64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
+1 −0 ...mulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+ src/ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/TalsecRuntime
+35 −35 ...s/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources
+909 −464 src/ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/cacert.pem
+68 −75 www/talsec.js
+14 −1 www/talsec.ts
2 changes: 1 addition & 1 deletion Flutter
Submodule Flutter updated 65 files
+21 −0 CHANGELOG.md
+9 −8 README.md
+1 −1 android/build.gradle
+4 −0 android/src/main/kotlin/com/aheaditec/freerasp/Threat.kt
+8 −0 android/src/main/kotlin/com/aheaditec/freerasp/handlers/PluginThreatHandler.kt
+1 −1 example/ios/Podfile.lock
+1 −0 example/lib/main.dart
+6 −0 example/lib/threat_notifier.dart
+3 −0 ios/Classes/TalsecHandlers.swift
+5 −5 ios/TalsecRuntime.xcframework/Info.plist
+ ios/TalsecRuntime.xcframework/_CodeSignature/CodeDirectory
+ ios/TalsecRuntime.xcframework/_CodeSignature/CodeRequirements-1
+93 −93 ios/TalsecRuntime.xcframework/_CodeSignature/CodeResources
+ ios/TalsecRuntime.xcframework/_CodeSignature/CodeSignature
+1 −1 ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/CurlWrapper.h
+1 −1 ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h
+7 −7 ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curl.h
+4 −4 ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/multi.h
+1 −1 ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/options.h
+1 −1 ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/urlapi.h
+ ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Info.plist
+206 −76 ...me.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json
+1 −0 .../ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.private.swiftinterface
+ ...me.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftdoc
+1 −0 ...ramework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftinterface
+ ...alsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64.swiftdoc
+0 −51 ...untime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64.swiftinterface
+ ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/TalsecRuntime
+909 −464 ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/cacert.pem
+1 −1 ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/CurlWrapper.h
+2 −2 ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h
+7 −7 ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curl.h
+4 −4 ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/multi.h
+1 −1 ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h
+1 −1 ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/urlapi.h
+ ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Info.plist
+206 −76 ...6_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json
+1 −0 .../TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
+ ...6_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc
+1 −0 ...imulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+ ...amework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64.swiftdoc
+0 −51 ...k/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64.swiftinterface
+206 −76 ..._64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json
+1 −0 ...TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
+ ..._64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
+1 −0 ...mulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+ ...mework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64.swiftdoc
+0 −51 .../ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64.swiftinterface
+ ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/TalsecRuntime
+35 −35 ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources
+909 −464 ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/cacert.pem
+15 −1 lib/src/enums/threat.dart
+2 −4 lib/src/errors/configuration_exception.dart
+6 −0 lib/src/talsec.dart
+9 −0 lib/src/threat_callback.dart
+3 −3 pubspec.yaml
+17 −25 test/src/enums/threat_test.dart
+1 −1 test/src/models/talsec_config_test.dart
+7 −4 test/src/talsec_test.dart
+1 −1 test/src/threat_callback_test.dart
+2 −3 test/test_utils/mock_event_channel.dart
+0 −92 test/test_utils/mock_event_channel/mock_event_channel.dart
+0 −95 test/test_utils/mock_event_channel/test_default_binary_messenger.dart
+1 −1 test/test_utils/mock_method_channel.dart
+8 −0 test/test_utils/spy_threat_callback.dart
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ freeRASP is freemium software i.e. there is a Fair Usage Policy (FUP) that impos
<li>Screen lock control</li>
<li>Google Play Services enabled/disabled</li>
<li>Last security patch update</li>
<li>System VPN control</li>
<li>Developer mode control</li>
</ul>
</td>
<td>yes</td>
Expand Down
2 changes: 1 addition & 1 deletion React Native
Submodule React Native updated 67 files
+1 −0 .github/PULL_REQUEST_TEMPLATE.md
+35 −0 .github/actions/setup/action.yml
+119 −0 .github/workflows/ci.yml
+1 −2 .github/workflows/publish-release.yml
+2 −1 .gitignore
+2 −1 .npmignore
+1 −0 .prettierignore
+23 −0 CHANGELOG.md
+26 −3 README.md
+2 −1 android/build.gradle
+1 −0 android/proguard-rules.pro
+8 −0 android/src/main/java/com/freeraspreactnative/FreeraspThreatHandler.kt
+5 −2 android/src/main/java/com/freeraspreactnative/Threat.kt
+1 −0 example/index.d.ts
+15 −0 example/ios/FreeraspReactNativeExample.xcodeproj/project.pbxproj
+8 −3 example/package.json
+18 −0 example/src/App.tsx
+10 −6 example/src/checks.ts
+1,167 −1,770 example/yarn.lock
+23 −18 ios/FreeraspReactNative.swift
+5 −5 ios/TalsecRuntime.xcframework/Info.plist
+ ios/TalsecRuntime.xcframework/_CodeSignature/CodeDirectory
+ ios/TalsecRuntime.xcframework/_CodeSignature/CodeRequirements-1
+93 −93 ios/TalsecRuntime.xcframework/_CodeSignature/CodeResources
+ ios/TalsecRuntime.xcframework/_CodeSignature/CodeSignature
+1 −1 ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/CurlWrapper.h
+1 −1 ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h
+7 −7 ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curl.h
+4 −4 ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/multi.h
+1 −1 ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/options.h
+1 −1 ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/urlapi.h
+ ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Info.plist
+214 −77 ...me.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json
+1 −0 .../ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.private.swiftinterface
+ ...me.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftdoc
+1 −0 ...ramework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftinterface
+ ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/TalsecRuntime
+909 −464 ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/cacert.pem
+1 −1 ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/CurlWrapper.h
+2 −2 ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h
+7 −7 ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curl.h
+4 −4 ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/multi.h
+1 −1 ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h
+1 −1 ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/urlapi.h
+ ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Info.plist
+214 −77 ...6_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json
+1 −0 .../TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
+ ...6_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc
+1 −0 ...imulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+214 −77 ..._64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json
+1 −0 ...TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
+ ..._64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
+1 −0 ...mulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+ ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/TalsecRuntime
+35 −35 ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources
+909 −464 ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/cacert.pem
+8 −18 package.json
+4 −0 plugin/build/index.d.ts
+88 −0 plugin/build/index.js
+21 −0 plugin/build/pluginConfig.d.ts
+2 −0 plugin/build/pluginConfig.js
+46 −8 plugin/src/index.ts
+1 −0 plugin/src/pluginConfig.ts
+7 −0 src/definitions.ts
+8 −2 src/index.tsx
+1 −1 tsconfig.json
+514 −2,034 yarn.lock
2 changes: 1 addition & 1 deletion iOS
Submodule iOS updated 37 files
+7 −1 README.md
+5 −5 Talsec/TalsecRuntime.xcframework/Info.plist
+ Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeDirectory
+ Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeRequirements-1
+93 −93 Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeResources
+ Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeSignature
+1 −1 Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/CurlWrapper.h
+1 −1 Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h
+7 −7 Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curl.h
+4 −4 Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/multi.h
+1 −1 Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/options.h
+1 −1 Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/urlapi.h
+ Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Info.plist
+206 −76 ...me.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json
+1 −0 .../ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.private.swiftinterface
+ ...me.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftdoc
+1 −0 ...ramework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftinterface
+ Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/TalsecRuntime
+909 −464 Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/cacert.pem
+1 −1 Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/CurlWrapper.h
+2 −2 .../TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h
+7 −7 Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curl.h
+4 −4 Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/multi.h
+1 −1 Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h
+1 −1 Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/urlapi.h
+ Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Info.plist
+206 −76 ...6_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json
+1 −0 .../TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
+ ...6_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc
+1 −0 ...imulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+206 −76 ..._64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json
+1 −0 ...TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
+ ..._64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
+1 −0 ...mulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+ Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/TalsecRuntime
+35 −35 ...c/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources
+909 −464 Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/cacert.pem

0 comments on commit c11d94b

Please sign in to comment.