Class: Pod::PrebuildSandbox
- Defined in:
- lib/cocoapods-jxedt/binary/helper/prebuild_sandbox.rb
Instance Attribute Summary
Attributes inherited from Sandbox
Class Method Summary collapse
- .from_standard_sandbox(sandbox) ⇒ Object
-
.from_standard_sandbox_path(path) ⇒ Object
- String
-
standard_sandbox_path.
Instance Method Summary collapse
Class Method Details
.from_standard_sandbox(sandbox) ⇒ Object
9 10 11 |
# File 'lib/cocoapods-jxedt/binary/helper/prebuild_sandbox.rb', line 9 def self.from_standard_sandbox(sandbox) from_standard_sandbox_path(sandbox.root) end |
.from_standard_sandbox_path(path) ⇒ Object
- String
-
standard_sandbox_path
4 5 6 7 |
# File 'lib/cocoapods-jxedt/binary/helper/prebuild_sandbox.rb', line 4 def self.from_standard_sandbox_path(path) prebuild_sandbox_path = Pathname.new(path).realpath new(prebuild_sandbox_path) end |
Instance Method Details
#project_path ⇒ Object
13 14 15 16 |
# File 'lib/cocoapods-jxedt/binary/helper/prebuild_sandbox.rb', line 13 def project_path super # root + 'Pods.xcodeproj' end |