{"id":33916467,"url":"https://github.com/pocket-ninja/fastlane-ext","last_synced_at":"2026-04-02T18:46:06.031Z","repository":{"id":38293809,"uuid":"233253646","full_name":"pocket-ninja/fastlane-ext","owner":"pocket-ninja","description":"fastlane extensions","archived":false,"fork":false,"pushed_at":"2025-12-07T13:36:11.000Z","size":155,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T06:42:26.594Z","etag":null,"topics":["fastlane","telegram"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pocket-ninja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-11T15:34:06.000Z","updated_at":"2025-12-07T13:36:14.000Z","dependencies_parsed_at":"2022-08-27T04:31:31.784Z","dependency_job_id":null,"html_url":"https://github.com/pocket-ninja/fastlane-ext","commit_stats":null,"previous_names":["appsurd/fastlane-ext"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/pocket-ninja/fastlane-ext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pocket-ninja%2Ffastlane-ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pocket-ninja%2Ffastlane-ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pocket-ninja%2Ffastlane-ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pocket-ninja%2Ffastlane-ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pocket-ninja","download_url":"https://codeload.github.com/pocket-ninja/fastlane-ext/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pocket-ninja%2Ffastlane-ext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31313322,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastlane","telegram"],"created_at":"2025-12-12T07:21:12.872Z","updated_at":"2026-04-02T18:46:06.019Z","avatar_url":"https://github.com/pocket-ninja.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fastlane-ext \u0026nbsp; [![Build Status](https://github.com/appsurd/fastlane-ext/workflows/publish/badge.svg)](https://github.com/appsurd/fastlane-ext/actions?query=branch:master)  [![Gem Version](https://badge.fury.io/rb/fastlane-ext.svg)](https://badge.fury.io/rb/fastlane-ext)\n\n## Contents\n- [Installation](#installation)\n- [Telegram](#telegram)\n- [App Release](#app-release)\n- [License](#license)\n\n## Installation\n\nAdd this line to your Gemfile:\n\n```ruby\ngem 'fastlane-ext'\n```\n\nAnd then execute:\n```bash\n$ bundle install\n```\nOr install it manually as:\n```bash\n$ gem install fastlane-ext\n```\n\n## Telegram\n\nNotify your telegram group via fastlane with telegram_action.\nJust call `telegram` action in your lane:\n\n```ruby\nlane :notify_telegram do\n  fastlane_require 'fastlane-ext'\n\n  telegram(\n    bot_api_token: 'bot api token', # or setup FL_TELEGRAM_BOT_API_TOKEN env variable\n    chat_id: 'chat id',  # or setup FL_TELEGRAM_CHAT_ID env variable\n    message: 'message',\n\n    # 'Markdown' or 'HTML'. It's optional. Also U can setup FL_TELEGRAM_MESSAGE_PARSE_MODE env variable\n    parse_mode: 'message parse mode', \n    \n    # `true` or `false`. Whether the message notifies destination chat on arrival. By default notifications are skipped.\n    silent: true\n  )\nend\n```\n\n## App Release\n\nRelease the application.\n\nFirst of all setup certificates using [fastlane match](https://docs.fastlane.tools/actions/match/).\n\nThen setup credentials using `FASTLANE_USER` and `FASTLANE_PASSWORD` env variables.\n\nTo release your app run:\n\n```ruby\nlane :release do\n  fastlane_require 'fastlane-ext'\n  app_release(\n    schemes: ['app scheme'], # the first scheme should be the one to release\n    project: 'path to xcodeproj', # optional, default is './*.xcodeproj'\n    branch: 'remote_branch', # optional, default is main\n    version: 'version', # optional, default is ENV['VERSION']\n    target_suffix: '_sfx' # optional\n  )\nend\n```\n\nThis action will set `APP_RELEASE_VERSION` (like '1.2.3'), `APP_RELEASE_BUILD_NUMBER` (like 1.2.3.0) and `APP_RELEASE_VERSION_TAG` (like 1.2.3/1.2.3.0) env variables. \n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpocket-ninja%2Ffastlane-ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpocket-ninja%2Ffastlane-ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpocket-ninja%2Ffastlane-ext/lists"}