美文网首页
iOS相关资源,工具收集

iOS相关资源,工具收集

作者: buptwsg | 来源:发表于2017-08-18 12:20 被阅读23次

    学习资源

    大名鼎鼎的https://www.raywenderlich.com
    微信阅读团队博客: https://wereadteam.github.io
    微信上的CocoaChina公众号
    简书上的iOS Developer专题:http://www.jianshu.com/c/3233d1a249ca
    AppCoda: http://www.appcoda.com/tutorials/ios/
    国内casa大神的博客:https://casatwy.com/index.html
    王巍的博客:https://onevcat.com/#blog
    冰霜的博客:https://halfrost.github.io/#blog
    KenshinCui的博客:http://www.cnblogs.com/kenshincui/
    RAC, MVVM例子:https://raccommunity.github.io/racurated/

    待加。

    电子书下载

    个人觉得蒲公英书屋不错,只用一个邮箱就可以注册,过程比CSDN简单很多。CSDN还要获取手机号信息,而蒲公英只需要邮箱,那我们可以拿公司邮箱来注册。
    地址: http://itbook.top

    命令行工具

    security cms -D -i #{@profilePath}

    使用此命令可以解开一个mobileProvision文件,以xml格式呈现。
    在MAC电脑上,这些文件都保存在~/Library/MobileDevice/Provisioning Profiles目录。

    图片资源提取

    Image Extractor
    可以将IPA,Assets.car中的图片资源进行解包,提取。

    查找工程中没被使用的图片资源

    LSUnusedResources

    用lipo合并模拟器Framework与真机Framework

    lipo合并出Universal Framework

    相关文章

      网友评论

          本文标题:iOS相关资源,工具收集

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