Skip to content

Commit 40dea65

Browse files
committed
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.
1 parent d4d9cc0 commit 40dea65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)