Skip to content

Instantly share code, notes, and snippets.

View enokseth's full-sized avatar
:shipit:
Focusing

enok.seth enokseth

:shipit:
Focusing
  • Lyon
  • 00:11 (UTC +02:00)
  • Instagram enoksseth
View GitHub Profile
@enokseth
enokseth / ios-profile-extract.sh
Created April 17, 2024 20:31 — forked from sehrgut/ios-profile-extract.sh
extract embedded provisioning profile data from a .IPA
#!/bin/bash
#todo: nested binary entitlements?
#todo: noclobber
#todo: "in-place" to save in original path
readonly MODE_PLIST=0
readonly MODE_RAW=1
readonly MODE_ENTITLEMENTS=2