All Projects → RookieFeng → ipa_re_sign

RookieFeng / ipa_re_sign

Licence: Apache-2.0 License
Re_sign an ipa using Apple Enterprise Certificate 使用企业证书 对 ipa 进行重签名.

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to ipa re sign

SignTools-CI
Sign iOS apps on demand using CI. Part of: https://github.com/SignTools/SignTools
Stars: ✭ 145 (+353.13%)
Mutual labels:  sign, ipa
ota-server
OTA Server for both Android app and iOS app
Stars: ✭ 30 (-6.25%)
Mutual labels:  ipa
iOSThin
iOS瘦身方案
Stars: ✭ 25 (-21.87%)
Mutual labels:  ipa
flutter-openpgp
OpenPGP for flutter made with golang for fast performance with support for android, ios, macos, linux, windows, web and hover
Stars: ✭ 35 (+9.38%)
Mutual labels:  sign
ipatool
Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store
Stars: ✭ 2,438 (+7518.75%)
Mutual labels:  ipa
TransporterPad
iOS/Android app deployment tool for macOS
Stars: ✭ 51 (+59.38%)
Mutual labels:  ipa
SResigner
A macos application for ipa resign,dylib inject/delete and metadata modify.
Stars: ✭ 52 (+62.5%)
Mutual labels:  ipa
AppCenter-Github-Action
This action uploads artifacts (.apk or .ipa) to Visual Studio App Center.
Stars: ✭ 46 (+43.75%)
Mutual labels:  ipa
SCP3Picture
A python script to get P3 picture names
Stars: ✭ 22 (-31.25%)
Mutual labels:  ipa
IOSIphoneHttps
ios超级签-ipa-新版IOS苹果企业签,直接签名直接下载安装,无需进入appstore商城——不需要经过App Store直接下载游戏吗?下载完不知道怎么安装?需要通过第三方软件来安装?绕过苹果检测,测试可以使用HTTPD或者Tomcat构建,使用plist文件
Stars: ✭ 61 (+90.63%)
Mutual labels:  ipa
ipa-extract-info
Extract the Info.plist from an IPA
Stars: ✭ 34 (+6.25%)
Mutual labels:  ipa
tangem-sdk-ios
The native Swift library for iOS platforms
Stars: ✭ 35 (+9.38%)
Mutual labels:  sign
reactnative-android-production
Step by step guid for compiling and installing React Native Android app [ bundled release version ] to your test device.
Stars: ✭ 51 (+59.38%)
Mutual labels:  sign
customer-ajax-login
Free magento 2 extension for Popup and AJAX based Login and Sign Up | Manish Joy
Stars: ✭ 14 (-56.25%)
Mutual labels:  sign
WacOS
A Linux distribution that mimics MacOS (modern and classic) iOS, and other Apple operating systems, but is open, customizable, and free to use on non-apple hardware.
Stars: ✭ 18 (-43.75%)
Mutual labels:  ipa
aws-signature-version-4
The buttoned-up and boring, but deeply analyzed, implementation of SigV4 in .NET
Stars: ✭ 57 (+78.13%)
Mutual labels:  sign
DeepPhonemizer
Grapheme to phoneme conversion with deep learning.
Stars: ✭ 152 (+375%)
Mutual labels:  ipa
SchoolRegistrationUI-Android
Check out the new style for App Design aims for school or colleges...😉😀😁😎
Stars: ✭ 56 (+75%)
Mutual labels:  sign
seedoo-core
Core piattaforma Seedoo
Stars: ✭ 18 (-43.75%)
Mutual labels:  ipa
sign-in-with-apple
An example for sign-in-with-apple, golang-version.
Stars: ✭ 22 (-31.25%)
Mutual labels:  sign

ipa _re_sign

中文介绍

This shell script re_sign an ipa using Apple Enterprise Certificate .


Preparation

1 ipa file you would like to re_sign

2 Apple Enterprise Distribution Certificate double click then will found in keychain

3 Distribution mobileprovision file *.mobileprovision

4 New BundleID in accordance with the mobile provision file in [^3]


Usage

1 set execution permissions to Resign.sh or Resign_en.sh eg : chmod +x ./Resign_en.sh

2 drag 'Resign_en.sh' to command line tool

3 according to the prompt message, select the distribution certificate you would like to use. Only select content within double quotes Eg. iPhone Distribution : ****.co .,LTD.

4 drag the ipa file to command line tool

5 drag the mobileprovision file to command line tool

6 input the new BundleID

7 Done ! (if no error occurs 😂)


Check Dependency

Including but not limited to the following

1 check codesign ,

2 check security ,

3 /usr/libexec/PlistBuddy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].