YAML for Build a Fastlane App (iOS)
Build an iOS/macOS application using Fastlane on a native macOS virtual machine.
YAML examples for Build a Fastlane App (iOS)
Run Fastlane on macOS
yaml- action: "Run Fastlane" type: "NATIVE_BUILD_MAC_FASTLANE" trigger_time: "ON_EVERY_EXECUTION" working_directory: "/Users/buddy/project" shell: "SH" xcode_version: "15.0" commands: - "bundle install" - "bundle exec fastlane ios release" certificates: - "my_distribution_cert" provision_profiles: - "my_provision_profile"