Skip to content

yoimhere/IPASign

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About IPASign:

This library and tool were designed to update the provisioning profile inside an IPA file and update the file signature.
This tool is an alternative to Apple's codesign.
This tool can be used on Windows, Linux and etc.

IPASign

Q: Where is the provisioning profile stored?

The provisioning profile is stored as 'embedded.mobileprovision' in the IPA file.

Q: What is being signed?
  • The Mach-O executable (Identified by 'CFBundleExecutable' in Info.plist).
  • Info.plist
  • Code requirements expression.
  • Code entitlements plist.
  • The '_CodeSignature\CodeResource' file containing the file hashes (including 'embedded.mobileprovision').
Q: Where is the signature stored?

The CMS signature is stored as the last segment of the Mach-O executable (Identified by 'CFBundleExecutable' in Info.plist).

Contact:

If you have any question, feel free to contact me.
Tal Aloni tal@kmrom.com

About

Tool to update the provisioning profile and resign the IPA file

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • Batchfile 0.2%