homebrew/xcfit in xcfit-4.0.3 vs homebrew/xcfit in xcfit-4.0.4
- old
+ new
@@ -1,10 +1,10 @@
#!/usr/bin/env ruby
require 'fileutils'
require 'tempfile'
-VERSION = "4.0.3"
+VERSION = "4.0.4"
@root_dir = File.expand_path('~')
@root_lib_dir = File.join(@root_dir, 'Library')
@root_developer_dir = File.join(@root_lib_dir, 'Developer')
@root_xcode_dir = File.join(@root_developer_dir, 'Xcode')