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

  • 相关阅读:
    windows phone 8 开发系列(三)程序清单说明与配置
    windows phone 8 开发系列(二)Hello Wp8!
    windows phone 8 开发系列(一)环境搭建
    MVC3 ViewBage 输出的值 被编码
    汉字取首字母拼音 ---vue---js
    一个基于POI的通用excel导入导出工具类的简单实现及使用方法
    MongoDB基础命令笔记
    Maven多模块,Dubbo分布式服务框架,SpringMVC,前后端分离项目,基础搭建,搭建过程出现的问题
    jQuery与ajax 基础运用
    mysql常处理用时间sql语句
  • 原文地址:https://www.cnblogs.com/yuanxiaoping_21cn_com/p/5810984.html
Copyright © 2011-2022 走看看