{"id":22796633,"url":"https://github.com/macmade/action-xcodebuild","last_synced_at":"2025-04-19T13:15:45.873Z","repository":{"id":65160751,"uuid":"404492780","full_name":"macmade/action-xcodebuild","owner":"macmade","description":"GitHub Action for xcodebuild.","archived":false,"fork":false,"pushed_at":"2023-02-23T20:08:07.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T08:11:28.392Z","etag":null,"topics":["action","build","github","github-action","github-actions","ios","macos","xcode","xcodebuild"],"latest_commit_sha":null,"homepage":"","language":null,"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/macmade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-08T20:55:25.000Z","updated_at":"2023-02-23T20:04:51.000Z","dependencies_parsed_at":"2023-01-13T15:44:06.640Z","dependency_job_id":null,"html_url":"https://github.com/macmade/action-xcodebuild","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macmade%2Faction-xcodebuild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macmade%2Faction-xcodebuild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macmade%2Faction-xcodebuild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macmade%2Faction-xcodebuild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macmade","download_url":"https://codeload.github.com/macmade/action-xcodebuild/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249702027,"owners_count":21312759,"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":["action","build","github","github-action","github-actions","ios","macos","xcode","xcodebuild"],"created_at":"2024-12-12T05:13:48.422Z","updated_at":"2025-04-19T13:15:45.839Z","avatar_url":"https://github.com/macmade.png","language":null,"readme":"action-xcodebuild\n=================\n\n[![Issues](http://img.shields.io/github/issues/macmade/action-xcodebuild.svg?logo=github)](https://github.com/macmade/action-xcodebuild/issues)\n![Status](https://img.shields.io/badge/status-active-brightgreen.svg?logo=git)\n![License](https://img.shields.io/badge/license-mit-brightgreen.svg?logo=open-source-initiative)  \n[![Contact](https://img.shields.io/badge/follow-@macmade-blue.svg?logo=twitter\u0026style=social)](https://twitter.com/macmade)\n[![Sponsor](https://img.shields.io/badge/sponsor-macmade-pink.svg?logo=github-sponsors\u0026style=social)](https://github.com/sponsors/macmade)\n\n### About\n\nGitHub Action for xcodebuild.\n\n**Usage**:\n\n    - uses: macmade/action-xcodebuild@v1.0.0\n\n**Matrix configuration**:\n\n  - **scheme**: `String`  \n    The Xcode scheme on which to perform actions.  \n    \n  - **configuration**: `String`  \n    The Xcode configuration to use (eg. `Debug`, `Release`).  \n    \n  - **project**: `String`  \n    The Xcode project on which to perform actions.  \n    \n  - **build**: `Integer`  \n    `0` or `1`: whether to build the project.\n    \n  - **analyze**: `Integer`  \n    `0` or `1`: whether to run static analysis on the project.\n    \n  - **test**: `Integer`  \n    `0` or `1`: whether to build and run configured unit tests.\n    \n  - **info**: `Integer`  \n    `0` or `1`: whether to print various Xcode related informations.\n    \n  - **destination**: `String`  \n    The Xcode destination device (eg `platform=macOS`).  \n    \n**Complete example**:\n\n    name:   ci\n    on:     [push]\n    jobs:\n        ci:\n            runs-on: macos-latest\n            strategy:\n                matrix:\n                    run-config:\n                        - { scheme: 'macOS App', configuration: 'Debug',   project: 'App.xcodeproj', build: 1, analyze: 1, test: 1, info: 1, destination: 'platform=macOS' }\n                        - { scheme: 'iOS App',   configuration: 'Release', project: 'App.xcodeproj', build: 1, analyze: 0, test: 0, info: 1, destination: 'platform=iOS Simulator,name=iPhone 12' }\n            steps:\n                - uses: actions/checkout@v1\n                - uses: macmade/action-xcodebuild@v1.0.0\n\nLicense\n-------\n\nProject is released under the terms of the MIT License.\n\nRepository Infos\n----------------\n\n    Owner:          Jean-David Gadina - XS-Labs\n    Web:            www.xs-labs.com\n    Blog:           www.noxeos.com\n    Twitter:        @macmade\n    GitHub:         github.com/macmade\n    LinkedIn:       ch.linkedin.com/in/macmade/\n    StackOverflow:  stackoverflow.com/users/182676/macmade\n","funding_links":["https://github.com/sponsors/macmade"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacmade%2Faction-xcodebuild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacmade%2Faction-xcodebuild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacmade%2Faction-xcodebuild/lists"}