Skip to content

Instantly share code, notes, and snippets.

View kasnder's full-sized avatar
🔒

Konrad Kollnig kasnder

🔒
View GitHub Profile
@kasnder
kasnder / keybase.md
Created December 9, 2022 09:54
Keybase

Keybase proof

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:

@kasnder
kasnder / grant_ios_local_network_permission.sh
Created March 10, 2023 12:11
Grant the local network permission to an iOS app. More permissions here: https://gist.github.com/kasnder/3eb32449512a4dba4a92949c8d337a92
#!/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