Before installing the plugin, make sure your environment meets the minimum requirements. You need Ruby 3.0 or later and Fastlane 2.227.2 or later (the version used during development and testing). If you are managing dependencies with Bundler (recommended), your project should already have aDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/ovolab/fastlane-plugin-ovo_poeditor/llms.txt
Use this file to discover all available pages before exploring further.
Gemfile and a Gemfile.lock in the root of your repository. All commands below assume you are running from that root.
The gem is publicly available on RubyGems at rubygems.org/gems/fastlane-plugin-ovo_poeditor. No private registry or additional credentials are required to install it.
Installation Steps
Add the plugin to your project
Run the Fastlane plugin installer from your project root. This command fetches the gem from RubyGems, adds it to your
fastlane/Pluginfile, and updates your Gemfile.lock.Verify your Pluginfile
Open
fastlane/Pluginfile and confirm that the following line was added automatically. If you are adding the plugin manually to an existing Pluginfile, add this line yourself.Gem Metadata
Key facts about the gem:| Field | Value |
|---|---|
| Gem name | fastlane-plugin-ovo_poeditor |
| Required Ruby | >= 3.0 (declared in gemspec) |
| Minimum Fastlane | >= 2.227.2 (declared in project Gemfile) |
| License | MIT |
| MFA required on RubyGems | Yes |