Method: Deliver::DetectValues#find_platform
- Defined in:
- lib/deliver/detect_values.rb
#find_platform(options) ⇒ Object
61 62 63 64 65 66 67 |
# File 'lib/deliver/detect_values.rb', line 61 def find_platform() if [:ipa] [:platform] ||= FastlaneCore::IpaFileAnalyser.fetch_app_platform([:ipa]) elsif [:pkg] [:platform] = 'osx' end end |