Skip to content

Commit 7b0a7db

Browse files
Bump version to 4.42.3
1 parent b051625 commit 7b0a7db

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
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.42.2'
3+
s.version = '4.42.3'
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_MOCK/releases/download/4.42.2/ContentsquareModulePodDynamic.xcframework.zip' }
30+
s.source = { :http => 'https://github.com/ContentSquare/CS_iOS_SDK_MOCK/releases/download/4.42.3/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.42.2'
3+
s.version = '4.42.3'
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_MOCK/releases/download/4.42.2/ContentsquareModulePodStatic.xcframework.zip', :flatten => true }
31+
s.source = { :http => 'https://github.com/ContentSquare/CS_iOS_SDK_MOCK/releases/download/4.42.3/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'
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_MOCK/releases/download/4.42.2/ContentsquareModuleSwiftPackage.xcframework.zip",
42-
checksum: "12561fa9f1755bf26084232abfe923d7fc7100a4a8f7e6e6ce2f5f6d054e5291"),
41+
url: "https://github.com/ContentSquare/CS_iOS_SDK_MOCK/releases/download/4.42.3/ContentsquareModuleSwiftPackage.xcframework.zip",
42+
checksum: "4804637216f09f7746a5f9f29528e1c68548e38990a3ccc087cd48205aebfdcb"),
4343
]
4444
)

scripts/upload-symbols

344 KB
Binary file not shown.

0 commit comments

Comments
 (0)