homebrew/xcfit in xcfit-5.0.0 vs homebrew/xcfit in xcfit-6.0.0
- old
+ new
@@ -1,10 +1,10 @@
#!/usr/bin/env ruby
require 'fileutils'
require 'tempfile'
-VERSION = "5.0.0"
+VERSION = "6.0.0"
@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')