Skip to content

Commit 58b2cd5

Browse files
committed
Add support for Xcode 6
Accommodate new naming convention for plug-in caache files under Xcode 6. Should still work for earlier versions of Xcode.
1 parent d4d9cc0 commit 58b2cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Add-Lua.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ cp "$SCRIPT_PATH/Lua.xclangspec" "$DVTFOUNDATION_PATH"
7979

8080
# Remove any cached Xcode plugins
8181
#
82-
rm -f /private/var/folders/*/*/*/com.apple.DeveloperTools/*/Xcode/PlugInCache.xcplugincache
82+
rm -f /private/var/folders/*/*/*/com.apple.DeveloperTools/*/Xcode/PlugInCache*.xcplugincache

0 commit comments

Comments
 (0)