module Fastlane module Actions require 'fastlane/actions/build_ios_app' class BuildAppAction < BuildIosAppAction ##################################################### # @!group Documentation ##################################################### def self.description "Alias for the `build_ios_app` action" end end end end