mirror of
https://github.com/blacktop/ipsw.git
synced 2026-05-08 12:22:26 +00:00
5 lines
99 B
Bash
Executable File
5 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
$(xcrun -find codesign) --entitlements $(dirname "$0")/data/ent.plist -s - -f $1
|