{"id":16395510,"url":"https://github.com/akiojin/maui-build-github-action","last_synced_at":"2025-03-23T04:31:54.537Z","repository":{"id":224447623,"uuid":"763255702","full_name":"akiojin/maui-build-github-action","owner":"akiojin","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-01T08:28:55.000Z","size":402,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-03-18T17:57:28.912Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/akiojin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-25T23:46:27.000Z","updated_at":"2025-03-01T08:28:00.000Z","dependencies_parsed_at":"2024-02-29T15:29:25.776Z","dependency_job_id":"f40757e8-f5bb-4b99-89da-e07a97851ab5","html_url":"https://github.com/akiojin/maui-build-github-action","commit_stats":null,"previous_names":["akiojin/maui-build-github-action"],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiojin%2Fmaui-build-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiojin%2Fmaui-build-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiojin%2Fmaui-build-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiojin%2Fmaui-build-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akiojin","download_url":"https://codeload.github.com/akiojin/maui-build-github-action/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245056889,"owners_count":20553855,"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-11T05:04:59.113Z","updated_at":"2025-03-23T04:31:54.117Z","avatar_url":"https://github.com/akiojin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# maui-build-github-action\r\n\r\nThis action will build in .NET MAUI.\r\nOutput is available on iOS/Android/Windows/macOS platforms.\r\n\r\n## Usage\r\n\r\n### Simple usage\r\n\r\n#### iOS build\r\n\r\n```yml\r\n- name: 🏭 .NET MAUI build\r\n  uses: akiojin/maui-build-github-action@v0.1.9\r\n  with:\r\n    framework: net8.0\r\n    build-target: iOS\r\n```\r\n\r\n#### Team ID \u0026 Provisioning Profile UUID\r\n\r\n```yml\r\n- name: ⚙️ Setup Xcode environment (iOS)\r\n  uses: akiojin/setup-xcode-environment-github-action@v3\r\n  id: setup-xcode-environment\r\n  with:\r\n    type: development\r\n    app-identifier: \u003cApp ID\u003e\r\n    team-id: \u003cTeam ID\u003e\r\n    git-url: ${{ secrets.APPLE_CERTIFICATE_GIT_URL }}\r\n    git-passphrase: ${{ secrets.APPLE_CERTIFICATE_GIT_PASSPHRASE }}\r\n    keychain-password: ${{ secrets.KEYCHAIN_PASSWORD }}\r\n\r\n- name: 🏭 .NET MAUI build \u0026 packagging (iOS)\r\n  uses: akiojin/maui-build-github-action@v0.1.9\r\n  with:\r\n    configuration: Debug\r\n    framework: net8.0\r\n    build-target: iOS\r\n    project: ${{ vars.PROJECT_NAME }}/${{ vars.PROJECT_NAME }}.csproj\r\n    codesign-key: ${{ env.APPLE_CERTIFICATE_SIGNING_IDENTITY }}\r\n    codesign-provision: ${{ env.APPLE_PROV_PROFILE_UUID }}\r\n```\r\n\r\n#### Android builds\r\n\r\n```yml\r\n- name: 🏭 .NET MAUI build\r\n  uses: akiojin/maui-build-github-action@v0.1.9\r\n  with:\r\n    framework: net8.0\r\n    build-target: Android\r\n```\r\n\r\n#### Keystore\r\n\r\n```yml\r\n- name: 🏭 .NET MAUI build \u0026 packagging (Android)\r\n  uses: akiojin/maui-build-github-action@v0.1.9\r\n  if: ${{ matrix.BUILD_TARGET == 'Android' }}\r\n  with:\r\n    configuration: Debug\r\n    framework: net8.0\r\n    build-target: Android\r\n    project: ${{ vars.PROJECT_NAME }}/${{ vars.PROJECT_NAME }}.csproj\r\n    android-signing-keystore: ${{ secrets.GOOGLE_KEYSTORE_BASE64 }}\r\n    android-signing-store-pass: ${{ secrets.GOOGLE_KEYSTORE_PASSWORD }}\r\n```\r\n\r\n## License\r\n\r\nAny contributions made under this project will be governed by the [MIT License](https://github.com/akiojin/maui-build-github-action/blob/main/LICENSE).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakiojin%2Fmaui-build-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakiojin%2Fmaui-build-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakiojin%2Fmaui-build-github-action/lists"}