Skip to content

Commit 8edb896

Browse files
committed
add Chromecast SDK
1 parent 5e03822 commit 8edb896

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

chromecast.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
curl -OL https://dl.google.com/dl/chromecast/sdk/ios/GoogleCastSDK-ios-no-bluetooth-4.4.6_dynamic.zip
4+
unzip GoogleCastSDK-ios-no-bluetooth-4.4.6_dynamic.zip
5+
ln -s GoogleCastSDK-ios-4.4.6_dynamic GoogleCastSDK
6+

0 commit comments

Comments
 (0)