File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.8.7]
9+
10+ ### Changed
11+
12+ - SDK is now built with Xcode 16.0.
13+ - Internal improvements for autocapture.
14+
815## [ 0.8.6]
916
1017### Changed
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'HeapSwiftCore'
3- s . version = '0.8.6 '
3+ s . version = '0.8.7 '
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] ' }
Original file line number Diff line number Diff line change @@ -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.6 /package.zip " ,
34- checksum: " ed0fe3c48652820ca5b5754d5571041fa136092063e958cc08d01c9fed9e3eec "
33+ url: " https://github.com/heap/heap-swift-core-sdk/releases/download/0.8.7 /package.zip " ,
34+ checksum: " 0b78adbce272f343aa1a0b1467a057b0163de9953d5d387a81806d0ec72484bf "
3535 )
3636 ] ,
3737 swiftLanguageVersions: [ . v5]
You can’t perform that action at this time.
0 commit comments