Giter Site home page Giter Site logo

behdaad / ios-app-signer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dantheman827/ios-app-signer

1.0 1.0 0.0 664 KB

This is a helper app to sign iOS IPA files with a new Signing Certificate and Provisioning Profile.

License: GNU General Public License v3.0

Swift 41.12% C 3.13% Objective-C 10.56% Mercury 45.20%

ios-app-signer's Introduction

iOS App Signer

This is a helper app to sign iOS IPA files with a new Signing Certificate and Provisioning Profile.

Improvements over the Original Code

  • Add ability to copy, cut and paste in text fields
  • Bulk signing of IPA files

Requirements

  • macOS El Capitan or later
  • Xcode 7 or later

Usage

First select an IPA (or URL to an IPA), a Signing Certificate from your Mac’s Keychain and a Provisioning Profile. Then you can sign the IPA using two modes:

Single Mode

Fill out the fields for Bundle ID, App Display Name, Build Number and Version String, or fill them empty to remain unchanged. Then click Start and your signed IPA file will be soon ready.

Bulk Mode

Select a Config File adhering to the format below:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleVersion</key>
	<string></string>
	<key>CFBundleShortVersionString</key>
	<string></string>
	<key>Stores</key>
	<dict>
		<key></key>
		<string></string>
	</dict>
</dict>
</plist>

This mode will a signed IPA for each key in the Stores dictionary. It starts with the CFBundleVersion and CFBundleShortVersionString as the base and increments them accordingly for each Store.

Contributions

You can start by checking out the issues page.

Credits

ios-app-signer's People

Contributors

behdaad avatar dantheman827 avatar huzhenchao avatar kagedev avatar kambala-decapitator avatar memphiz avatar moored avatar noahsaso avatar oli06 avatar tihmstar avatar zhengbomo avatar

Stargazers

 avatar

Watchers

 avatar

ios-app-signer's Issues

Rewrite view

Current view hierarchy is a mess. Needs to be re-written using StackViews (or possibly SwiftUI)

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.