Skip to content

Commit

Permalink
Fixes issues where Picture-in-Picture does not work for video feed wi…
Browse files Browse the repository at this point in the history
…th FireworkVideoSDK 1.3.0 and later. (#2)
  • Loading branch information
Junard Lebajan authored Nov 14, 2022
1 parent f92850d commit bb028df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1]

### Changed

- Fixes issue where Picture-in-Picture does not work with FireworkVideoSDK 1.3.0 and later.

## [0.3.0]

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "FireworkVideoIVSSupport",
url: "https://github.com/loopsocial/firework_ios_sdk_ivs_support/releases/download/v0.3.0/FireworkVideoIVSSupport.xcframework.zip",
checksum: "97ed47d80b0b933575a17999d2a0bae0a862e1bd1e08e11e799b05ce1e9ed557"
url: "https://github.com/loopsocial/firework_ios_sdk_ivs_support/releases/download/v0.3.1/FireworkVideoIVSSupport.xcframework.zip",
checksum: "d1092c4ff915433386b363ce205a3ce4a02e774b7245fd1340ec10958894103c"
)
]
)

0 comments on commit bb028df

Please sign in to comment.