• Stars
    star
    131
  • Rank 275,867 (Top 6 %)
  • Language
    Objective-C
  • Created about 14 years ago
  • Updated about 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

.mobileprovision files querying tool

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.