Skip to content

Commit 05a031e

Browse files
Bump version to 4.43.1
1 parent 5a75c96 commit 05a031e

File tree

10 files changed

+9
-9
lines changed

10 files changed

+9
-9
lines changed

CS_iOS_SDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CS_iOS_SDK'
3-
s.version = '4.43.0'
3+
s.version = '4.43.1'
44
s.summary = 'Contentsquare UX SDK for iOS'
55
s.homepage = 'https://docs.contentsquare.com/ios'
66
s.author = { 'Romain Bouic' => '[email protected]' }
@@ -27,7 +27,7 @@ s.platform = :ios
2727
s.swift_version = '5.1'
2828
s.ios.deployment_target = '12.0'
2929
s.ios.vendored_frameworks = 'ContentsquareModule.xcframework'
30-
s.source = { :http => 'https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.43.0/ContentsquareModulePodDynamic.xcframework.zip' }
30+
s.source = { :http => 'https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.43.1/ContentsquareModulePodDynamic.xcframework.zip' }
3131
s.dependency 'CSSwiftProtobuf', '1.28.2'
3232
s.dependency 'CSCrashReporter', '1.0.1'
3333
end

CS_iOS_SDK_STATIC.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CS_iOS_SDK_STATIC'
3-
s.version = '4.43.0'
3+
s.version = '4.43.1'
44
s.summary = 'Contentsquare UX SDK for iOS'
55
s.homepage = 'https://docs.contentsquare.com/ios'
66
s.author = { 'Romain Bouic' => '[email protected]' }
@@ -28,7 +28,7 @@ s.swift_version = '5.1'
2828
s.ios.deployment_target = '12.0'
2929
s.ios.vendored_frameworks = 'ContentsquareModule.xcframework'
3030
s.resource_bundles = {'CS_iOS_SDK_STATIC' => ['**/ios-arm64/**/*.xcprivacy']}
31-
s.source = { :http => 'https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.43.0/ContentsquareModulePodStatic.xcframework.zip', :flatten => true }
31+
s.source = { :http => 'https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.43.1/ContentsquareModulePodStatic.xcframework.zip', :flatten => true }
3232
s.resource = 'Resources/ContentsquareBundle.bundle'
3333
s.dependency 'CSSwiftProtobuf', '1.28.2'
3434
s.dependency 'CSCrashReporter', '1.0.1'
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

ContentsquareModuleWrapper/ContentsquareBundle.bundle/_CodeSignature/CodeResources

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<dict>
77
<key>Assets.car</key>
88
<data>
9-
9fXzxUT/AofeIWzGxgcAGLiM8yQ=
9+
nxtLyqwovSLFj8SWIV+OnvbzKAc=
1010
</data>
1111
</dict>
1212
<key>files2</key>
@@ -15,11 +15,11 @@
1515
<dict>
1616
<key>hash</key>
1717
<data>
18-
9fXzxUT/AofeIWzGxgcAGLiM8yQ=
18+
nxtLyqwovSLFj8SWIV+OnvbzKAc=
1919
</data>
2020
<key>hash2</key>
2121
<data>
22-
K9LwDgMXgOo1UYvW4GUg0rSM96THwhyy5ZKv5stI1ws=
22+
7AtGuFVOFpjQgrxCmimmp0/D9n9OJylJQu8k+sl2FPU=
2323
</data>
2424
</dict>
2525
</dict>
0 Bytes
Binary file not shown.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ let package = Package(
3838
),
3939
.binaryTarget(
4040
name: "ContentsquareModule",
41-
url: "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.43.0/ContentsquareModuleSwiftPackage.xcframework.zip",
42-
checksum: "0ebc106d92be661bc72e34fb4ea3f8bf210a873a52f8b5a1261e28b30ea62af2"),
41+
url: "https://github.com/ContentSquare/CS_iOS_SDK/releases/download/4.43.1/ContentsquareModuleSwiftPackage.xcframework.zip",
42+
checksum: "1e292ab7cdc51dc6fc1fff45e16ff4604e151b9d40f5496c6d3bc272f78bd339"),
4343
]
4444
)

scripts/upload-symbols

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)