Skip to content

Commit 05a69a2

Browse files
committed
Add missing import for AppleBuild.InTree.targets in iOS project
1 parent 74cf618 commit 05a69a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mono/sample/iOS/Program.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
</ItemGroup>
3232

3333
<Import Project="$(MonoProjectRoot)\msbuild\apple\build\AppleBuild.props" />
34+
<Import Project="$(MonoProjectRoot)\msbuild\apple\build\AppleBuild.InTree.targets" />
3435

3536
<Target Name="BuildAppBundle" AfterTargets="$(BuildAppBundleAfterTargets)" DependsOnTargets="$(BuildAppBundleDependsOnTargets)"/>
3637
<Target Name="_SetAppleGenerateAppBundleProps" Condition="'$(TargetOS)' != 'ios' and '$(ArchiveTests)' != 'true'" BeforeTargets="_AppleGenerateAppBundle">

0 commit comments

Comments
 (0)