Skip to content

Commit

Permalink
Update SDK to v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Aug 7, 2024
1 parent 6e862a8 commit a88db5f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

## CHANGELOG

## [1.23.1]

### Fixed

- Touchscreen is not working when video is playing in PIP mode on iPad.
- Keep product impression/click event reporting consistent with Web.

## [1.23.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion FireworkVideo.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "FireworkVideo"
spec.version = "1.23.0"
spec.version = "1.23.1"
spec.summary = "FireworkVideoSDK"
spec.homepage = "https:/loopsocial/firework_ios_sdk"
spec.license = { :text => "Copyright 2021 Loop Now Technologies, Inc.", :type => "Copyright" }
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ let package = Package(
],
targets: [
.binaryTarget(name: "FireworkVideo",
url: "https:/loopsocial/firework_ios_sdk/releases/download/v1.23.0/FireworkVideo-v1.23.0.xcframework.zip",
checksum: "f25937f76c9814ba178a38a01e746695bb26e88b5d5c42a498f35f052df1a3e3"),
url: "https:/loopsocial/firework_ios_sdk/releases/download/v1.23.1/FireworkVideo-v1.23.1.xcframework.zip",
checksum: "02caeeaf8c9a28362da37ff5437a5236c21a916a597b55d43d58eae29c1b7e69"),
.target(name: "FireworkMultiHostStreaming",
dependencies: [
"FireworkVideo",
Expand Down

0 comments on commit a88db5f

Please sign in to comment.