Ai
1 Star 0 Fork 0

sourceiOS/podfileDepDemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Podfile 523 Bytes
一键复制 编辑 原始数据 按行查看 历史
wsp 提交于 2023-09-15 11:18 +08:00 . demo改造
platform :ios, '10.0'
def other_pods(name)
if name == "xxxx1"
# 自定义添加的其他pod库
elsif name == "xxxx2"
# 自定义添加的其他pod库
end
end
begin
require 'podfileDep'
yaml_dep! do |name|
use_frameworks!
other_pods(name)
end
rescue => e
puts e
puts "\n\n❌ 出错了, 可能你本地的gem包podfileDep未安装或着不是最新版本,尝试以下命令解决:"
puts "\n\ngem install podfileDep 或者 gem uninstall podfileDep && gem install podfileDep\n"
exit!
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sourceiOS/podfileDepDemo.git
git@gitee.com:sourceiOS/podfileDepDemo.git
sourceiOS
podfileDepDemo
podfileDepDemo
master

搜索帮助