Method: Xcode::Project#archive_version
- Defined in:
- lib/xcode/project.rb
#archive_version ⇒ Fixnum
Returns the project’s archive version.
88 89 90 |
# File 'lib/xcode/project.rb', line 88 def archive_version @registry.archive_version end |