Method: Xcodeproj::XCScheme.shared_data_dir

Defined in:
lib/xcodeproj/scheme.rb

.shared_data_dir(project_path) ⇒ Pathname

Returns:

  • (Pathname)


261
262
263
264
# File 'lib/xcodeproj/scheme.rb', line 261

def self.shared_data_dir(project_path)
  project_path = Pathname.new(project_path)
  project_path + 'xcshareddata/xcschemes'
end