Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract SpeziConsent from SpeziOnboarding #59

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update package scheme name
pauljohanneskraft committed Oct 16, 2024
commit 7faf2d943dcd76d2298672885bdaf8df993c4cf2
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
resultBundle: SpeziOnboarding-iOS-Release.xcresult
with:
runsonlabels: '["macOS", "self-hosted"]'
scheme: SpeziOnboarding
scheme: SpeziOnboarding-Package
buildConfig: ${{ matrix.buildConfig }}
resultBundle: ${{ matrix.resultBundle }}
artifactname: ${{ matrix.artifactname }}
@@ -39,7 +39,7 @@ jobs:
uses: StanfordSpezi/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
with:
runsonlabels: '["macOS", "self-hosted"]'
scheme: SpeziOnboarding
scheme: SpeziOnboarding-Package
xcodeversion: latest
swiftVersion: 6
resultBundle: SpeziOnboarding-iOS-Latest.xcresult
@@ -58,7 +58,7 @@ jobs:
resultBundle: SpeziOnboarding-visionOS-Release.xcresult
with:
runsonlabels: '["macOS", "self-hosted"]'
scheme: SpeziOnboarding
scheme: SpeziOnboarding-Package
destination: 'platform=visionOS Simulator,name=Apple Vision Pro'
buildConfig: ${{ matrix.buildConfig }}
resultBundle: ${{ matrix.resultBundle }}
@@ -77,7 +77,7 @@ jobs:
resultBundle: SpeziOnboarding-macOS-Release.xcresult
with:
runsonlabels: '["macOS", "self-hosted"]'
scheme: SpeziOnboarding
scheme: SpeziOnboarding-Package
destination: 'platform=macOS,arch=arm64'
buildConfig: ${{ matrix.buildConfig }}
resultBundle: ${{ matrix.resultBundle }}
Loading