Skip to content

Commit e01974e

Browse files
authored
chore: Suppress Xcode version validation for No-Mobile Solution (#5054)
1 parent 3d70d47 commit e01974e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444
<PropertyGroup Condition="'$(SolutionName)' == '.generated.NoMobile'">
4545
<NO_MOBILE>true</NO_MOBILE>
46+
<ValidateXcodeVersion>false</ValidateXcodeVersion>
4647
</PropertyGroup>
4748

4849
<!-- NO_MOBILE can be passed in via an environment variable or a build property to disable all mobile targets -->

0 commit comments

Comments
 (0)