Skip to content

Commit

Permalink
[msbuild] Always set IOSDebugOverWiFi to true for WatchOS apps/extens…
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast authored and spouliot committed Oct 25, 2018
1 parent 51e7a47 commit d836c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Copyright (C) 2015-2016 Xamarin. All rights reserved.
<PropertyGroup>
<IsWatchApp>True</IsWatchApp>
<IsWatch2App>True</IsWatch2App>
<IOSDebugOverWiFi>True</IOSDebugOverWiFi>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\iOS\Xamarin.iOS.Common.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Copyright (C) 2015-2016 Xamarin. All rights reserved.
<PropertyGroup>
<IsAppExtension>True</IsAppExtension>
<IsWatchExtension>True</IsWatchExtension>
<IOSDebugOverWiFi>True</IOSDebugOverWiFi>
<AppBundleExtension>.appex</AppBundleExtension>
<MtouchHttpClientHandler Condition="'$(MtouchHttpClientHandler)' == ''">NSUrlSessionHandler</MtouchHttpClientHandler>

Expand Down

1 comment on commit d836c88

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build was (probably) aborted

🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Running XM tests on '10.9', Running XM tests on '10.10', Test docs' 🔥 : hudson.AbortException: script returned exit code 56

Build succeeded
API Diff (from stable)
ℹ️ API Diff (from PR only) (please review changes)
Generator Diff (no change)
🔥 script returned exit code 56 🔥
🔥 script returned exit code 56 🔥
Test run succeeded

Please sign in to comment.