Project

howsigned

0.0
No commit activity in last 3 years
No release in over 3 years
Utility to see how the contained binaries within an .ipa are signed
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 4.3
~> 3.1
~> 1.1
 Project Readme

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