[fix/github-action-configuration-documentation] Read provisioning profiles and certificate from GitHub secrets #133
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Xcode project | |
on: | |
push: | |
branches: ["master"] | |
pull_request: | |
branches: ["master"] | |
jobs: | |
build: | |
name: Build Xcode project | |
runs-on: macos-15 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
submodules: true | |
- name: mxcl/Xcodebuild | |
uses: mxcl/xcodebuild@v3.4.0 | |
with: | |
scheme: ownCloud | |
action: build | |
platform: iOS | |
platform-version: 18.2 |