Skip to content

Commit 0446636

Browse files
author
Cobrowse.io Bot
committed
v3.1.2
1 parent 6d290d2 commit 0446636

File tree

25 files changed

+34
-32
lines changed

25 files changed

+34
-32
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.1.2](#) (2025-02-11)
6+
57
### [3.1.1](#) (2025-02-11)
68

79
## [3.1.0](#) (2025-02-06)

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.1.1'
3+
s.version = '3.1.2'
44
s.summary = 'CobrowseIO SDK'
55
s.description = 'CobrowseIO SDK. See cobrowse.io for more information.'
66
s.license = 'Proprietary'

CobrowseSDK.framework/CobrowseSDK

0 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.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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,36 @@
88
<key>BinaryPath</key>
99
<string>CobrowseSDK.framework/CobrowseSDK</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</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>
2019
<string>ios</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
2320
</dict>
2421
<dict>
2522
<key>BinaryPath</key>
26-
<string>CobrowseSDK.framework/CobrowseSDK</string>
23+
<string>CobrowseSDK.framework/Versions/A/CobrowseSDK</string>
2724
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
25+
<string>macos-arm64_x86_64</string>
2926
<key>LibraryPath</key>
3027
<string>CobrowseSDK.framework</string>
3128
<key>SupportedArchitectures</key>
3229
<array>
3330
<string>arm64</string>
31+
<string>x86_64</string>
3432
</array>
3533
<key>SupportedPlatform</key>
36-
<string>ios</string>
34+
<string>macos</string>
3735
</dict>
3836
<dict>
3937
<key>BinaryPath</key>
40-
<string>CobrowseSDK.framework/Versions/A/CobrowseSDK</string>
38+
<string>CobrowseSDK.framework/CobrowseSDK</string>
4139
<key>LibraryIdentifier</key>
42-
<string>macos-arm64_x86_64</string>
40+
<string>ios-arm64_x86_64-simulator</string>
4341
<key>LibraryPath</key>
4442
<string>CobrowseSDK.framework</string>
4543
<key>SupportedArchitectures</key>
@@ -48,7 +46,9 @@
4846
<string>x86_64</string>
4947
</array>
5048
<key>SupportedPlatform</key>
51-
<string>macos</string>
49+
<string>ios</string>
50+
<key>SupportedPlatformVariant</key>
51+
<string>simulator</string>
5252
</dict>
5353
</array>
5454
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)