MakeZL / CodeSignTask

View the signature structure of app. from codesign

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);

About

View the signature structure of app. from codesign


Languages

Language:Objective-C 100.0%