Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sojingle committed Nov 19, 2024
1 parent 22c38c1 commit 0b89026
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ jobs:
-sdk appletvsimulator \
-destination 'platform=tvOS Simulator,name=Apple TV' \
- name: xrOS Build
run: |
xcodebuild \
-project AnalyticsConnector.xcodeproj \
-scheme AnalyticsConnector \
-sdk xrsimulator \
-destination 'platform=visionOS Simulator,name=Apple Vision Pro' \
- name: iOS Tests
run: |
xcodebuild test \
Expand All @@ -84,6 +92,15 @@ jobs:
-destination 'platform=tvOS Simulator,name=Apple TV' \
test
- name: visionOS Tests
run: |
xcodebuild \
-project AnalyticsConnector.xcodeproj \
-scheme AnalyticsConnector \
-sdk xrsimulator \
-destination 'platform=visionOS Simulator,name=Apple Vision Pro' \
test
- name: Validate Podfile
run: pod lib lint --allow-warnings

Expand Down

0 comments on commit 0b89026

Please sign in to comment.