Skip to content

Commit 216833a

Browse files
committed
Update SDK to v1.37.0-beta.9
1 parent 4cefe7e commit 216833a

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11

2+
## [1.37.0]
3+
4+
### Added
5+
6+
- Support Dutch.
7+
- Support vertical scroll player.
8+
- Support closing fullscreen player immediately when Picture-in-Picture is enabled.
9+
- Adapt Xcode 26.
10+
11+
### Changed
12+
13+
- Automatically play the livestream in the video feed, rather than the trailer, when the livestream status is active.
14+
- Automatically play the replay in the video feed, rather than the trailer, when the livestream status is replay.
15+
- Hide the arrow buttons when they are obscured by the replay interactive controls.
16+
217
## [1.36.2]
318

419
### Fixed

FireworkVideo.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "FireworkVideo"
3-
spec.version = "1.37.0-beta.8"
3+
spec.version = "1.37.0-beta.9"
44
spec.summary = "FireworkVideoSDK"
55
spec.homepage = "https://github.com/loopsocial/firework_ios_sdk"
66
spec.license = { :text => "Copyright 2021 Loop Now Technologies, Inc.", :type => "Copyright" }

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "FireworkVideo",
18-
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.37.0-beta.8/FireworkVideo-v1.37.0-beta.8.xcframework.zip",
19-
checksum: "2b4f638553ed6c5d9d047ee16fd9dfef67c58ef07038b787ecb288cfab3e5bdc")
18+
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.37.0-beta.9/FireworkVideo-v1.37.0-beta.9.xcframework.zip",
19+
checksum: "fa99e279fe052f92ae19562b7a3b7c20e270b002480b18f7ef51bc2a5a29d64c")
2020
]
2121
)

0 commit comments

Comments
 (0)