1 Star 2 Fork 5

bb9z/LAME-xcframework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
API
Loading...
README
MIT

LAME.xcframework

Swift Version Swift Package Manager CocoaPods Build Status GitHub Source

这个项目旨在将 LAME 打包成 Apple 各平台通用的 xcframework 格式,并支持使用 Swift Package Manager 或 CocoaPods 进行便捷的集成。

版本信息

LAME.xcframework Build with macOS iOS tvOS watchOS visionOS
3.100.2 Xcode 15.4 10.13+ 12.0+ 12.0+ 4.0+ 1.0+
3.100.0 Xcode 12.5.1 10.10+ 9.0+ 9.0+ 2.0+ NA

集成

You can also use GitHub source to install.

Swift Package Manager

通过 Xcode 菜单:

  1. File -> Swift Packages -> Add Package Dependenc
  2. 输入 https://github.com/bb9z/LAME-xcframework

或者在 Package.swift 中添加 LAME 依赖:

dependencies: [
    .package(url: "https://github.com/BB9z/LAME-xcframework.git", .upToNextMajor(from: "3.100.1"))
]

然后在你的 target 中添加 LAME 依赖:

.target(name: "YourTarget", dependencies: [
    .product(name: "LAME", package: "LAME-xcframework"),
])

CocoaPods

pod 'LAME-xcframework', '~> 3.100'

手动

拉取仓库后自行打包 xcframework(详见下方),并将 LAME.xcframework 加入到你的项目中。

自行构建

右键点击 make-xcframwork.command 选择「打开」。

或者使用命令行:

cd macosx
./make-xcframework.sh
LAME is released under the LGPL license. Follow the LICENSE-LAME and COPYING files to use this framework. The xcframework build scripts and customized config files are distributed using the MIT License. MIT License Copyright © 2021, 2023-2024 BB9z Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

支持 Apple 全平台的 LAME.xcframework 展开 收起
取消

发行版 (3)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/bb9z/LAME-xcframework.git
git@gitee.com:bb9z/LAME-xcframework.git
bb9z
LAME-xcframework
LAME-xcframework
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891