随笔分类 -  iOS

摘要:Ruby脚本设置Xcode xcodeproj脚本常用操作: require 'xcodeproj' # 移除Group下所有 def removeBuildPhaseFilesRecursively(aTarget, aGroup) aGroup.files.each do |file| if f 阅读全文
posted @ 2021-09-20 12:12 SylvanYan 阅读(360) 评论(0) 推荐(0)
摘要:CocoaPods 接入 KSAdSDK project 'Unity-iPhone.xcodeproj' source 'https://cdn.cocoapods.org/' # Uncomment the next line to define a global platform for yo 阅读全文
posted @ 2021-09-20 09:17 SylvanYan 阅读(1320) 评论(0) 推荐(0)

TOP