Method: FastlaneCore::ProvisioningProfile.mac?

Defined in:
fastlane_core/lib/fastlane_core/provisioning_profile.rb

.mac?(path, keychain_path = nil) ⇒ Boolean

Returns:



58
59
60
# File 'fastlane_core/lib/fastlane_core/provisioning_profile.rb', line 58

def mac?(path, keychain_path = nil)
  parse(path, keychain_path).fetch("Platform", []).include?('OSX')
end