Method: Fastlane::FastFile#current_platform
- Defined in:
- fastlane/lib/fastlane/fast_file.rb
#current_platform ⇒ Object
the platform in which we’re currently in when parsing the Fastfile This is used to identify the platform in which the lane is in
10 11 12 |
# File 'fastlane/lib/fastlane/fast_file.rb', line 10 def current_platform @current_platform end |