/CodeSignTask

View the signature structure of app. from codesign

Primary LanguageObjective-C

CodeSignTask

View the signature structure of app. from codesign

Usage

Self-explainatory

./logCodesign your app.(Demo.app)

iOS

Self-project

NSString *teamIdentifier = CodeSign->bundleTeamIdentifier();

NSLog(@"ml == %@",teamIdentifier);