Method: Fastlane::Setup#is_swift_fastfile
- Defined in:
- fastlane/lib/fastlane/setup/setup.rb
#is_swift_fastfile ⇒ Object
Is the current ‘setup` using a swift based configuration file
6 7 8 |
# File 'fastlane/lib/fastlane/setup/setup.rb', line 6 def is_swift_fastfile @is_swift_fastfile end |