Module: XcodeTrashRemover::XcodeDir
Instance Method Summary collapse
Instance Method Details
#archives ⇒ Object
9 10 11 |
# File 'lib/xcode_trash_remover/xcode_dir.rb', line 9 def archives root('Xcode/Archives') end |
#core_simulator ⇒ Object
17 18 19 |
# File 'lib/xcode_trash_remover/xcode_dir.rb', line 17 def core_simulator root('CoreSimulator/Devices') end |
#derived_data ⇒ Object
5 6 7 |
# File 'lib/xcode_trash_remover/xcode_dir.rb', line 5 def derived_data root('Xcode/DerivedData') end |
#playground_devices ⇒ Object
13 14 15 |
# File 'lib/xcode_trash_remover/xcode_dir.rb', line 13 def playground_devices root('XCPGDevices') end |