{"id":15629535,"url":"https://github.com/sharplet/rake-xcodebuild","last_synced_at":"2025-03-29T18:15:07.146Z","repository":{"id":16619904,"uuid":"19374863","full_name":"sharplet/rake-xcodebuild","owner":"sharplet","description":"Automate tedious and repetitive configuration of xcodebuild command line options.","archived":false,"fork":false,"pushed_at":"2014-05-15T11:52:08.000Z","size":196,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-04T19:14:25.789Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/sharplet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-02T12:38:40.000Z","updated_at":"2014-08-26T10:14:50.000Z","dependencies_parsed_at":"2022-08-18T18:40:50.091Z","dependency_job_id":null,"html_url":"https://github.com/sharplet/rake-xcodebuild","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharplet%2Frake-xcodebuild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharplet%2Frake-xcodebuild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharplet%2Frake-xcodebuild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharplet%2Frake-xcodebuild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sharplet","download_url":"https://codeload.github.com/sharplet/rake-xcodebuild/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246223323,"owners_count":20743168,"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":[],"created_at":"2024-10-03T10:27:31.075Z","updated_at":"2025-03-29T18:15:07.125Z","avatar_url":"https://github.com/sharplet.png","language":"Ruby","readme":"# Rake::Xcodebuild [![Build Status](https://travis-ci.org/sharplet/rake-xcodebuild.svg?branch=master)](https://travis-ci.org/sharplet/rake-xcodebuild)\n\nAutomate tedious and repetitive configuration of `xcodebuild` command line options.\n\nRunning your tests via `rake test` is as easy as putting this in your `Rakefile`:\n\n```ruby\nrequire 'rake/xcodebuild'\n\ntask :default =\u003e [:test]\n\nRake::XcodebuildTask.new do |t|\n  t.action = 'test'\n  t.workspace = 'MyProject' # =\u003e automatically looks for MyProject.xcworkspace\n  t.scheme = 'MyProject'\n  t.xcodebuild_opts \u003c\u003c '-sdk iphonesimulator'\nend\n# =\u003e `xcodebuild test -workspace MyProject.xcworkspace -scheme MyProject -sdk iphonesimulator`\n```\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'rake-xcodebuild'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rake-xcodebuild\n\n## Contributing\n\nSee the [Guidelines for Contributing](http://github.com/sharplet/rake-xcodebuild/blob/master/CONTRIBUTING.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharplet%2Frake-xcodebuild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharplet%2Frake-xcodebuild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharplet%2Frake-xcodebuild/lists"}