Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xcode_fastlane

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xcode_fastlane

  • 1.2.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Xcode Fastlane

Provides tools to easily manage fastlane for screenshot and metadata uploads, when building on Xcode Cloud.

Installation

In order to run this command globally to initialize a project, install the gem globally.

gem install xcode_fastlane

Usage

First, initialize your xcode project directory.

xcode_fastlane init
bundle install

This will create a new Gemfile, .gitignore, the fastlane folder, and ci_scripts folder.

Next, adapt the files in the fastlane folder according to your needs and check the contents of the ci scripts.

Xcode Cloud Workflow Setup

  • Create a new workflow
  • Choose archive
  • Add to environment variables all variables mentioned in the Appfile with proper values.
  • You may want to run bundle exec fastlane deliver with proper values in order to download the existing metadata.

Now when this workflow runs, the screenshots will be generated and uploaded together with the metadata to AppStore Connect.

FAQs

Package last updated on 21 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc