Skip to content

Commit eb26149

Browse files
committed
Update SDK support library to v0.9.0
1 parent 65f6612 commit eb26149

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [0.9.0]
7+
8+
### Changed
9+
10+
- Build the library with Xcode 16
11+
612
## [0.8.1]
713

814
### Changed

FireworkVideoIVSSupport.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FireworkVideoIVSSupport'
3-
s.version = '0.9.0-beta.4'
3+
s.version = '0.9.0'
44
s.summary = 'FireworkVideoIVSSupport'
55

66
s.homepage = 'https://github.com/loopsocial/firework_ios_sdk_ivs_support'
@@ -39,7 +39,8 @@ Pod::Spec.new do |s|
3939
else
4040
echo "Failed to extract framework version."
4141
fi
42-
'
42+
',
43+
:output_files => ['${DERIVED_FILE_DIR}/out.txt']
4344
}
4445

4546
s.dependency 'AmazonIVSPlayer', '1.38.0'

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ let package = Package(
2323
targets: [
2424
.binaryTarget(
2525
name: "FireworkVideoIVSSupport",
26-
url: "https://github.com/loopsocial/firework_ios_sdk_ivs_support/releases/download/v0.9.0-beta.4/FireworkVideoIVSSupport-v0.9.0-beta.4.xcframework.zip",
27-
checksum: "657ff6da89ed8071d088f19c737f7ff46bd246c8f0e4dcfa794541591724bc40"
26+
url: "https://github.com/loopsocial/firework_ios_sdk_ivs_support/releases/download/v0.9.0/FireworkVideoIVSSupport-v0.9.0.xcframework.zip",
27+
checksum: "69ae0619c29565815f4065e5a018d02d13dfa2d613a9efdb5c5e365394492a98"
2828
),
2929
.target(
3030
name: "FireworkVideoIVSSupportDependencies",

0 commit comments

Comments
 (0)