Class: RunLoop::Simctl::Plists

Inherits:
Object
  • Object
show all
Defined in:
lib/run_loop/simctl/plists.rb

Constant Summary collapse

SIMCTL_PLIST_DIR =
lambda {
  dirname  = File.dirname(__FILE__)
  joined = File.join(dirname, '..', '..', '..', 'plists', 'simctl')
  File.expand_path(joined)
}.call

Class Method Summary collapse

Class Method Details

.uia_automation_plistObject



11
12
13
# File 'lib/run_loop/simctl/plists.rb', line 11

def self.uia_automation_plist
  File.join(SIMCTL_PLIST_DIR, 'com.apple.UIAutomation.plist')
end

.uia_automation_plugin_plistObject



15
16
17
# File 'lib/run_loop/simctl/plists.rb', line 15

def self.uia_automation_plugin_plist
  File.join(SIMCTL_PLIST_DIR, 'com.apple.UIAutomationPlugIn.plist')
end