Skip to content

Commit ad9253b

Browse files
Releasing 0.8.8
1 parent 82f5452 commit ad9253b

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.8]
9+
10+
### Fixed
11+
12+
- Fixed code signing for Catalyst. The issue was caused by the CSSwiftProtobuf zip file not
13+
preserving symlinks.
14+
15+
### Changed
16+
17+
- Bumped internal dependency to CSSwiftProtobuf 1.33.3.
18+
819
## [0.8.7]
920

1021
### Changed
@@ -274,6 +285,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
274285
- Support for manual capture within WKWebView.
275286
- Support for platforms targeting Swift: macOS, watchOS, iOS, iPadOS, tvOS.
276287

288+
[0.8.8]: https://github.com/heap/heap-swift-core-sdk/releases/tag/0.8.8
289+
[0.8.7]: https://github.com/heap/heap-swift-core-sdk/releases/tag/0.8.7
277290
[0.8.6]: https://github.com/heap/heap-swift-core-sdk/releases/tag/0.8.6
278291
[0.8.5]: https://github.com/heap/heap-swift-core-sdk/releases/tag/0.8.5
279292
[0.8.4]: https://github.com/heap/heap-swift-core-sdk/releases/tag/0.8.4

HeapSwiftCore.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 = 'HeapSwiftCore'
3-
s.version = '0.8.7'
3+
s.version = '0.8.8'
44
s.summary = 'The core Heap library used for apps on Apple platforms.'
55
s.homepage = 'https://docs.contentsquare.com/ios'
66
s.author = { 'Contentsquare' => '[email protected]' }
@@ -32,7 +32,7 @@ Pod::Spec.new do |s|
3232
s.tvos.deployment_target = '13.0'
3333
s.cocoapods_version = '>= 1.7.0'
3434

35-
s.dependency 'CSSwiftProtobuf', '= 1.28.2'
35+
s.dependency 'CSSwiftProtobuf', '= 1.33.3'
3636

3737
s.vendored_frameworks = [ 'HeapSwiftCore.xcframework' ]
3838
s.swift_versions = ['5.0']

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
]),
1919
],
2020
dependencies: [
21-
.package(url: "https://github.com/ContentSquare/CSSwiftProtobuf.git", exact: "1.28.2"),
21+
.package(url: "https://github.com/ContentSquare/CSSwiftProtobuf.git", exact: "1.33.3"),
2222
],
2323
targets: [
2424
.target(
@@ -30,8 +30,8 @@ let package = Package(
3030
),
3131
.binaryTarget(
3232
name: "HeapSwiftCore",
33-
url: "https://github.com/heap/heap-swift-core-sdk/releases/download/0.8.7/package.zip",
34-
checksum: "0b78adbce272f343aa1a0b1467a057b0163de9953d5d387a81806d0ec72484bf"
33+
url: "https://github.com/heap/heap-swift-core-sdk/releases/download/0.8.8/package.zip",
34+
checksum: "5670993b2ecf7406ebc11658af4832a994406e50e4c55021864ce51cb37b9baa"
3535
)
3636
],
3737
swiftLanguageVersions: [.v5]

0 commit comments

Comments
 (0)