240 发简信
IP属地:湖北
  • Resize,w 360,h 240
    Jenkins持续集成-脚本打包

    Jekins安装看上一篇 www.jianshu.com/p/4355008cabcd 脚本打包 xcodebuild clean -works...

  • Resize,w 360,h 240
    Jenkins持续集成-Xcode

    Jenkins插件配置 安装jenkins,jsnkins推荐插件 XCode插件 Keychain and Provisioning Prof...

  • export与exports、import与require区别与联系

    一、区别于联系 1.module.exports、exports、require是属于CommonJS模块规范。 2.export、export...

  • Resize,w 360,h 240
    Swift用Perfect框架开发服务端

    项目初始化 mkdir MySwiftServer vi Package.swift 在Package.swift中输入以下内容,保存文件,回到...

  • framework合并脚本2

    # Sets the target folders and the final framework product. # 如果工程名称和Fram...

  • framework合成脚本1

    # Sets the target folders and the final framework product. FRAMEWORK_NAM...

  • lipo命令操作.a和framework

    1.查看静态库支持的CPU架构 lipo -info libname.a(或者libname.framework/libname) 2. 合并静...

  • .a静态库合成脚本

    if [ "${ACTION}" = "build" ] then #要build的target名 target_Name=${PROJECT_...

  • cocoapods创建私有pods步骤

    一、创建私有pod仓库 1.gitlab上创建一个MySpecs的项目 2.添加你的私有Repo到你的CocoaPods pod repo ad...