Method: Pod::Podfile::DSL#xcodeproj

Defined in:
lib/cocoapods-core/podfile/dsl.rb

#xcodeproj(*args) ⇒ Object (private)

Deprecated.

#xcodeproj was renamed to ##project.

xcodeproj is deprecated in 1.0 and has been renamed to project. For pre-1.0 versions use xcodeproj.



658
659
660
661
# File 'lib/cocoapods-core/podfile/dsl.rb', line 658

def xcodeproj(*args)
  CoreUI.warn '`xcodeproj` was renamed to `project`. Please update your Podfile accordingly.'
  project(*args)
end