{"id":18389340,"url":"https://github.com/rightpoint/fastlane-shared","last_synced_at":"2025-10-08T05:46:28.476Z","repository":{"id":143418204,"uuid":"52095794","full_name":"Rightpoint/fastlane-shared","owner":"Rightpoint","description":"Repository for fastlane files and utilities common to Raizlabs projects.","archived":false,"fork":false,"pushed_at":"2017-09-08T20:43:50.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-12T08:43:51.409Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rightpoint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-19T15:13:08.000Z","updated_at":"2017-08-25T19:52:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"5cccef92-b68c-4fae-9ef3-5120af2be0a2","html_url":"https://github.com/Rightpoint/fastlane-shared","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rightpoint/fastlane-shared","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rightpoint%2Ffastlane-shared","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rightpoint%2Ffastlane-shared/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rightpoint%2Ffastlane-shared/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rightpoint%2Ffastlane-shared/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rightpoint","download_url":"https://codeload.github.com/Rightpoint/fastlane-shared/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rightpoint%2Ffastlane-shared/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272253275,"owners_count":24900872,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-06T01:42:44.395Z","updated_at":"2025-10-08T05:46:23.434Z","avatar_url":"https://github.com/Rightpoint.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fastlane-shared\n\nRepository for fastlane files and utilities common to Raizlabs projects.\n\n## Shared Fastfile\n\nThe SharedFastfile.rb provides functionality that should be common to all RZ iOS project builds:\n\n- Shorthand for common actions such as build and test with sensible defaults\n- Default behavior for unlocking keychains\n- All output redirected to a common build location within the project structure\n\nYou can import the `SharedFastfile.rb` in your own `Fastfile` like this:\n\n```\nimport_from_git(url:\"git@github.com:Raizlabs/fastlane-shared.git\", path:\"SharedFastfile.rb\")\n```\nSee `ExampleFastfile` for an example of what your Fastfile might look like. Note that the `SharedFastfile.rb` does not prescribe lanes, bbut rather, provides helper functionality to aid you in creating your own lanes. \n\nEvery action helper is keyed off a common \"app name\" which is provided via the `RZ_APP_NAME` environment variable. Other actions require various environment variables be present, see the header doc in the `SharedFastfile.rb` for more info. In addition to specifying these variables, your directory structure should look like this:\n\n- {root dir}\n\t- app\n\t\t- {app name}\n\t\t- {app name}.xcodeproj\n\t\t- {app name}.xcworkspace\n\t\t- Podfile\n\t\t- Signing\n\t\t\t- {app name}.keychain (should contain app-sepcific signing certs)\n\t\t\t- Raizlabs.keychain (should contain Raizlabs signing certs)\n\t\t\t- {app name}.mobileprovision (and any other provisioning profiles)\n\t\t- fastlane (all fastlane files)\n\t- Gemfile\n\t- Gemfile.lock\n\t- README.md\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frightpoint%2Ffastlane-shared","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frightpoint%2Ffastlane-shared","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frightpoint%2Ffastlane-shared/lists"}