Method: Xcodeproj::Workspace#schemes
- Defined in:
- lib/xcodeproj/workspace.rb
#schemes ⇒ Hash<String => String> (readonly)
Returns 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 |