Class: CocoaPodsKeys::NameWhisperer
- Inherits:
-
Object
- Object
- CocoaPodsKeys::NameWhisperer
- Defined in:
- lib/name_whisperer.rb
Class Method Summary collapse
Class Method Details
.get_project_name ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/name_whisperer.rb', line 5 def self.get_project_name podfile = Pod::Config.instance.podfile if podfile user_xcodeproj = xcodeproj_from_podfile(podfile) end user_xcodeproj || search_folders_for_xcodeproj end |