代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/Lemon-Cleaner 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# Uncomment the next line to define a global platform for your project
#source 'https://github.com/CocoaPods/Specs.git'
platform :osx, '10.11'
install! 'cocoapods', :disable_input_output_paths => true
workspace 'Lemon'
project 'Lemon.xcodeproj'
project 'Tools/LemonMonitor/LemonMonitor.xcodeproj'
project 'Tools/LemonDaemon/LemonDaemon.xcodeproj'
project 'Tools/PrivacyProtect/PrivacyProtect.xcodeproj'
#use_frameworks!
def available_pods
pod 'AFNetworking', '= 3.2.1'
pod 'QMUICommon',:path => './localPod/QMUICommon'
pod 'QMCoreFunction',:path => './localPod/QMCoreFunction'
pod 'Masonry', '= 1.1.0'
pod 'FMDB', '= 2.7.5'
end
target 'Lemon' do
use_frameworks!
inherit! :search_paths
project 'Lemon.xcodeproj'
available_pods
pod 'QMAppLoginItemManage',:path => './localPod/QMAppLoginItemManage'
pod 'LemonSpaceAnalyse',:path => './localPod/LemonSpaceAnalyse'
pod 'LemonSpaceAnalyse',:path => './localPod/LemonSpaceAnalyse'
pod 'LemonBigOldFile',:path => './localPod/LemonBigOldFile'
pod 'LemonPhotoClean',:path => './localPod/LemonPhotoClean'
pod 'LemonDuplicateFile',:path => './localPod/LemonDuplicateFile'
pod 'LemonPrivacyClean',:path => './localPod/LemonPrivacyClean'
pod 'LemonUninstaller',:path => './localPod/LemonUninstaller'
pod 'LemonLoginItemManager',:path => './localPod/LemonLoginItemManager'
pod 'LemonFileMove',:path => './localPod/LemonFileMove'
end
target 'LemonMonitor' do
use_frameworks!
inherit! :search_paths
project 'Tools/LemonMonitor/LemonMonitor.xcodeproj'
available_pods
pod 'LemonStat',:path => './localPod/LemonStat'
pod 'LemonUninstaller',:path => './localPod/LemonUninstaller'
pod 'LemonHardware',:path => './localPod/LemonHardware'
pod 'LemonNetSpeed',:path => './localPod/LemonNetSpeed'
pod 'LemonFileMove',:path => './localPod/LemonFileMove'
end
target 'LemonDaemon' do
inherit! :search_paths
project 'Tools/LemonDaemon/LemonDaemon.xcodeproj'
end
target 'LemonClener' do
use_frameworks!
inherit! :search_paths
project 'LemonClener/LemonClener.xcodeproj'
pod 'LemonFileMove',:path => './localPod/LemonFileMove'
available_pods
end
target 'PrivacyProtect' do
use_frameworks!
inherit! :search_paths
project 'Tools/PrivacyProtect/PrivacyProtect.xcodeproj'
available_pods
end
post_install do |installer_representation|
installer_representation.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO'
end
end
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。