Skip to content

Utility to see how binaries contained in an .ipa are signed

Notifications You must be signed in to change notification settings

macdoum1/howsigned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

howsigned

Build Status

howsigned is a ruby gem utility to see how binaries contained in an .ipa are signed

The contained binary extensions used with the commands are defined here

https://rubygems.org/gems/howsigned

Installation

gem install howsigned

Usage

To print entitlements of all contained binaries in plist format keyed by application-identifier

howsigned entitlements test.ipa

To print all embedded provisioning profiles of contained binaries in plist format keyed by AppNameID

howsigned profiles test.ipa

To print expiration dates of all provisioning profiles in plist format keyed by AppNameID

howsigned profiles --expiration test.ipa

To check codesigning on all contained binaries

howsigned verify test.ipa

To compare entitlements and profiles between two .ipa files

howsigned compare testA.ipa testB.ipa

About

Utility to see how binaries contained in an .ipa are signed

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages