lib/cocoapods-jxedt/binary/prebuild.rb in cocoapods-jxedt-0.0.13 vs lib/cocoapods-jxedt/binary/prebuild.rb in cocoapods-jxedt-0.0.14
- old
+ new
@@ -6,11 +6,11 @@
@sandbox_path = path
end
def self.from_sandbox(sandbox)
search_path = Jxedt.config.binary_dir
- binary_dir = search_path.empty? ? nil : sandbox.root + search_path
+ binary_dir = search_path.empty? ? nil : sandbox.standard_sandbox_root + search_path
check_sandbox = Sandbox.new(binary_dir)
check_sandbox.sandbox = sandbox
check_sandbox
end
@@ -275,10 +275,10 @@
sandbox.root.parent + "build"
end
def output_path
sandbox = @source_installer.sandbox
- sandbox.root + Jxedt.config.binary_dir + "GeneratedFrameworks"
+ sandbox.standard_sandbox_root + Jxedt.config.binary_dir + "GeneratedFrameworks"
end
def clear_output_path
path = output_path
path.rmtree if path.exist?
\ No newline at end of file