Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spookyd committed Jul 29, 2022
1 parent 26773f0 commit 252f1d4
Show file tree
Hide file tree
Showing 3 changed files with 10 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.2.0]

### Changed

- Adds support for new FireworkVideoSDK provider API

## [0.1.0]

### Added
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.1.0/FireworkVideoIVSSupport-v0.1.0.xcframework.zip",
checksum: "84163436b383bf86ef523ea43fb678297380f0e9809e486069dd682d11da1566"
url: "https://github.com/loopsocial/firework_ios_sdk_ivs_support/releases/download/v0.2.0/FireworkVideoIVSSupport.xcframework.zip",
checksum: "f5f1ef55aeb78f212d949316b3ca9dcb941792f11e8e8ecc71aa0bc7379645b9"
)
]
)
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ This supporting library is intended to be used alongside FireworkVideo SDK. Read

Ensure your Firework content is configured and apply correct styling and/or layout before integrating the IVS supporting library. This will ensure your testing conditions will match your production environment.

**The supporting library only supports FireworkVideoSDK v1.0.0 or higher**

## Setup

1. Add FireworkVideoSDK to your project; follow the [Firework Video installation instructions](https://github.com/loopsocial/firework_ios_sdk#readme).
Expand Down

0 comments on commit 252f1d4

Please sign in to comment.