Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
UniMPSDK-iOS
提交
bfcff4eb
U
UniMPSDK-iOS
项目概览
DCloud
/
UniMPSDK-iOS
通知
83
Star
5
Fork
4
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
12
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
UniMPSDK-iOS
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
12
Issue
12
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
bfcff4eb
编写于
1月 22, 2024
作者:
DCloud_iOS_WZT
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
更新 大文件
上级
152732fe
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
6 addition
and
5 deletion
+6
-5
.gitattributes
.gitattributes
+4
-1
HelloUniMPDemo/Podfile
HelloUniMPDemo/Podfile
+2
-4
未找到文件。
.gitattributes
浏览文件 @
bfcff4eb
...
...
@@ -12,4 +12,7 @@ UniMPSDK/LivePusher/Libs/liblibLivePush.a filter=lfs diff=lfs merge=lfs -text
UniMPSDK/Speech/Baidu/Libs/libBaiduSpeechSDK.a filter=lfs diff=lfs merge=lfs -text
UniMPSDK/Wechat-Nopay/Libs/libWeChatSDK.a filter=lfs diff=lfs merge=lfs -text
UniMPSDK/Barcode/Libs/libDCUniZXing.a filter=lfs diff=lfs merge=lfs -text
UniMPSDK/Audio/Libs/libopencore-amrnb.a filter=lfs diff=lfs merge=lfs -text
UniMPSDK/Audio/Libs/libmp3lame.a filter=lfs diff=lfs merge=lfs -text
UniMPSDK/Video/Libs/libDCUniVideo.a filter=lfs diff=lfs merge=lfs -text
UniMPSDK/Video/Libs/liblibVideo.a filter=lfs diff=lfs merge=lfs -text
\ No newline at end of file
HelloUniMPDemo/Podfile
浏览文件 @
bfcff4eb
#source 'https://gitee.com/mirrors/CocoaPods-Specs.git'
#source 'https://github.com/Cocoapods/Specs.git'
#source 'https://gitcode.net/dcloud/unimpsdk-ios.git'
#source 'https://cdn.cocoapods.org/'
source
'https://cdn.cocoapods.org/'
target
'HelloUniMPDemo'
do
## 判断需要引用哪些模块请参考文档:https://nativesupport.dcloud.net.cn/AppDocs/usemodule/iOSModuleConfig/common.html#%E5%A6%82%E4%BD%95%E9%85%8D%E7%BD%AE%E6%A8%A1%E5%9D%97-%E4%B8%89%E6%96%B9sdk
## 根据功能对照表添加,建议一次不要Pod太多模块容易超时
## Core、Video、LivePusher、Camera&Gallery、Map-XXX 等模块文件较大建议单独pod install
## Payment-Stripe、Payment-Paypal、Oauth-Google、Oauth-Facebook 为海外SDK建议设置代理后pod install
pod
'unimp'
,
:
git
=>
"https://gitcode.net/dcloud/unimpsdk-ios.git"
,
:tag
=>
"3.99"
,
:
subspecs
=>
[
pod
'unimp'
,
:subspecs
=>
[
'Core'
,
##核心库(必需)
# 'Accelerometer', ##加速度传感器
# 'Contacts', ##通讯录
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录