Method: Xcodeproj::Workspace#schemes

Defined in:
lib/xcodeproj/workspace.rb

#schemesHash<String => String> (readonly)

Returns a mapping from scheme name to project full path containing the scheme.

Returns:

  • (Hash<String => String>)

    a mapping from scheme name to project full path containing the scheme



16
17
18
# File 'lib/xcodeproj/workspace.rb', line 16

def schemes
  @schemes
end