Fastlane: iOS 和 Android 的自动化构建工具

This page summarizes the projects mentioned and recommended in the original post on dev.to

Scout Monitoring - Rennaisance engineers rejoice! 1 gem 5 min to app monitoring
5-minute onboarding. No sales team. Devs in the support channels. No DevOps team required. Get the free app insights every engineer deserves with Scout Monitoring.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • fastlane

    🚀 The easiest way to automate building and releasing your iOS and Android apps

  • Scout Monitoring

    Rennaisance engineers rejoice! 1 gem 5 min to app monitoring. 5-minute onboarding. No sales team. Devs in the support channels. No DevOps team required. Get the free app insights every engineer deserves with Scout Monitoring.

    Scout Monitoring logo
  • fastlane-plugins

    自创造超实用性 Fastlane 插件和自定义 actions 的聚合仓库

  • enhancer

    Discontinued Tracking failing fastlane actions

  • # 切换只你开发的 iOS 项目根目录 $ cd to/your/ios/project $ fastlane init [11:46:34]: Detected iOS/Mac project in current directory... [11:46:34]: This setup will help you get up and running in no time. [11:46:34]: fastlane will check what tools you're already using and set up [11:46:34]: the tool automatically for you. Have fun! [11:46:34]: Created new folder './fastlane'. ... Your Apple ID (e.g. [email protected]): [email protected] [11:46:59]: Verifying if app is available on the Apple Developer Portal and iTunes Connect... [11:46:59]: Starting login with user '[email protected]' Multiple teams found on the Developer Portal, please enter the number of the team you want to use: 1) XXXXXXXXXX "XXXXXXXXXX" (In-House) 2) YYYYYYYYYY "YYYYYYYYYY" (Company/Organization) +----------------+----------------------------------------------------------------------------+ | Detected Values | +----------------+----------------------------------------------------------------------------+ | Apple ID | [email protected] | | App Name | Hello Fastlane | | App Identifier | com.icyleaf.demo.HelloFastlane | | Workspace | /Users/icyleaf/Development/iOS/HelloFastlane.xcworkspace | +----------------+----------------------------------------------------------------------------+ [11:48:36]: This app identifier doesn't exist on iTunes Connect yet, it will be created for you Please confirm the above values (y/n) n App Identifier (com.krausefx.app): com.icyleaf.demo.HelloFastlane [11:50:04]: Created new file './fastlane/Appfile'. Edit it to manage your preferred app metadata information. Optional: The scheme name of your app (If you don't need one, just hit Enter): AppDemo [11:50:40]: 'snapshot' not enabled. [11:50:40]: 'cocoapods' enabled. [11:50:40]: 'carthage' not enabled. [11:50:40]: Created new file './fastlane/Fastfile'. Edit it to manage your own deployment lanes. [11:50:40]: fastlane will send the number of errors for each action to [11:50:40]: https://github.com/fastlane/enhancer to detect integration issues [11:50:40]: No sensitive/private information will be uploaded [11:50:40]: Successfully finished setting up fastlane

  • Rake

    A make-like build utility for Ruby.

  • rspec

    Discontinued RSpec meta-gem that depends on the other components [Moved to: https://github.com/rspec/rspec-metagem]

  • examples

    📝 A collection of example fastlane setups (by fastlane)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • An Introduction to Metaprogramming in Ruby

    2 projects | news.ycombinator.com | 27 Jul 2023
  • Anyone have any good Ruby repos that showcase best practices?

    2 projects | /r/ruby | 8 Mar 2023
  • Write your own Domain Specific Language in Ruby

    2 projects | dev.to | 6 Feb 2023
  • How to Access Rails ActiveRecord Models Inside a Rake Task

    1 project | dev.to | 5 May 2022
  • GitHub action to publish .NET packages to NuGet

    3 projects | dev.to | 22 Feb 2022