File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 33The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
44and 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
Original file line number Diff line number Diff line change 11Pod ::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'
Original file line number Diff line number Diff 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 " ,
You can’t perform that action at this time.
0 commit comments