Jekins安装看上一篇 www.jianshu.com/p/4355008cabcd 脚本打包 xcodebuild clean -works...
Jenkins插件配置 安装jenkins,jsnkins推荐插件 XCode插件 Keychain and Provisioning Prof...
一、区别于联系 1.module.exports、exports、require是属于CommonJS模块规范。 2.export、export...
项目初始化 mkdir MySwiftServer vi Package.swift 在Package.swift中输入以下内容,保存文件,回到...
# Sets the target folders and the final framework product. # 如果工程名称和Fram...
# Sets the target folders and the final framework product. FRAMEWORK_NAM...
1.查看静态库支持的CPU架构 lipo -info libname.a(或者libname.framework/libname) 2. 合并静...
if [ "${ACTION}" = "build" ] then #要build的target名 target_Name=${PROJECT_...
一、创建私有pod仓库 1.gitlab上创建一个MySpecs的项目 2.添加你的私有Repo到你的CocoaPods pod repo ad...