代码拉取完成,页面将自动刷新
# Uncomment the next line to define a global platform for your project
platform :ios, '12.0'
workspace 'TangSengDaoDaoiOS.xcworkspace'
post_install do |installer|
# 填写你自己的开发者团队的team id
dev_team = "H8PU463W68"
project = installer.aggregate_targets[0].user_project
project.targets.each do |target|
target.build_configurations.each do |config|
if dev_team.empty? and !config.build_settings['DEVELOPMENT_TEAM'].nil?
dev_team = config.build_settings['DEVELOPMENT_TEAM']
end
end
end
# Fix bundle targets' 'Signing Certificate' to 'Sign to Run Locally'
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle"
config.build_settings['DEVELOPMENT_TEAM'] = dev_team
end
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
config.build_settings['ENABLE_BITCODE'] = 'NO'
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
end
end
abstract_target 'TangSengDaoDaoiOSBase' do
# pod 'lottie-ios', '~> 2.5.3'
pod 'Socket.IO-Client-Swift'
pod 'SSZipArchive', '~> 2.2.3'
pod 'SocketRocket'
pod 'Aspects'
pod 'ReactiveObjC'
target 'TangSengDaoDaoiOS' do
project 'TangSengDaoDaoiOS.xcodeproj'
use_frameworks!
pod 'YBImageBrowser/NOSD', :git=>'https://github.com/tangtaoit/YBImageBrowser.git'
pod 'YYImage/WebP', :git => 'https://github.com/tangtaoit/YYImage.git'
pod 'AsyncDisplayKit', :git => 'https://github.com/tangtaoit/AsyncDisplayKit.git'
pod 'librlottie', :git => 'https://github.com/tangtaoit/librlottie.git'
pod 'WuKongIMSDK', :path => './Modules/WuKongIMiOSSDK' ## WuKongBase 基础工具包 源码地址 https://github.com/WuKongIM/WuKongIMiOSSDK
# pod 'WuKongIMSDK', :path => '../../../wukongIM/iOS/WuKongIMiOSSDK'
# pod 'WuKongIMSDK', '~> 1.0.2' ## 源码地址 https://github.com/WuKongIM/WuKongIMiOSSDK
pod 'WuKongBase', :path => './Modules/WuKongBase' ## WuKongBase 基础工具包
pod 'WuKongLogin', :path => './Modules/WuKongLogin' ## 登录模块
pod 'WuKongContacts', :path => './Modules/WuKongContacts' ## 联系人模块
pod 'WuKongDataSource', :path => './Modules/WuKongDataSource' ## 数据源
end
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。