提交 314c6857 编写于 作者: DCloud_iOS_WZT's avatar DCloud_iOS_WZT

新增 Log组件

上级 665b2f4b
...@@ -2,12 +2,4 @@ ...@@ -2,12 +2,4 @@
UniMPSDK/Masonry/Libs/Masonry.framework/Masonry filter=lfs diff=lfs merge=lfs -text UniMPSDK/Masonry/Libs/Masonry.framework/Masonry filter=lfs diff=lfs merge=lfs -text
UniMPSDK/Video/Libs/IJKMediaFrameworkWithSSL.framework/IJKMediaFrameworkWithSSL filter=lfs diff=lfs merge=lfs -text UniMPSDK/Video/Libs/IJKMediaFrameworkWithSSL.framework/IJKMediaFrameworkWithSSL filter=lfs diff=lfs merge=lfs -text
UniMPSDK/Video/Libs/DCUniVideoPublic.framework/DCUniVideoPublic filter=lfs diff=lfs merge=lfs -text UniMPSDK/Video/Libs/DCUniVideoPublic.framework/DCUniVideoPublic filter=lfs diff=lfs merge=lfs -text
UniMPSDK/QQ/Libs/TencentOpenAPI.framework/TencentOpenAPI filter=lfs diff=lfs merge=lfs -text UniMPSDK/QQ/Libs/TencentOpenAPI.framework/TencentOpenAPI filter=lfs diff=lfs merge=lfs -text
UniMPSDK/Audio/Libs/libopencore-amrnb.a filter=lfs diff=lfs merge=lfs -text \ No newline at end of file
UniMPSDK/Audio/Libs/libmp3lame.a filter=lfs diff=lfs merge=lfs -text
UniMPSDK/Barcode/Libs/libuchardet.a filter=lfs diff=lfs merge=lfs -text
UniMPSDK/Barcode/Libs/libDCUniZXing.a filter=lfs diff=lfs merge=lfs -text
UniMPSDK/Camera&Gallery/Libs/liblibCamera.a filter=lfs diff=lfs merge=lfs -text
UniMPSDK/Core/Libs/liblibPDRCore.a filter=lfs diff=lfs merge=lfs -text
UniMPSDK/Core/Libs/liblibWeex.a filter=lfs diff=lfs merge=lfs -text
UniMPSDK/Core/Libs/libSDWebImage.a filter=lfs diff=lfs merge=lfs -text
\ No newline at end of file
...@@ -159,7 +159,6 @@ ...@@ -159,7 +159,6 @@
2F8F66FE2B568AB4003E6DCC /* Sources */, 2F8F66FE2B568AB4003E6DCC /* Sources */,
2F8F66FF2B568AB4003E6DCC /* Frameworks */, 2F8F66FF2B568AB4003E6DCC /* Frameworks */,
2F8F67002B568AB4003E6DCC /* Resources */, 2F8F67002B568AB4003E6DCC /* Resources */,
0077D58063A7D1947C3D0C98 /* [CP] Embed Pods Frameworks */,
BFF9F57BCF0484F206111522 /* [CP] Copy Pods Resources */, BFF9F57BCF0484F206111522 /* [CP] Copy Pods Resources */,
); );
buildRules = ( buildRules = (
...@@ -220,23 +219,6 @@ ...@@ -220,23 +219,6 @@
/* End PBXResourcesBuildPhase section */ /* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */
0077D58063A7D1947C3D0C98 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-HelloUniMPDemo/Pods-HelloUniMPDemo-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-HelloUniMPDemo/Pods-HelloUniMPDemo-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-HelloUniMPDemo/Pods-HelloUniMPDemo-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
15E3B50BBE06F99B7E6CAAA5 /* [CP] Check Pods Manifest.lock */ = { 15E3B50BBE06F99B7E6CAAA5 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase; isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
......
# Uncomment the next line to define a global platform for your project
#source 'https://gitee.com/mirrors/CocoaPods-Specs.git'
source 'https://github.com/Cocoapods/Specs.git' source 'https://github.com/Cocoapods/Specs.git'
source 'https://gitcode.net/dcloud/unimpsdk-ios.git' source 'https://gitcode.net/dcloud/unimpsdk-ios.git'
...@@ -12,12 +9,10 @@ target 'HelloUniMPDemo' do ...@@ -12,12 +9,10 @@ target 'HelloUniMPDemo' do
## 根据功能对照表添加,建议一次不要Pod太多模块容易超时 ## 根据功能对照表添加,建议一次不要Pod太多模块容易超时
## Core、Video、LivePusher、Camera&Gallery、Map-XXX 等模块文件较大建议单独pod install ## Core、Video、LivePusher、Camera&Gallery、Map-XXX 等模块文件较大建议单独pod install
## Payment-Stripe、Payment-Paypal、Oauth-Google、Oauth-Facebook 为海外SDK建议设置代理后pod install ## Payment-Stripe、Payment-Paypal、Oauth-Google、Oauth-Facebook 为海外SDK建议设置代理后pod install
##本地引用
# pod 'unimp', :path => "../", :subspecs => [
pod 'unimp', :git => "https://gitcode.net/dcloud/unimpsdk-ios.git", :tag => "3.99", :subspecs => [ pod 'unimp', :git => "https://gitcode.net/dcloud/unimpsdk-ios.git", :tag => "3.99", :subspecs => [
'Core', ##核心库(必需) 'Core', ##核心库(必需)
# 'Log', ##Debug模式下打印log 发布时可去掉
# 'Accelerometer', ##加速度传感器 # 'Accelerometer', ##加速度传感器
# 'Contacts', ##通讯录 # 'Contacts', ##通讯录
# 'Audio', ##音频 # 'Audio', ##音频
...@@ -64,6 +59,7 @@ target 'HelloUniMPDemo' do ...@@ -64,6 +59,7 @@ target 'HelloUniMPDemo' do
# 'Oauth-Sina', ##新浪微博登录 # 'Oauth-Sina', ##新浪微博登录
# 'Oauth-Google', ##Google登录 # 'Oauth-Google', ##Google登录
# 'Oauth-Facebook', ##Facebook登录 iOS12+ # 'Oauth-Facebook', ##Facebook登录 iOS12+
] ]
end end
...@@ -10,13 +10,11 @@ Pod::Spec.new do |s| ...@@ -10,13 +10,11 @@ Pod::Spec.new do |s|
s.name = "unimp" s.name = "unimp"
s.version = "3.99" s.version = "3.99"
s.summary = "A short description of unimp." s.summary = "UniMPSDK"
s.homepage = "https://gitcode.net/dcloud/unimpsdk-ios" s.homepage = "https://gitcode.net/dcloud/unimpsdk-ios"
s.license = { :type => 'MIT', :file => 'LICENSE' } s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "wangzhitong" => "wangzhitong@dcloud.io" } s.author = { "wangzhitong" => "wangzhitong@dcloud.io" }
# s.source = { :path => "." }
s.source = { :git => "https://gitcode.net/dcloud/unimpsdk-ios.git", :tag => "#{s.version}"} s.source = { :git => "https://gitcode.net/dcloud/unimpsdk-ios.git", :tag => "#{s.version}"}
s.default_subspec = 'Core' s.default_subspec = 'Core'
### 基础库(必选) ### 基础库(必选)
...@@ -32,7 +30,7 @@ Pod::Spec.new do |s| ...@@ -32,7 +30,7 @@ Pod::Spec.new do |s|
ss.libraries = 'c++','iconv' ss.libraries = 'c++','iconv'
end end
### 组件 ### 子模块
s.subspec 'Accelerometer' do |ss| s.subspec 'Accelerometer' do |ss|
ss.frameworks = 'Accelerate' ss.frameworks = 'Accelerate'
...@@ -341,25 +339,29 @@ Pod::Spec.new do |s| ...@@ -341,25 +339,29 @@ Pod::Spec.new do |s|
ss.dependency 'unimp/Statistic' ss.dependency 'unimp/Statistic'
end end
s.subspec 'Masonry' do |ss| s.subspec 'Log' do |ss|
ss.public_header_files = 'UniMPSDK/Masonry/Headers/**/*{.h,.swift}' ss.source_files = 'UniMPSDK/Log/Headers/**/*.{h,swift}'
ss.source_files = 'UniMPSDK/Masonry/Headers/**/*.{h,swift}' end
ss.vendored_frameworks = 'UniMPSDK/Masonry/Libs/*.{framework}'
end
s.subspec 'BaiduMapCommon' do |ss| s.subspec 'Masonry' do |ss|
ss.vendored_libraries = 'UniMPSDK/BaiduMapCommon/Libs/*.{a}' ss.public_header_files = 'UniMPSDK/Masonry/Headers/**/*{.h,.swift}'
end ss.source_files = 'UniMPSDK/Masonry/Headers/**/*.{h,swift}'
ss.vendored_frameworks = 'UniMPSDK/Masonry/Libs/*.{framework}'
end
s.subspec 'Wechat-Nopay' do |ss| s.subspec 'BaiduMapCommon' do |ss|
ss.public_header_files = 'UniMPSDK/Wechat-Nopay/Headers/**/*{.h,.swift}' ss.vendored_libraries = 'UniMPSDK/BaiduMapCommon/Libs/*.{a}'
ss.source_files = 'UniMPSDK/Wechat-Nopay/Headers/**/*.{h,swift}' end
ss.vendored_libraries = 'UniMPSDK/Wechat-Nopay/Libs/*.{a}'
end
s.subspec 'QQ' do |ss| s.subspec 'Wechat-Nopay' do |ss|
ss.vendored_frameworks = 'UniMPSDK/QQ/Libs/*.{framework}' ss.public_header_files = 'UniMPSDK/Wechat-Nopay/Headers/**/*{.h,.swift}'
end ss.source_files = 'UniMPSDK/Wechat-Nopay/Headers/**/*.{h,swift}'
ss.vendored_libraries = 'UniMPSDK/Wechat-Nopay/Libs/*.{a}'
end
s.subspec 'QQ' do |ss|
ss.vendored_frameworks = 'UniMPSDK/QQ/Libs/*.{framework}'
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册