美文网首页
Pod:创建私有远程库方法

Pod:创建私有远程库方法

作者: 春暖花已开 | 来源:发表于2019-05-26 18:43 被阅读0次
    • 1、创建远程索引仓库(注意:要初始化远程索引库)和本地索引库

      pod repo add (本地索引库名) (远程地址)
      
      • 2、查看本地索引库列表
      pod repo list
      
    • 3、修改A.podspec文件,将源码A上传到A的远程仓库

    • 4、推送到索引库

      pod repo push (本地索引库名) (A.podspec) --allow-warnings
      

    相关文章

      网友评论

          本文标题:Pod:创建私有远程库方法

          本文链接:https://www.haomeiwen.com/subject/xeuftctx.html