{"id":15587772,"url":"https://github.com/icyleaf/fastlane-plugin-humanable_build_number","last_synced_at":"2025-04-24T04:50:17.704Z","repository":{"id":56845813,"uuid":"76026740","full_name":"icyleaf/fastlane-plugin-humanable_build_number","owner":"icyleaf","description":"Automatic set app build number unque and human readable friendly","archived":false,"fork":false,"pushed_at":"2020-08-26T09:44:22.000Z","size":15,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T20:56:20.392Z","etag":null,"topics":["fastlane","fastlane-android","fastlane-ios","fastlane-plugin","gradle"],"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/icyleaf.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":"2016-12-09T10:39:23.000Z","updated_at":"2020-08-26T09:44:17.000Z","dependencies_parsed_at":"2022-09-17T21:55:15.660Z","dependency_job_id":null,"html_url":"https://github.com/icyleaf/fastlane-plugin-humanable_build_number","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyleaf%2Ffastlane-plugin-humanable_build_number","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyleaf%2Ffastlane-plugin-humanable_build_number/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyleaf%2Ffastlane-plugin-humanable_build_number/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyleaf%2Ffastlane-plugin-humanable_build_number/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icyleaf","download_url":"https://codeload.github.com/icyleaf/fastlane-plugin-humanable_build_number/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250566445,"owners_count":21451230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","fastlane-android","fastlane-ios","fastlane-plugin","gradle"],"created_at":"2024-10-02T22:03:16.647Z","updated_at":"2025-04-24T04:50:17.686Z","avatar_url":"https://github.com/icyleaf.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# humanable_build_number plugin\n\n[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-humanable_build_number)\n\n## Getting Started\n\nThis project is a [fastlane](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-humanable_build_number`, add it to your project by running:\n\n```bash\nfastlane add_plugin humanable_build_number\n```\n\n## About humanable_build_number\n\nAutomatic generate app build number unque and human readable friendly, like `mmddHHMM`. both support iOS and Android (The greatest value Google Play allows for versionCode is [2100000000](https://developer.android.com/studio/publish/versioning)).\n\n### Automatic get and set build number\n\n```ruby\nhumanable_build_number(update: true)\n```\n\n\u003e IT CAN NOT set build number for android project (so sad), but here is a example to follow to set build number with gradle:\n\n```ruby\ngradle(\n  task: \"assemble\",\n  build_type: \"debug\",\n  properties: {\n    \"versionCode\" =\u003e humanable_build_number\n  }\n)\n```\n\n## Example\n\nCheck out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.\n\n## Run tests for this plugin\n\nTo run both the tests, and code style validation, run\n\n```\nrake\n```\n\nTo automatically fix many of the styling issues, use\n```\nrubocop -a\n```\n\n## Issues and Feedback\n\nFor any other issues and feedback about this plugin, please submit it to this repository.\n\n## Troubleshooting\n\nIf you have trouble using plugins, check out the [Plugins Troubleshooting](https://github.com/fastlane/fastlane/blob/master/fastlane/docs/PluginsTroubleshooting.md) doc in the main `fastlane` repo.\n\n## Using `fastlane` Plugins\n\nFor more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Plugins.md).\n\n## About `fastlane`\n\n`fastlane` is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficyleaf%2Ffastlane-plugin-humanable_build_number","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficyleaf%2Ffastlane-plugin-humanable_build_number","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficyleaf%2Ffastlane-plugin-humanable_build_number/lists"}