zoukankan      html  css  js  c++  java
  • 重新签名IOS .ipa文件 (包含第三方框架和插件)

    本文未经测试,初步看代码流程接近本人想法,留下作记录。
    Intoduction

    This code allow you to resign your own ipa assuming that you have:
    1) a developer certificate issued by apple and added to your keychain
    2) a mobileprovision file

    This code allow you to resign your app without using xcode or if you need to add a UDID for development distribution.
    This code correctly signs ipas with Frameworks (.framework folders), Plugins (.appex folders), Applications (.app folders)
    This code autoincludes entitlements with binaries extracting them from the provided mobileprovision file.

    Usage

    This code runs on mac osx
    You should already have installed OSX Command Lines Tools
    The code is a shell script

    Step 1
    Change the following variables inside the signall.sh script:

    Step 2

    In your destination folder you will have all your ipas signed.

    Source and Updates

    https://bitbucket.org/xgiovio/ios-ipa-resign/src

    Code
    signall.sh

    sign.sh

  • 相关阅读:
    Things You Should Know
    因为web.config配置,导致(当前不会命中断点,还没有为该文档加载任何符号)
    【HTML5 Canvas游戏开发】笔记(二) 显示一张图片
    【HTML5 Canvas游戏开发】笔记(一) 概述和基础讲解
    const char* pcr&char* const pcr
    【Python扩展阅读【转】EasyGui 学习文档【超详细中文版】】
    【Python扩展阅读【转】】字符串的方法及注释
    【Python⑥】python的缩进,条件判断和循环
    【Python⑤】python序列---list和tuple
    【Python④】python恼人的字符串,格式化输出
  • 原文地址:https://www.cnblogs.com/yuanxiaoping_21cn_com/p/5810984.html
Copyright © 2011-2022 走看看