I hereby claim:
- I am kasnder on github.
- I am kkollnig (https://keybase.io/kkollnig) on keybase.
- I have a public key ASCIm7oChhTGxAbhihcGtb6sti7I_thSsWJKIaNlggKnVgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Todo: This currently fails to update the file signature. It still seems to work but should not be used on a production device. | |
# Usage:./grant_ios_local_network_permission.sh.sh [bundleId] | |
# Example: ./grant_ios_local_network_permission.sh.sh com.spotify.client | |
if [ -z "$1" ]; then | |
echo "Please pass bundleId" | |
exit -1 |