Method: Xcode::Resource#registry
- Defined in:
- lib/xcode/resource.rb
#registry ⇒ Registry (readonly)
The registry of all objects within the project file which all resources have a reference to so that they can retrieve any items they may own that are simply referenced by identifiers. This registry is used to convert identifier keys to resource objects. It is also passed to any resources that are created.
100 101 102 |
# File 'lib/xcode/resource.rb', line 100 def registry @registry end |