Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 288 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 288 Bytes

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