From 40dea65cbef52385f08a542b29884f05e01c205a Mon Sep 17 00:00:00 2001 From: Aron Nopanen Date: Sun, 9 Nov 2014 10:52:08 -0800 Subject: [PATCH] Add support for Xcode 6 Accommodate new naming convention for plug-in cache files under Xcode 6. Should still work for earlier versions of Xcode. --- Add-Lua.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Add-Lua.sh b/Add-Lua.sh index dce7a83..bbabf10 100755 --- a/Add-Lua.sh +++ b/Add-Lua.sh @@ -79,4 +79,4 @@ cp "$SCRIPT_PATH/Lua.xclangspec" "$DVTFOUNDATION_PATH" # Remove any cached Xcode plugins # -rm -f /private/var/folders/*/*/*/com.apple.DeveloperTools/*/Xcode/PlugInCache.xcplugincache +rm -f /private/var/folders/*/*/*/com.apple.DeveloperTools/*/Xcode/PlugInCache*.xcplugincache