Skip to content

Commit 70e26da

Browse files
author
Cobrowse.io Bot
committed
v3.8.1
1 parent 2beb6ba commit 70e26da

File tree

25 files changed

+37
-29
lines changed

25 files changed

+37
-29
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [3.8.1](#) (2025-07-12)
6+
7+
8+
### Bug Fixes
9+
10+
* Handle unknown method signatures ([#187](#)) ([4024422](#))
11+
* hide remote control consent when the agent cancels ([#188](#)) ([37ff702](#))
12+
513
## [3.8.0](#) (2025-07-04)
614

715

CobrowseIO.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CobrowseIO'
3-
s.version = '3.8.0'
3+
s.version = '3.8.1'
44
s.summary = 'CobrowseIO SDK'
55
s.description = 'CobrowseIO SDK. See cobrowse.io for more information.'
66
s.license = 'Proprietary'

CobrowseSDK.framework/CobrowseSDK

72 Bytes
Binary file not shown.

CobrowseSDK.framework/Info.plist

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

CobrowseSDK.framework/webViewRedaction.build.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CobrowseSDK.xcframework/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>CobrowseSDK.framework/Versions/A/CobrowseSDK</string>
9+
<string>CobrowseSDK.framework/CobrowseSDK</string>
1010
<key>LibraryIdentifier</key>
11-
<string>macos-arm64_x86_64</string>
11+
<string>ios-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>CobrowseSDK.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>x86_64</string>
1817
</array>
1918
<key>SupportedPlatform</key>
20-
<string>macos</string>
19+
<string>ios</string>
2120
</dict>
2221
<dict>
2322
<key>BinaryPath</key>
@@ -38,17 +37,18 @@
3837
</dict>
3938
<dict>
4039
<key>BinaryPath</key>
41-
<string>CobrowseSDK.framework/CobrowseSDK</string>
40+
<string>CobrowseSDK.framework/Versions/A/CobrowseSDK</string>
4241
<key>LibraryIdentifier</key>
43-
<string>ios-arm64</string>
42+
<string>macos-arm64_x86_64</string>
4443
<key>LibraryPath</key>
4544
<string>CobrowseSDK.framework</string>
4645
<key>SupportedArchitectures</key>
4746
<array>
4847
<string>arm64</string>
48+
<string>x86_64</string>
4949
</array>
5050
<key>SupportedPlatform</key>
51-
<string>ios</string>
51+
<string>macos</string>
5252
</dict>
5353
</array>
5454
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)