{"id":24302884,"url":"https://github.com/digipolitan/fastlane-ios-framework","last_synced_at":"2026-04-16T16:34:28.854Z","repository":{"id":98675384,"uuid":"74988837","full_name":"Digipolitan/fastlane-ios-framework","owner":"Digipolitan","description":null,"archived":false,"fork":false,"pushed_at":"2018-12-10T01:00:24.000Z","size":56,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T14:31:38.529Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Digipolitan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-11-28T15:53:55.000Z","updated_at":"2019-02-11T09:40:12.000Z","dependencies_parsed_at":"2023-04-14T01:46:55.083Z","dependency_job_id":null,"html_url":"https://github.com/Digipolitan/fastlane-ios-framework","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Digipolitan/fastlane-ios-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Ffastlane-ios-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Ffastlane-ios-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Ffastlane-ios-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Ffastlane-ios-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Digipolitan","download_url":"https://codeload.github.com/Digipolitan/fastlane-ios-framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Ffastlane-ios-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31895303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"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":[],"created_at":"2025-01-17T00:19:59.130Z","updated_at":"2026-04-16T16:34:28.836Z","avatar_url":"https://github.com/Digipolitan.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Digipolitan fastlane-ios-framework\n================\n\nCreate framework lanes used by Digipolitan repositories\n\n## Installation\nTo install fastlane, simply use gem:\n\n```\n[sudo] gem install fastlane\n```\n\n# Available Fastlane Lanes\nAll lanes available are described [here](fastlane/README.md)\n\n# Available Fastlane actions\n\n## [podspec_lint](fastlane/actions/podspec_lint.rb)\n\nValidate your podspec file\n\n```Ruby\npodspec_lint(\n  path: \"/example/test.podspec\",\n  verbose: true\n)\n```\n\n# Protected Fastlane actions\n\n## [clean_xcodeproj_configuration](fastlane/actions/clean_xcodeproj_configuration.rb)\n\nClean unused targets and schemes from the Xcode project\n\n```Ruby\nclean_xcodeproj_configuration(\n  xcodeproj: \"example.xcodeproj\",\n  osx_available: false\n)\n```\nThis action will remove all OSX scheme and target from `sample.xcodeproj`\n\n## [clean_xcworkspace_configuration](fastlane/actions/clean_xcworkspace_configuration.rb)\n\nClean unused sample project from the Xcode workspace\n\n```Ruby\nclean_xcworkspace_configuration(\n  xcworkspace: \"example.xcworkspace\",\n  osx_available: false\n)\n```\nThis action will remove the OSX sample project from `example.xcworkspace`\n\n## [podfile_init](fastlane/actions/podfile_init.rb)\n\nInitialize the Podfile to fit with your framework\n\n```Ruby\npodfile_init(\n  xcodeproj: \"example.xcodeproj\",\n  ios_deployment_target: '9.0',\n  tvos_deployment_target: '10.0'\n)\n```\nThis action will add to the Podfile iOS 9.0 and tvOS 10.0\n\n## [podspec_init](fastlane/actions/podspec_init.rb)\n\nCreate the podspec using your configuration\n\n```Ruby\npodspec_init(\n  pod_name: \"SampleExample\",\n  version: \"4.3.1\",\n  git_url: \"http://sample/example.git\",\n  ios_deployment_target: '9.0',\n  watchos_deployment_target: '2.0'\n)\n```\nThis action will generate the podspec file, with an iOS and watchOS deployment\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigipolitan%2Ffastlane-ios-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigipolitan%2Ffastlane-ios-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigipolitan%2Ffastlane-ios-framework/lists"}