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 f8cc5a0 commit 26bf7a5Copy full SHA for 26bf7a5
azure_pipelines/pr-validation.yml
@@ -26,7 +26,7 @@ jobs:
26
MAC_FRAMEWORK:
27
target: "macFramework"
28
VISION_FRAMEWORK:
29
- target: "visionOSFramework visionOSTestApp visionOSSampleApp visionOSSampleAppSwift"
+ target: "visionOSFramework"
30
displayName: Validate Pull Request
31
pool:
32
vmImage: 'macOS-14'
@@ -65,7 +65,7 @@ jobs:
65
targetType: 'inline'
66
script: |
67
echo $(target)
68
- if [ $(target) == 'visionOSFramework visionOSTestApp visionOSSampleApp visionOSSampleAppSwift' ]; then
+ if [ $(target) == 'visionOSFramework' ]; then
69
echo "Downloading simulator for visionOS"
70
sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
71
defaults write com.apple.dt.Xcode AllowUnsupportedVisionOSHost -bool YES
0 commit comments