Skip to content

Commit

Permalink
Update SDK to v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Nov 16, 2023
1 parent 3d3f23a commit 1240291
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## CHANGELOG

## [1.16.0]

### Changed
- `PlayerViewController` method `pause()` can now be called before the video playback begins
- The `PlayerViewController` is now a wrapper of the underlying player designed to avoid retain cycles that may be caused by integrating with one of the many SDK delegates. This new view controller has very limited functionality (see CTA handler header docs for more details)

### Fixed
- Optimized thumbnail image fetching

## [1.15.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.15.0"
spec.version = "1.16.0"
spec.summary = "FireworkVideoSDK"
spec.homepage = "https://github.com/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://github.com/loopsocial/firework_ios_sdk/releases/download/v1.15.0/FireworkVideo-v1.15.0.xcframework.zip",
checksum: "552282c3a1f194e68a611449e801a3f657898297183291dc331dc0f185331e06"),
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.16.0/FireworkVideo-v1.16.0.xcframework.zip",
checksum: "c1ba492eaa4fdf4c6cfc80ceb5ce03c3854ce4779ae88a1d64c0b1ce9ad3f062"),
.target(name: "FireworkMultiHostStreaming",
dependencies: [
"FireworkVideo",
Expand Down

0 comments on commit 1240291

Please sign in to comment.