Skip to content

Commit

Permalink
Update pakcage.
Browse files Browse the repository at this point in the history
  • Loading branch information
BB9z committed Mar 3, 2024
1 parent 9f9b106 commit 9dd1b8e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LAME-xcframework.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/BB9z/LAME-xcframework"
s.license = { :type => "LGPL", :file => "LICENSE" }
s.author = 'BB9z'
s.source = { :http => "https://github.com/BB9z/LAME-xcframework/releases/download/3.100.1/LAME.xcframework.zip", :sha256 => "a071110cf04b0ef44da54092462361270426373341733b2dbcf748a035321c40" }
s.source = { :http => "https://github.com/BB9z/LAME-xcframework/releases/download/3.100.1/LAME.xcframework.zip", :sha256 => "cc45eb59d17ec4c38f75bb054d01faca3aaefeeaee544ca0c7a07e6820898c0f" }

s.ios.deployment_target = '12.0'
s.osx.deployment_target = '10.13'
Expand Down
14 changes: 7 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ let package = Package(
],
dependencies: [],
targets: [
.binaryTarget(
name: "LAME",
path: "macosx/LAME.xcframework"
),
// .binaryTarget(
// name: "LAME",
// url: "https://github.com/BB9z/LAME-xcframework/releases/download/3.100.1/LAME.xcframework.zip",
// checksum: "a071110cf04b0ef44da54092462361270426373341733b2dbcf748a035321c40"
// )
// path: "macosx/LAME.xcframework"
// ),
.binaryTarget(
name: "LAME",
url: "https://github.com/BB9z/LAME-xcframework/releases/download/3.100.1/LAME.xcframework.zip",
checksum: "cc45eb59d17ec4c38f75bb054d01faca3aaefeeaee544ca0c7a07e6820898c0f"
)
]
)
2 changes: 1 addition & 1 deletion Package@swift-5.3.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
.binaryTarget(
name: "LAME",
url: "https://github.com/BB9z/LAME-xcframework/releases/download/3.100.1/LAME.xcframework.zip",
checksum: "a071110cf04b0ef44da54092462361270426373341733b2dbcf748a035321c40"
checksum: "cc45eb59d17ec4c38f75bb054d01faca3aaefeeaee544ca0c7a07e6820898c0f"
)
]
)
2 changes: 1 addition & 1 deletion Package@swift-5.5.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let package = Package(
.binaryTarget(
name: "LAME",
url: "https://github.com/BB9z/LAME-xcframework/releases/download/3.100.1/LAME.xcframework.zip",
checksum: "a071110cf04b0ef44da54092462361270426373341733b2dbcf748a035321c40"
checksum: "cc45eb59d17ec4c38f75bb054d01faca3aaefeeaee544ca0c7a07e6820898c0f"
)
]
)

0 comments on commit 9dd1b8e

Please sign in to comment.