class Xcodeproj::XCScheme
def self.shared_data_dir(project_path)
-
(Pathname)-
def self.shared_data_dir(project_path) project_path = Pathname.new(project_path) project_path + 'xcshareddata/xcschemes' end
(Pathname)
-
def self.shared_data_dir(project_path) project_path = Pathname.new(project_path) project_path + 'xcshareddata/xcschemes' end