Skip to content

Commit

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

## CHANGELOG

## [1.24.1]

### Added

- Support merging and replacing product variants dynamically.

### Fixed

- Some `UIViewController` APIs don't work for `PlayerViewController`.

## [1.24.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.24.1-beta.4"
spec.version = "1.24.1"
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.24.1-beta.4/FireworkVideo-v1.24.1-beta.4.xcframework.zip",
checksum: "bccc5672ca8d2b48f525bff0f4587f497a287e490f17b576a39d0f49d8a416a7")
url: "https://github.com/loopsocial/firework_ios_sdk/releases/download/v1.24.1/FireworkVideo-v1.24.1.xcframework.zip",
checksum: "6635e2f8a5a0782ab021249d4acff684788f1b4d1d1434a2e1d674884384c96f")
]
)

0 comments on commit 4e71b17

Please sign in to comment.