From 7f65135e119781b4e1b70871c777c7452f0b1564 Mon Sep 17 00:00:00 2001 From: newperson1746 Date: Sat, 24 Mar 2018 00:23:28 -0400 Subject: [PATCH] Fix: Get a working version of fply.dylib Update link to point to a March 2015 archive of Mirroring360, which has a fply.dylib with the expected symbols. The current 2014 archive of fply.dylib does not feature the correct symbols. The new March 2015 archive works and airplays correctly. --- fply/get_libfply.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fply/get_libfply.sh b/fply/get_libfply.sh index e328bf7..7bcd5b4 100755 --- a/fply/get_libfply.sh +++ b/fply/get_libfply.sh @@ -7,7 +7,7 @@ else fi echo "Downloading DMG" -curl 'http://web.archive.org/web/20141010084109/http://d17kmd0va0f0mp.cloudfront.net/m360/mac/mirroring360_mac.dmg' > m.dmg +curl 'http://web.archive.org/web/20150315182648/http://d17kmd0va0f0mp.cloudfront.net/m360/mac/mirroring360_mac.dmg' > m.dmg echo "Mounting" mkdir mirroring360 hdiutil attach m.dmg -mountpoint mirroring360