Skip to content

Commit

Permalink
Update SDK to v1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loopops committed Dec 12, 2024
1 parent 6e047c6 commit 261beff
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@

## CHANGELOG

## [1.27.0]

### Added

- Support horizontal short videos.
- Add `horizontalLayout` property in `VideoPlayerContentConfiguration`.

### Fixed

- Optimize livestream codes.

## [1.26.4]

### Fixed
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.26.4"
spec.version = "1.27.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 @@ -15,7 +15,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "FireworkVideo",
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.26.4/FireworkVideo-v1.26.4.xcframework.zip",
checksum: "e0d72c29b7b494bfc69a76898508b9d2a01d8e99f144a873995ad09aa4004164")
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.27.0/FireworkVideo-v1.27.0.xcframework.zip",
checksum: "ae007d4372692cff93f83bc374081081c8e1f9da925ec04bbcc4a81513623290")
]
)

0 comments on commit 261beff

Please sign in to comment.