Skip to content

Commit bf628d2

Browse files
authored
Update binary XCFrameworks (#376)
The previous versions were missing the `MARKETING_VERSION` build setting.
1 parent d868398 commit bf628d2

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Package.resolved

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,27 @@ let package = Package(
2828
.package(url: "https://github.com/sbooth/CXXTagLib", from: "2.0.1"),
2929

3030
// Standalone dependencies not easily packaged using SPM
31-
.package(url: "https://github.com/sbooth/wavpack-binary-xcframework", from: "0.1.0"),
31+
.package(url: "https://github.com/sbooth/wavpack-binary-xcframework", from: "0.1.1"),
3232

3333
// Xiph ecosystem
34-
.package(url: "https://github.com/sbooth/ogg-binary-xcframework", from: "0.1.1"),
34+
.package(url: "https://github.com/sbooth/ogg-binary-xcframework", from: "0.1.2"),
3535
// flac-binary-xcframework requires ogg-binary-xcframework
36-
.package(url: "https://github.com/sbooth/flac-binary-xcframework", from: "0.1.2"),
36+
.package(url: "https://github.com/sbooth/flac-binary-xcframework", from: "0.1.3"),
3737
// opus-binary-xcframework requires ogg-binary-xcframework
38-
.package(url: "https://github.com/sbooth/opus-binary-xcframework", from: "0.2.1"),
38+
.package(url: "https://github.com/sbooth/opus-binary-xcframework", from: "0.2.2"),
3939
// vorbis-binary-xcframework requires ogg-binary-xcframework
40-
.package(url: "https://github.com/sbooth/vorbis-binary-xcframework", from: "0.1.1"),
40+
.package(url: "https://github.com/sbooth/vorbis-binary-xcframework", from: "0.1.2"),
4141
// libspeex does not depend on libogg
4242
.package(url: "https://github.com/sbooth/CSpeex", from: "1.2.1"),
4343

4444
// LGPL bits
45-
.package(url: "https://github.com/sbooth/lame-binary-xcframework", from: "0.1.1"),
45+
.package(url: "https://github.com/sbooth/lame-binary-xcframework", from: "0.1.2"),
4646
// Technically only the musepack *encoder* is LGPL'd but for now the decoder and encoder are packaged together
47-
.package(url: "https://github.com/sbooth/mpc-binary-xcframework", from: "0.1.1"),
48-
.package(url: "https://github.com/sbooth/mpg123-binary-xcframework", from: "0.2.1"),
47+
.package(url: "https://github.com/sbooth/mpc-binary-xcframework", from: "0.1.2"),
48+
.package(url: "https://github.com/sbooth/mpg123-binary-xcframework", from: "0.2.2"),
4949
// sndfile-binary-xcframework requires ogg-binary-xcframework, flac-binary-xcframework, opus-binary-xcframework, and vorbis-binary-xcframework
50-
.package(url: "https://github.com/sbooth/sndfile-binary-xcframework", from: "0.1.1"),
51-
.package(url: "https://github.com/sbooth/tta-cpp-binary-xcframework", from: "0.1.1"),
50+
.package(url: "https://github.com/sbooth/sndfile-binary-xcframework", from: "0.1.2"),
51+
.package(url: "https://github.com/sbooth/tta-cpp-binary-xcframework", from: "0.1.2"),
5252
],
5353
targets: [
5454
.target(

0 commit comments

Comments
 (0)