# mobileprovision-read **Repository Path**: panda007/mobileprovision-read ## Basic Information - **Project Name**: mobileprovision-read - **Description**: .mobileprovision files querying tool - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README How to easily build it ===================== Just run the command below in your terminal: curl https://raw.githubusercontent.com/0xc010d/mobileprovision-read/master/main.m | clang -framework Foundation -framework Security -o /usr/local/bin/mobileprovision-read -x objective-c - This command would download the source, compile it and put resulting binary to `/usr/local/bin/mobileprovision-read` Run `mobileprovision-read` without any parameter to get short help.