Code Monkey home page Code Monkey logo

fsupersign's Introduction

FSuperSign

超级签 服务端和APP端签名

#AppSignSDK

App端签名

环境配置:

openssl 1.1.1 主要用来证书校验
SSZipArchive SDK 里面已经打进去了.主要用来解压app和压缩app

# 添加系统库:

libiconv.tbd

libxml2.tbd

liblzma.tbd

libiconv.2.4.0.tbd

libstdc++.tbd

Security.framework

MobileCoreServices.framework

CoreServices.framework

libz.1.2.8.tbd

接口:

+ (int)signIPA:(NSString *)ipa_path
           size:(NSString*)size
            cer:(NSString *)cer_path
            pwd:(NSString *_Nullable)pwd
           prov:(NSString *)prov_path
       bundleID:(NSString *_Nullable)bundleID
     bundleName:(NSString *_Nullable)bundleName
  bundleVersion:(NSString *_Nullable)bundleVersion
       zipLevel:(NSInteger)zipLevel
         output:(NSString *)output_path;

参数解释

ipa_path: -----  ipa的沙盒路径

size: ------ ipa的大小

cer_path: ----- 证书的沙盒路径

pwd: ------ 证书的密码

prov_path: ---- 描述文件地址

bundleID: ---- 应用的bundleID 可以修改

bundleName: ---- app的名字

bundleVersion: ---- 版本

zipLevel: ---- 压缩层级

output_path: ---- 输出路径

fsupersign's People

Contributors

frankkiwi avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fsupersign's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.