We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac14fb commit a180ec0Copy full SHA for a180ec0
.github/workflows/build.yml
@@ -18,15 +18,10 @@ jobs:
18
- name: Set Up Xcode
19
run: sudo xcode-select -switch /Applications/Xcode.app
20
21
- - name: Install Dependencies
22
- run: |
23
- brew install cocoapods
24
- pod install
25
-
26
- name: Build tvOS App
27
run: |
28
xcodebuild clean \
29
- -workspace tvos-example.xcodeproj/project.xcworkspace \
+ -project tvos-example.xcodeproj \
30
-scheme tvos-example \
31
-sdk appletvsimulator \
32
-configuration Release \
0 commit comments