-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for tvOS build #21
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v1.0.0 #21 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 24 24
Lines 393 393
======================================
Misses 393 393
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Update: Original:
What do you suggest then with such issue when the SwiftUI component is not available in tvOS? |
@leogdion -sdk ${{ matrix.type == 'ios' && 'iphonesimulator' || matrix.type == 'watchos' && 'watchsimulator' || matrix.type == 'tvis' && 'tvsimulator' || 'xrsimulator' }}
-destination 'platform=${{ matrix.type == 'ios' && 'iOS Simulator' || matrix.type == 'watchos' && 'watchOS Simulator' || matrix.type == 'tvos' && 'tvOS Simulator' || 'visionOS Simulator' }},name=${{ matrix.deviceName }},OS=${{ matrix.osVersion }}'
Or maybe we should make use of - uses: actions/checkout@v4
- name: Build and Test
uses: brightdigit/swift-build@v1
with:
scheme: BushelApp-Package
type: ${{ matrix.type }}
xcode: ${{ matrix.xcode }}
deviceName: ${{ matrix.deviceName }}
osVersion: ${{ matrix.osVersion }}
working-directory: ./Packages/BushelApp |
😆 I was about to say the same thing about swift-build. Let's do that first. I'll create a new issue for it. |
…Test' uses brightdigit/swift-build@v1 action
@leogdion need your help here, what is wrong here?
|
No description provided.